I2PSnark UI changes: add a splash of color! Fix for light i2ptunnels theme.

This commit is contained in:
z3d
2009-07-23 17:01:43 +00:00
parent fb47eef218
commit 718f73ebb1
10 changed files with 166 additions and 73 deletions

View File

@@ -26,7 +26,7 @@ label {
padding: 1px 10px 2px 0px;
float: left;
width: 120px;
height: 28px;
height: 24px;
font-weight: normal;
text-align: right;
font-size: 8pt;
@@ -34,6 +34,7 @@ label {
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 120%;
color: #427;
}
h4 {
@@ -84,7 +85,7 @@ br {
div.statusNotRunning {
float: left;
width: 72px;
width: 68px;
height: 24px;
overflow: hidden;
color: #d00;
@@ -95,7 +96,7 @@ div.statusNotRunning {
div.statusRunning {
float: left;
width: 72px;
width: 68px;
height: 24px;
overflow: hidden;
color: #0b0;
@@ -106,7 +107,7 @@ div.statusRunning {
div.statusStarting {
float: left;
width: 72px;
width: 68px;
height: 24px;
overflow: hidden;
color: #339933;