summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-03-25 22:59:29 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-03-25 22:59:29 +0000
commit4eb59da0389862cc9f5a737553379fa2f679c1fb (patch)
tree82f1440a20f5b0e8e942366b7106a9e2ee66f5ff /theme
parent90e5f01f8af656a3475dc99592a4b13dc1851350 (diff)
Processing indicator CSS for the default theme
Diffstat (limited to 'theme')
-rw-r--r--theme/default/css/display.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index 85b5aa13e..bb0b84a67 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -94,6 +94,11 @@ color:#333;
#form_notice.warning #notice_text-count {
color:#000;
}
+#form_notice.processing #notice_action-submit {
+background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
+cursor:wait;
+text-indent:-9999px;
+}
#nav_register a {