Light sleight.

This commit is contained in:
z3d
2010-12-03 12:22:39 +00:00
parent 2f49575adb
commit efd11d1950

View File

@ -92,7 +92,7 @@ div.routersummaryouter {
div.routersummary { div.routersummary {
/* margin: 0px 20px 20px 0px; */ /* margin: 0px 20px 20px 0px; */
width: 180px; width: 180px;
padding: 8px; padding: 6px 8px 10px 8px;
text-align: center !important; text-align: center !important;
border: 1px solid #447; border: 1px solid #447;
background: #ccddf6); background: #ccddf6);
@ -118,17 +118,11 @@ div.routersummary hr {
background: ddf; background: ddf;
height: 1px; height: 1px;
border-bottom: 1px solid #ddf; border-bottom: 1px solid #ddf;
margin: 8px -7px 7px -7px; margin: 8px -7px 8px -7px;
-moz-box-shadow: inset 0px 1px 1px 1px #bbf; -moz-box-shadow: inset 0px 1px 1px 1px #bbf;
} }
div routersummary hr:last-child { div routersummary hr:last-child {
margin-top: 5px;
margin-bottom: -5px !important;
}
div.routersummary hr:first-child {
margin-top: -5px !important;
} }
div.routersummary h3 { div.routersummary h3 {
@ -158,7 +152,7 @@ div.routersummary h4 {
border-bottom: 0 !important; border-bottom: 0 !important;
font-size: 8.5pt; font-size: 8.5pt;
letter-spacing: 0.02em; letter-spacing: 0.02em;
margin: -7px -7px -8px -7px !important; margin: -5px -7px -5px -7px !important;
padding: 3px 3px 5px 3px; padding: 3px 3px 5px 3px;
background: #eef url(images/magic.png); background: #eef url(images/magic.png);
text-transform: capitalize; text-transform: capitalize;
@ -190,19 +184,14 @@ div.routersummary td:first-child {
overflow: hidden; overflow: hidden;
} }
div.tunnels { div.routersummary a:hover {
margin-top: 6px !important; color: #f60;
margin-left: -2px !important;
margin-bottom: 3px !important;
padding-top: 3px !important;
} }
div.tunnels table { div.routersummary td {
margin: -7px 0 -5px -4px !important; padding: 1px 3px;
} background-image: none !important;
border: 0 !important;
.tunnels tr {
padding: 4px 0 !important;
} }
div.tunnels td:first-child { div.tunnels td:first-child {
@ -216,6 +205,29 @@ div.tunnels td:last-child {
padding-right: 1px; padding-right: 1px;
} }
div.routersummary img:first-child {
margin-bottom: -5px !important;
}
div.tunnels {
margin-top: 6px !important;
margin-left: -2px !important;
margin-bottom: 3px !important;
padding-top: 3px !important;
}
div.tunnels table {
margin: -7px 0 -5px -4px !important;
}
div.tunnels td, div.tunnels img:first-child {
margin: 0 !important;
}
.tunnels tr {
padding: 4px 0 !important;
}
div.routersummary form { div.routersummary form {
margin: -6px 0 -5px 0; margin: -6px 0 -5px 0;
} }
@ -235,16 +247,6 @@ div.refresh {
padding: 2px 0 0px 0 !important; padding: 2px 0 0px 0 !important;
} }
div.routersummary a:hover {
color: #f60;
}
div.routersummary td {
padding: 0 3px;
background-image: none !important;
border: 0 !important;
}
/* proxy error messages */ /* proxy error messages */
div.warning { div.warning {