summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/admin.css22
-rw-r--r--modules/system/system.css22
2 files changed, 22 insertions, 22 deletions
diff --git a/modules/system/admin.css b/modules/system/admin.css
index 1d7842534..ba564c2ac 100644
--- a/modules/system/admin.css
+++ b/modules/system/admin.css
@@ -1,26 +1,4 @@
/*
-** Progressbar styles
-*/
-.progress {
- font-weight: bold;
-}
-.progress .bar {
- background: #fff url(progress.gif);
- border: 1px solid #00375a;
- height: 1.5em;
- margin-top: 0.2em;
-}
-.progress .filled {
- background: #0072b9;
- height: 1em;
- border-bottom: 0.5em solid #004a73;
- width: 0%;
-}
-.progress .percentage {
- float: right;
-}
-
-/*
** Formatting for administration page
*/
div.admin-panel {
diff --git a/modules/system/system.css b/modules/system/system.css
index 669aa3439..1daac9103 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -257,6 +257,28 @@ html.js fieldset.collapsed legend a {
}
/*
+** Progressbar styles
+*/
+.progress {
+ font-weight: bold;
+}
+.progress .bar {
+ background: #fff url(../../misc/progress.gif);
+ border: 1px solid #00375a;
+ height: 1.5em;
+ margin-top: 0.2em;
+}
+.progress .filled {
+ background: #0072b9;
+ height: 1em;
+ border-bottom: 0.5em solid #004a73;
+ width: 0%;
+}
+.progress .percentage {
+ float: right;
+}
+
+/*
** Formatting for welcome page
*/
#first-time strong {