From 13b12f410e92d09d3071b0d55dc55de65996d975 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 4 Jun 2009 22:54:22 +0800 Subject: 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 --- themes/default/css/screen.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'themes/default/css') 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; } -- cgit v1.2.3