Bug 30952: Change sidebar menu headers
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 13 Sep 2022 13:33:23 +0000 (15:33 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:26 +0000 (16:14 -0300)
- Remove the bottom border
- Increase font size and weight
- Fix a padding issue

Issue #30

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index 30a9986..d4c367d 100644 (file)
@@ -385,15 +385,14 @@ aside {
 #menu, #navmenulist {
     background-color: #e6e6e6;
     display: block;
+    padding: 1em 0 1em 0;
 
     h5 {
-        margin: .5em 0;
         padding-left: .5em;
-        padding-bottom: .2em;
-        color: #696969;
-        border-bottom: 1px solid #696969;
-        font-weight: normal;
-        font-size: 1.2em;
+        color: #666;
+        font-weight: bold;
+        font-size: 1.3em;
+        margin-top: 0;
     }
 
     ul {