From c0f69bcdba518f2de7898e6120740d90c62a3de8 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Thu, 24 Jun 2021 15:22:53 +0200 Subject: [PATCH] related to #1265 adjustement box shadow and initial size --- admin/themes/default/template/user_list.tpl | 6 +++--- admin/themes/roma/theme.css | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 17877bfb0..27f116b25 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -1060,7 +1060,7 @@ $(".icon-help-circled").tipTip({ border-radius:10px; margin-bottom:10px; transition: background-color 500ms linear; - box-shadow: 0px 2px 5px #00000024; + box-shadow: 0px 2px 2px #00000024; } .user-header-select, @@ -2208,8 +2208,8 @@ Advanced filter } .compactView .user-container-initials-wrapper > span { - height: 36px; - width: 36px; + height: 40px; + width: 40px; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 2440241a1..833de5ea8 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1424,6 +1424,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: #bbbbbb; } +.compactView .user-container-initials-wrapper > span { + height: 50px !important; + width: 50px !important; + + box-sizing: border-box; +} + .line { background: transparent;