From cd3e07613bf11c56422337283944b18d73558d96 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 23 Jun 2021 12:28:25 +0200 Subject: [PATCH] related to #1265 Title alignment and icon --- admin/themes/default/template/user_list.tpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 743ad3d72..8acddc2a0 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -456,7 +456,7 @@ $(".icon-help-circled").tipTip({
- +

{* #permitActionUserList *} @@ -1076,7 +1076,7 @@ $(".icon-help-circled").tipTip({ .user-header-username{ width: 20%; - max-width: 210px; + max-width: 195px; } .user-container-username { width: 20%; @@ -2338,6 +2338,10 @@ Advanced filter background-color: #ffa646 !important; } +.selectable .user-first-col:hover { + background-color: transparent; +} + .selectable .user-container-select { border: none; }