diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-04 22:54:22 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-05 03:13:10 +0800 |
commit | 13b12f410e92d09d3071b0d55dc55de65996d975 (patch) | |
tree | fe8d47f0330b9dd17af843ffd7c3eb20ea708a2e | |
parent | fe7779b595979fdf2fa403cc97dbc7468bb01fd4 (diff) |
Create a gDialogLargeLoading class for use with dialogs when running something that will take a little longer. If the standard gLoadingLarge is used with
a dialog then the ui-dialog-content class will override the background and the loading icon will not be seen.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-rw-r--r-- | themes/default/css/screen.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 165112ca..0dcfd75f 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -497,7 +497,7 @@ form .gError, } #gContent #gPhoto { - + } #gContent #gItem .gFullSizeLink img { @@ -779,6 +779,11 @@ form .gError, font-size: 0; } +.gDialogLoadingLarge { + background: url('../images/loading-lg.gif') no-repeat center center !important; + font-size: 0; +} + .gLoadingSmall { background: #e8e8e8 url('../images/loading-sm.gif') no-repeat center center; font-size: 0; @@ -883,10 +888,6 @@ form .gError, } /* Server Add */ -.gCheckboxTree { - display: none; -} - .gCheckboxTree input { display: inline; } |