Author: bombe
Date: 2006-08-09 19:01:55 +0000 (Wed, 09 Aug 2006)
New Revision: 10006
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
Log:
use more screen space
smaller fixes
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
2006-08-09 19:01:12 UTC (rev 10005)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/boxed/theme.css
2006-08-09 19:01:55 UTC (rev 10006)
@@ -48,10 +48,18 @@
z-index: 5;
}
+.infobox-success .infobox-header {
+ background-color: #afa;
+ color: #040;
+}
+
+.infobox-success .infobox-content {
+ background-color: #cfc;
+}
+
.infobox-error .infobox-header {
background-color: #f00;
color: #ff0;
- font-weigth: bold;
}
.infobox-error .infobox-content, .infobox-alert .infobox-content {
@@ -103,11 +111,12 @@
padding: 0px 5px;
}
-ul.config span.configprefix {
+div.configprefix {
font-size: larger;
+ text-transform: capitalize;
}
-ul.config span.configprefix:before {
+div.configprefix:before {
content: "Section: ";
font-weight: bold;
}
@@ -141,11 +150,11 @@
color: #840;
}
-.peer_disconnected {
+.peer_disconnected, .peer_too_old {
color: #444;
}
-.peer_version_problem, .peer_too_new, .peer_too_old {
+.peer_too_new {
color: #f00;
}
@@ -204,12 +213,16 @@
width: 100%;
}
-#bookmarkedit {
+.bookmarkedit {
margin-top: 1em;
display: block;
}
-#legend {
+.bookmarkedit > input {
+ width: 100%;
+}
+
+.legend {
display: none;
}
@@ -225,39 +238,65 @@
color: #f00;
}
+.table-header {
+ white-space: nowrap;
+}
+
+.request-progress {
+ width: 100px;
+ vertical-align: center;
+}
+
.progressbar {
- border: solid 1px black;
- height: 1em;
+ position: relative;
+ border: solid 1px #000;
+ height: 1.5em;
width: 100px;
}
.progressbar-done {
float: left;
+ height: 1.5em;
background-color: #4c4;
- height: 1em;
}
.progressbar-min {
float: left;
+ height: 1.5em;
background-color: #ccc;
- height: 1em;
}
+.progressbar-failed {
+ float: left;
+ height: 1.5em;
+ background-color: #fcc;
+}
+
+.progressbar-failed2 {
+ float: left;
+ height: 1.5em;
+ background-color: #f44;
+}
+
.progress_fraction_finalized {
- position: relative;
- top: -1.6em;
- left: 4px;
+ position: absolute;
+ top: 0.1em;
+ left: 5px;
font-weight: bold;
- font-size: 80%;
}
.progress_fraction_not_finalized {
- position: relative;
- top: -1.6em;
- left: 4px;
+ position: absolute;
+ top: 0.1em;
+ left: 5px;
font-style: oblique;
- font-size: 80%;
+ color: #333;
}
+.warning {
+ color: #f00;
+ font-weight: bold;
+}
+
/* vim: set ts=4: sw=4: */