From 7773aa0c7a99e7a8010d05c2f6250151438e1b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Arag=C3=B3n?= Date: Mon, 15 Apr 2019 17:38:12 -0500 Subject: [PATCH] last conection fix - refs BT#7683 --- app/Resources/public/css/base.css | 9 +++++---- .../default/my_space/partials/tracking_user_overview.tpl | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 0d1db49e72..c18a6cefff 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -9866,7 +9866,7 @@ ul.dropdown-menu.inner > li > a { width: 14%; } .summary-item .summary-course{ - width: 80%; + width: 82%; } .summary-item .summary-course .alert{ margin-bottom: 0; @@ -9901,13 +9901,15 @@ ul.dropdown-menu.inner > li > a { font-size: 12px; border-radius: 5px; } +.summary-item .summary-course .course-item .box.box-date{ + width: 20%; +} .summary-item .summary-course .course-item .box .kt-badge{ height: 0; width: auto; padding: 0.5rem 0.5rem; border-radius: 2px; font-weight: bold; - border: 1px solid; } .summary-legend{ padding: 10px 0; @@ -9955,9 +9957,8 @@ ul.dropdown-menu.inner > li > a { color: #FF5722; } .last-connection{ - color: #2196f3; - background: rgba(57, 217, 253, 0.35); } + @media (min-width: 768px) { .clear-rows-6-4-3 .col-sm-6:nth-child(2n+1) { clear: left; diff --git a/main/template/default/my_space/partials/tracking_user_overview.tpl b/main/template/default/my_space/partials/tracking_user_overview.tpl index 13523ff701..384f3f922a 100644 --- a/main/template/default/my_space/partials/tracking_user_overview.tpl +++ b/main/template/default/my_space/partials/tracking_user_overview.tpl @@ -53,7 +53,7 @@ {{ course.questions_answered }} -
+
{% if course.last_connection %} {{ course.last_connection }}