From 21865f7023287a45a14539c2119b2b20cd12b78e Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 17 Aug 2006 21:39:47 +0000 Subject: - Fix missing progressbar background after CSS split - Keep all JS widget css together --- modules/system/admin.css | 22 ---------------------- modules/system/system.css | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) (limited to 'modules/system') 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,25 +1,3 @@ -/* -** 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 */ 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 @@ -256,6 +256,28 @@ html.js fieldset.collapsed legend a { cursor: s-resize; } +/* +** 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 */ -- cgit v1.2.3