last conection fix - refs BT#7683

pull/3173/head
Alex Aragón 7 years ago
parent a0c34c5d96
commit 7773aa0c7a
  1. 9
      app/Resources/public/css/base.css
  2. 2
      main/template/default/my_space/partials/tracking_user_overview.tpl

@ -9866,7 +9866,7 @@ ul.dropdown-menu.inner > li > a {
width: 14%; width: 14%;
} }
.summary-item .summary-course{ .summary-item .summary-course{
width: 80%; width: 82%;
} }
.summary-item .summary-course .alert{ .summary-item .summary-course .alert{
margin-bottom: 0; margin-bottom: 0;
@ -9901,13 +9901,15 @@ ul.dropdown-menu.inner > li > a {
font-size: 12px; font-size: 12px;
border-radius: 5px; border-radius: 5px;
} }
.summary-item .summary-course .course-item .box.box-date{
width: 20%;
}
.summary-item .summary-course .course-item .box .kt-badge{ .summary-item .summary-course .course-item .box .kt-badge{
height: 0; height: 0;
width: auto; width: auto;
padding: 0.5rem 0.5rem; padding: 0.5rem 0.5rem;
border-radius: 2px; border-radius: 2px;
font-weight: bold; font-weight: bold;
border: 1px solid;
} }
.summary-legend{ .summary-legend{
padding: 10px 0; padding: 10px 0;
@ -9955,9 +9957,8 @@ ul.dropdown-menu.inner > li > a {
color: #FF5722; color: #FF5722;
} }
.last-connection{ .last-connection{
color: #2196f3;
background: rgba(57, 217, 253, 0.35);
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.clear-rows-6-4-3 .col-sm-6:nth-child(2n+1) { .clear-rows-6-4-3 .col-sm-6:nth-child(2n+1) {
clear: left; clear: left;

@ -53,7 +53,7 @@
{{ course.questions_answered }} {{ course.questions_answered }}
</span> </span>
</div> </div>
<div class="box" data-toggle="tooltip" data-placement="top" title="{{ 'LatestLogin'|get_lang }}"> <div class="box box-date" data-toggle="tooltip" data-placement="top" title="{{ 'LatestLogin'|get_lang }}">
{% if course.last_connection %} {% if course.last_connection %}
<span class="kt-badge last-connection"> <span class="kt-badge last-connection">
{{ course.last_connection }} {{ course.last_connection }}

Loading…
Cancel
Save