Sidepanel space efficiencies; "paperclips" for index.jsp links; fix news.xml link.
This commit is contained in:
@ -154,7 +154,7 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px -4px -4px -4px;
|
||||
margin: -4px -4px -4px -5px !important;
|
||||
width: 185px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
@ -169,18 +169,19 @@ div.routersummary tr {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.tunnels {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
.tunnels tr {
|
||||
padding: 4px 0 !important;
|
||||
margin-left: -6px !important;
|
||||
}
|
||||
|
||||
/*
|
||||
div.routersummary form {
|
||||
margin-top: 8px;
|
||||
}
|
||||
*/
|
||||
|
||||
div.routersummary form {
|
||||
margin: -6px 0 -7px;
|
||||
}
|
||||
|
||||
div.routersummary form:first-child {
|
||||
margin: 6px 0 -4px 0 !important;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
padding: 0;
|
||||
@ -202,20 +203,19 @@ div.routersummary a:hover {
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
padding: 2px 2px 1px 2px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
div.routersummary tr:nth-child(even) {
|
||||
background-color: #f60;
|
||||
background-image: none !important;
|
||||
div routersummary hr:last-child {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
div.routersummarytr:nth-child(odd) {
|
||||
background-color: #f00;
|
||||
background-image: none !important;
|
||||
div.tunnels {
|
||||
padding-top: 2px !important;
|
||||
margin-left: -2px;
|
||||
}
|
||||
|
||||
div.warning {
|
||||
@ -730,7 +730,6 @@ hr:last-child {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
|
||||
sidebarlogo {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -146,7 +146,7 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -4px -4px;
|
||||
margin: -5px -5px;
|
||||
width: 185px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
@ -161,9 +161,11 @@ div.routersummary tr {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.tunnels {
|
||||
margin-top: -2px !important;
|
||||
margin-left: -7px !important;
|
||||
div.tunnels {
|
||||
margin-top: 5px !important;
|
||||
margin-left: -2px !important;
|
||||
margin-bottom: 3px !important;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.tunnels tr {
|
||||
@ -171,7 +173,12 @@ div.routersummary tr {
|
||||
}
|
||||
|
||||
div.routersummary form {
|
||||
margin-top: 8px;
|
||||
margin: -6px 0 -5px 0;
|
||||
}
|
||||
|
||||
div.routersummary form:last-child {
|
||||
margin: 4px 0 -12px 0 !important;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
div.routersummary p {
|
||||
@ -180,7 +187,7 @@ div.routersummary p {
|
||||
|
||||
div.refresh {
|
||||
margin-top: -6px !important;
|
||||
margin-bottom: -8px !important;
|
||||
margin-bottom: 0px !important;
|
||||
padding: 2px 0 0px 0 !important;
|
||||
}
|
||||
|
||||
@ -194,7 +201,7 @@ div.routersummary a:hover {
|
||||
}
|
||||
|
||||
div.routersummary td {
|
||||
padding: 2px 4px;
|
||||
padding: 1px 3px;
|
||||
background-image: none !important;
|
||||
border: 0 !important;
|
||||
}
|
||||
@ -595,6 +602,7 @@ a:active{
|
||||
list-style: url(../images/link.png) !important;
|
||||
padding-bottom: -2px;
|
||||
text-align: justify;
|
||||
line-height: 120% !important;
|
||||
}
|
||||
|
||||
.links li:first-child {
|
||||
|
Reference in New Issue
Block a user