summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-01-02 10:39:01 +0000
committerDries Buytaert <dries@buytaert.net>2010-01-02 10:39:01 +0000
commit9fac40e01165c9af3ff84f778dd67b48fccb1d46 (patch)
tree35584fcec3723250c1c8c3387022b11c0f332705
parentc813fa037316ba5395ec98c873cfd528ff9e371f (diff)
downloadbrdo-9fac40e01165c9af3ff84f778dd67b48fccb1d46.tar.gz
brdo-9fac40e01165c9af3ff84f778dd67b48fccb1d46.tar.bz2
- Patch #653620 by kika, seutje, yoroy: made the progress bar look better.
-rw-r--r--misc/progress.gifbin790 -> 1964 bytes
-rw-r--r--modules/system/system.css13
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/progress.gif b/misc/progress.gif
index 6d8652e81..eb7087b4a 100644
--- a/misc/progress.gif
+++ b/misc/progress.gif
Binary files differ
diff --git a/modules/system/system.css b/modules/system/system.css
index ee34d079f..5a6db4dc6 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -443,15 +443,16 @@ html.js .no-js {
font-weight: bold;
}
.progress .bar {
- background: #fff url(../../misc/progress.gif);
- border: 1px solid #00375a;
- height: 1.5em;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
+ background: #ccc;
+ border: 1px solid #666;
margin: 0 0.2em;
}
.progress .filled {
- background: #0072b9;
- height: 1.1em;
- border-bottom: 0.5em solid #004a73;
+ background: #0072b9 url(../../misc/progress.gif);
+ height: 1.5em;
width: 0%;
}
.progress .percentage {