Whitespace removals.

This commit is contained in:
z3d
2009-10-16 20:01:18 +00:00
parent c3e646ca22
commit 9c2c90c0b1
17 changed files with 111 additions and 49 deletions

View File

@ -209,6 +209,15 @@ div.routersummary tr {
border: 0 !important;
}
.tunnels {
margin-top: 3px;
}
.tunnels tr {
padding: 4px 0 !important;
margin-left: -7px !important;
}
div.routersummary form {
margin-top: 8px;
}
@ -260,7 +269,7 @@ div.main {
}
div.main ul {
margin: 0;
margin: 5px 0 -10px -10px;
}
div.main li {
@ -274,11 +283,28 @@ div.main li:first-child {
padding-top: 15px;
}
div.main hr:last-child {
margin: 15px 0 10px 0;
}
div.main textarea {
width: 98% !important;
margin: 2px 0 2px 5px;
}
div.main h2 {
margin-top: 20px;
}
div.welcome {
margin-top: 5px;
}
div.main h2:first-child, div.main h3:first-child {
margin-top: 0px;
margin-bottom: 10px;
}
div.news {
margin: -5px 0px 0 195px;
padding: -10px 0px 8px 0px;
@ -299,11 +325,11 @@ div.news {
div.news li {
text-align: justify;
list-style: none;
margin: -15px 15px -30px -20px;
margin: -15px 15px -25px -20px;
padding: 0px 0 15px 0;
border-bottom: 2px dotted #cc7;
border-top: 0px solid #cc7;
padding: 3px 5px 5px 5px;
padding: 3px 5px 5px 0;
font-size: 10pt;
color: #540;
}
@ -326,9 +352,9 @@ div.news a:visited {
div.news hr {
color: #cc7;
background: #cc7;
height: 2px;
height: 1px;
border: 0px solid #cccc77;
margin: 5px 0;
margin: 2px 0 0 0;
}
div.confignav {
@ -362,6 +388,22 @@ div.configure tr {
-moz-box-shadow: inset 0px 0px 1px 0px #bbf;
}
div.configure li:first-child, div.main li:first-child {
margin-top: -10px;
}
div.configure li:last-child {
margin-bottom: -5px;
}
div.configure h2:first-child {
margin-top: 15px;
}
.topshimten {
margin-top: 15px;
}
div.messages {
padding: 0px 10px;
background: #fff;
@ -417,6 +459,7 @@ h3 {
border-bottom: 3px solid #aaf;
border-top: 0px solid #aaf;
letter-spacing: 0.04em;
margin-bottom: 10px;
}
.proxyfooter{
@ -513,6 +556,7 @@ div.joblog:ul {
div.joblog li:first-child {
margin-top: -10px;
}
div.joblog li:last-child {
margin-bottom: -10px;
}
@ -530,7 +574,11 @@ div.joblog p {
}
div.joblog h3 {
margin: 5px 0 5px 0;
margin: 10px 0 10px 0;
}
div.joblog h3:first-child {
margin: 5px 0 15px 0;
}
div.joblog hr {
@ -571,10 +619,10 @@ p {
}
.langbox {
margin: 20px -15px 0px 5px;
margin: 10px -20px 0px 5px;
color: #001;
font-size: 7pt;
width: 180px;
width: 220px;
text-align: center;
float: right;
valign: middle;
@ -641,7 +689,7 @@ tt {
}
div.graphspanel {
padding: 20px 10px;
padding: 15px 5px 20px 5px;
margin: -20px;
background: #ddf url('images/lightbluetile.png');
-moz-border-radius: 4px;

View File

@ -154,7 +154,7 @@ div.routersummary h4 {
div.routersummary table {
border: 0;
text-align: center !important;
margin: -1px -4px -4px -4px;
margin: -4px -4px -4px -4px;
width: 185px !important;
overflow: hidden;
font-size: 8pt;
@ -169,6 +169,15 @@ 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;
}
@ -292,6 +301,7 @@ div.news li {
padding: 5px 5px 5px 0;
vertical-align: middle;
word-wrap: break-word;
color: #99f;
}
div.news h4 {
@ -532,7 +542,7 @@ a:link, h2 a:link{
}
a:visited{
color: #7bb;
color: #77f;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;

View File

@ -161,6 +161,15 @@ div.routersummary tr {
border: 0 !important;
}
.tunnels {
margin-top: 0 !important;
margin-left: -7px !important;
}
.tunnels tr {
padding: 4px 0 !important;
}
div.routersummary form {
margin-top: 8px;
}
@ -261,6 +270,10 @@ div.main hr, hr {
margin: 10px 0;
}
hr:last-child {
margin-top: 20px !important;
}
div.main textarea {
background: #eef;
color: #001;
@ -531,14 +544,14 @@ code {
}
a:link{
color: #007;
color: #008;
text-decoration: none;
font-weight: bold;
word-wrap: break-word;
}
a:visited{
color: #606;
color: #004;
text-decoration: none;
font-weight: bold;
}
@ -863,7 +876,7 @@ div.joblog li:first-child {
margin-top: 10px;
}
div.joblog li:last-child {
margin-bottom: -10px;
margin-bottom: -15px;
}
div.joblog form:first-child {