Tidyups & more vertical spatial effiencies in the sidebar.
This commit is contained in:
@ -126,8 +126,8 @@ div.routersummary h3 {
|
||||
border: 0;
|
||||
font-size: 9.5pt;
|
||||
letter-spacing: 0.04em;
|
||||
margin: -7px -9px -10px -9px;
|
||||
padding: 3px 0 4px 0;
|
||||
margin: -7px -9px -8px -9px;
|
||||
padding: 2px 0 3px 0 !important;
|
||||
background: #007;
|
||||
text-transform: uppercase;
|
||||
-moz-border-radius: 0;
|
||||
@ -143,7 +143,7 @@ div.routersummary h4 {
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.03em;
|
||||
margin: -7px -9px -10px -9px !important;
|
||||
padding: 2px 3px 5px 3px;
|
||||
padding: 1px 3px 4px 3px;
|
||||
background: #005;
|
||||
text-transform: capitalize;
|
||||
text-decoration: none !important;
|
||||
@ -154,11 +154,11 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -4px -4px -4px -5px !important;
|
||||
margin: -5px -4px -5px -5px !important;
|
||||
width: 185px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
padding: 0px -10px;
|
||||
padding: 0 -10px;
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
@ -169,12 +169,6 @@ div.routersummary tr {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
div.routersummary form {
|
||||
margin-top: 8px;
|
||||
}
|
||||
*/
|
||||
|
||||
div.routersummary form {
|
||||
margin: -6px 0 -7px;
|
||||
}
|
||||
@ -203,21 +197,29 @@ div.routersummary a:hover {
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 2px 1px 2px;
|
||||
padding: 0px 2px 0px 2px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
div routersummary hr:last-child {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px !important;
|
||||
margin-bottom: -5px !important;
|
||||
}
|
||||
|
||||
div.tunnels {
|
||||
padding-top: 2px !important;
|
||||
padding-top: 3px !important;
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
||||
div.tunnels table {
|
||||
margin-top: -3px !important;
|
||||
}
|
||||
|
||||
div.tunnels td {
|
||||
padding: 1px 2px 1px 2px;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
margin: 5px 20px 10px 240px;
|
||||
padding: 5px 25px 20px 75px;
|
||||
@ -727,7 +729,7 @@ hr {
|
||||
|
||||
hr:last-child {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px !important;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
sidebarlogo {
|
||||
@ -886,8 +888,9 @@ div.joblog:ul {
|
||||
div.joblog li:first-child {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
div.joblog li:last-child {
|
||||
margin-bottom: -15px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
div.joblog form:first-child {
|
||||
|
Reference in New Issue
Block a user