summaryrefslogtreecommitdiff
path: root/themes/default/css
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-12-17 06:22:08 +0000
committerChad Kieffer <chad@2tbsp.com>2008-12-17 06:22:08 +0000
commit01f6c67eb5403c10c6d42ced6ee7310cf515e7d9 (patch)
tree39c4c995548a37cd8c3d58a56a68863047392f43 /themes/default/css
parent78cd00312e875a5f448b0c1e079644586da42f07 (diff)
Added .gLoadingLarge and .gLoadingSmall to show ajax loading indicator. Applied to modal dialogs.
Diffstat (limited to 'themes/default/css')
-rw-r--r--themes/default/css/screen.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index b24e7353..703b9bb7 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -740,7 +740,6 @@ span.gInPlaceEdit:hover {
}
#gDialog {
- background-color: #fff;
text-align: left;
}
@@ -748,7 +747,16 @@ span.gInPlaceEdit:hover {
}
.gDialogLink {
+}
+
+.gLoadingLarge {
+ background: #fff url('../images/loading-lg.gif') no-repeat center center;
+ font-size: 0;
+}
+.gLoadingSmall {
+ background: #fff url('../images/loading-sm.gif') no-repeat center center;
+ font-size: 0;
}
/** *******************************************************************