summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-28 16:02:39 +0100
committerSarven Capadisli <csarven@status.net>2010-01-28 16:02:39 +0100
commitc6f8b94fa91e3e5559a9b79766e7320b096b839e (patch)
tree4e761ef9b4b1809c0215ad57f36c10a7fecb11e2 /theme/base
parent5b1245a32a04de602196d2216b9d25ac32e0fd3b (diff)
Showing processing indicator for form_repeat on submit instead of form
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 65dd15990..3c51deb31 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1127,8 +1127,17 @@ top:3px;
}
.dialogbox .submit_dialogbox {
-text-indent:0;
font-weight:bold;
+text-indent:0;
+min-width:46px;
+}
+
+#wrap form.processing input.submit,
+.entity_actions a.processing,
+.dialogbox.processing .submit_dialogbox {
+cursor:wait;
+outline:none;
+text-indent:-9999px;
}
.notice-options {