Author: Jogy
Date: 2006-08-21 19:49:24 +0000 (Mon, 21 Aug 2006)
New Revision: 10229
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
Log:
style those progress bars again... now I like them :)
Modified:
trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-08-21 19:27:03 UTC (rev 10228)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/clean/theme.css
2006-08-21 19:49:24 UTC (rev 10229)
@@ -437,8 +437,9 @@
.progressbar {
position: relative;
height: 18px;
- width: 120px;
- border: solid 1px #000;
+ width: 130px;
+ border: solid 1px #444444;
+ background-color: #e8e8e8;
}
.progressbar-done {
@@ -450,7 +451,7 @@
.progressbar-min {
float: left;
height: 18px;
- background-color: #cccccc;
+ background-color: #cce8cc;
}
.progressbar-failed {
@@ -468,12 +469,13 @@
.progress_fraction_finalized {
position: absolute;
left: 5px;
+ font-weight: bold;
}
.progress_fraction_not_finalized {
position: absolute;
left: 5px;
- color: #333333;
+ font-style: italic;
}
tr.priority0, td.priority0 {