diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 07:48:36 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-03-09 07:48:36 +0000 |
commit | f0be5c7c03921cd6be7362894463823e63290f7f (patch) | |
tree | ad3b82cd6fff18b084022568a6bd1c3507db7b81 /themes/default/css | |
parent | 7aea8f0385862ff1aa7f28c98fce32b2d2631811 (diff) |
Undo "#gProgressBar { visibility: hidden }", introduced in r20264
which caused the progress bar to be invisible for admin/maintenance
tasks.
Diffstat (limited to 'themes/default/css')
-rw-r--r-- | themes/default/css/screen.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 1a456c1b..1e959002 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -873,7 +873,6 @@ form p.gError { } #gProgressBar { - visibility: hidden; height: 1em; width: 100%; margin-top: 0.5em; |