From 6033f94be7b2721daf6446576b2ec31f51e42757 Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 5 Feb 2021 06:46:06 -0800 Subject: [PATCH] Styling tweaks --- e107_admin/includes/tabbed.php | 2 +- e107_themes/bootstrap3/admin_style.css | 2 +- e107_themes/bootstrap3/css/modern-dark.css | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/e107_admin/includes/tabbed.php b/e107_admin/includes/tabbed.php index 46b062b00..041ec4d62 100644 --- a/e107_admin/includes/tabbed.php +++ b/e107_admin/includes/tabbed.php @@ -52,7 +52,7 @@ class tabbed $text .= ""; // print_a($this->links); - $text .= "
"; + $text .= "
"; foreach ($admin_cat['id'] as $id => $cat_id) { $cls = ($id == 1) ? "active" : ""; diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 80c8e509e..903e1806f 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -1157,7 +1157,7 @@ ul.col-selection label.active:before { font-family:'Font Awesome 5 Free'; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } -.navbar-brand { padding: 10px 11px; } +.navbar-brand { padding: 10px 12px; } ul.recent-comments {padding: 0px; margin: 0; diff --git a/e107_themes/bootstrap3/css/modern-dark.css b/e107_themes/bootstrap3/css/modern-dark.css index 4e3221755..2bf8b62cd 100644 --- a/e107_themes/bootstrap3/css/modern-dark.css +++ b/e107_themes/bootstrap3/css/modern-dark.css @@ -1548,6 +1548,9 @@ div.admin-right-panel { padding-top: 20px; border-top-left-radius: 5px; backgrou .admin-container { padding:0 } div.admin-left-panel .panel { background: none; border:0} +.admin-left-panel .close { opacity: 1; } +.admin-left-panel .close:hover { color: white } +.admin-left-panel .tooltip { margin-left:35px } .admin-left-panel .panel-heading { padding-top:40px; } .admin-left-panel .panel-heading { background: none; border:0; color: white} .admin-left-panel .panel-default .panel-heading { color:white; background:none; padding-top: 28px; }