From af978cb9de19fa5175da9c50f24284bee2cf62e0 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sun, 7 Dec 2014 22:04:11 +0545 Subject: [PATCH] Standardise css list padding for metallic theme --- usr/local/www/themes/metallic/all.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index e1a49d6961..a5b7c70db8 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -724,7 +724,7 @@ ul#wzdnav a:active { } .listn { font-size: 11px; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; @@ -735,7 +735,7 @@ ul#wzdnav a:active { font-size: 11px; color: #FFFFFF; background-color: #990000; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; @@ -745,14 +745,14 @@ ul#wzdnav a:active { border-bottom: 1px solid #999999; font-size: 11px; background-color: #999999; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; padding-top: 4px; padding-bottom: 4px; } .listhdr { background-color: #BBBBBB; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; font-weight: bold; border-bottom: 1px solid #999999; @@ -765,7 +765,7 @@ ul#wzdnav a:active { } .listhdrr { background-color: #BBBBBB; - padding-right: 16px; + padding-right: 6px; padding-left: 6px; font-weight: bold; border-right: 1px solid #999999;