UI enhancements.

This commit is contained in:
z3d
2009-08-07 18:19:42 +00:00
parent 2436ea1131
commit e36f9b2273
10 changed files with 156 additions and 30 deletions

View File

@ -132,6 +132,10 @@ div.routersummary a:hover {
color: #f60;
}
div.routersummary input[type=text] {
text-align: right !important;
}
div.warning {
margin: 20px 20px 10px 260px;
padding: 0px 20px 20px 75px;
@ -176,6 +180,7 @@ div.main {
div.main li {
padding-bottom: 10px;
list-style: square;
}
div.main li:first-child {
@ -223,6 +228,11 @@ div.news a:link {
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
}
div.news a:visited {
color: #f00 !important;
text-shadow: 0px 0px 1px rgba(128, 128, 48, 0.3);
}
div.news hr {
color: #cc7;
background: #cc7;
@ -331,11 +341,20 @@ table {
}
table hr {
padding: 1px 0;
padding: 0px 0;
color: #bbf;
background: #bbf;
border: 0px solid #bbf;
margin: 0px -5px;
height: 1px;
}
table tt {
font-size: 7.5pt;
}
th {
background-color: #def;
background-color: #fff;
padding: 8px 2px;
text-align: center;
border-bottom: 1px solid #88f;
@ -345,6 +364,10 @@ tt {
font-size: 8pt;
}
tt, pre {
font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
}
td {
padding: 4px;
}

View File

@ -36,8 +36,10 @@ div.configure table {
}
h1 {
padding: 15px 10px 16px 10px !important;
padding: 15px 10px 16px -10px !important;
margin: 0 0px 0 175px !important;
background-color: #bbf !important;
color: #001;
}
h2 {
@ -97,6 +99,11 @@ div.routersummary {
border-left: 5px solid #bbf;
}
div.routersummary submit {
padding: 0;
margin-bottom: 5px;
}
div.news li {
padding-top: 0px 0px !important;
margin-bottom: -23px !important;
@ -131,4 +138,15 @@ div.configure hr{
input {
padding: 0;
}
div.graphspanel img {
border: 1px solid #99f;
margin: 6px 0 !important;
background: #ddf;
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
}
div.graphspanel hr {
margin: 20px 0;
}