mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Standardise css list padding
for metallic theme
This commit is contained in:
parent
04d21981f8
commit
af978cb9de
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user