From 46d7124839f2d6b0bfad87b2f40ec3e561e9241f Mon Sep 17 00:00:00 2001 From: camer0n Date: Thu, 23 Jan 2025 14:03:07 -0800 Subject: [PATCH] Issue #5406 - Help icon position tweak. --- e107_themes/bootstrap3/admin_style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 91fac5c18..7d02f9e19 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -88,7 +88,7 @@ a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; } #core-admin-log-list-form .fa-exclamation-circle { color: #FAA732 } #core-admin-log-list-form .fa-warning { color: #ee5f5b } -.admin-ui-help-tip { padding-top: 2px; font-size: 18px; cursor: help; color: rgba(127, 127, 127, 0.7); float: right !important; margin-left:5px; } +.admin-ui-help-tip { padding-top: 18px; font-size: 18px; cursor: help; color: rgba(127, 127, 127, 0.7); float: right !important; margin-left:5px; } .admin-ui-help-tip:hover { color: #5bc0de; } /* @@ -1986,7 +1986,6 @@ div.admin-left-panel-collapsed .nav-pills > li > a > span > i { opacity: 1 } } .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas { line-height: 0; - }