summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-03-25 22:53:21 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-03-25 22:53:21 +0000
commit90e5f01f8af656a3475dc99592a4b13dc1851350 (patch)
treefc89cec7be548e2ade50b1921592b6d2f372f98e /theme
parenta7d8f7197e87fd7cbed8b58e07b3904929adf0c5 (diff)
Processing indicator (aka spinner thingy) for form_notice submits
Diffstat (limited to 'theme')
-rw-r--r--theme/base/images/icons/icon_processing.gifbin0 -> 673 bytes
-rw-r--r--theme/identica/css/display.css6
2 files changed, 5 insertions, 1 deletions
diff --git a/theme/base/images/icons/icon_processing.gif b/theme/base/images/icons/icon_processing.gif
new file mode 100644
index 000000000..d0bce1542
--- /dev/null
+++ b/theme/base/images/icons/icon_processing.gif
Binary files differ
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 576a2e14b..69be11623 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -94,7 +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 {
text-decoration:none;