From 2a52b935b5eac6148162cdb906b7b8f8ccee3a32 Mon Sep 17 00:00:00 2001 From: Aaron Daniels Date: Wed, 18 Nov 2015 08:32:48 +1000 Subject: [PATCH] Modify Menubar - Small Screens - Icon only - Wrap the label in a span with hidden-sm - Medium Screen - Text only - add hidden-md to the icon - Large Devices - shrink the left/right padding on .nav>li>a to 10px. --- html/css/styles.css | 5 ++++- html/includes/print-menubar.php | 17 ++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/html/css/styles.css b/html/css/styles.css index 46abbc37ff..1566131261 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1764,4 +1764,7 @@ tr.search:nth-child(odd) { label { font-weight: normal; -} \ No newline at end of file +} +.nav>li>a.dropdown-toggle { + padding: 15px 10px; +} diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 09d4b57b76..76cab12f6d 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -47,7 +47,7 @@ else {