From b35aacfa463e5bb776325965c5f4f68c353c7df1 Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 13 Dec 2019 12:52:19 -0700 Subject: [PATCH] Theme: Minor adjustment. --- themes/default/css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index 2cb8afb1b6..f0e72f771e 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2381,7 +2381,7 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; } .list-header > th.shrink { - width: 1px; + width: 1%; } .list-row:nth-child(odd) > :not(.action-button) { @@ -2411,8 +2411,8 @@ $default_login = ($_REQUEST['login'] == 'default') ? true : false; .list-header > .checkbox, .list-row > .checkbox { - width: 1px; - text-align: center; + width: 1%; + text-align: center !important; cursor: default !important; }