aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-20 01:13:19 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-20 01:13:19 -0700
commit177a6d7f79f5e237eb6d0811e8e28732a4c90d03 (patch)
tree8dc94921d49cb6c0d46514f3bd7fcb50b67a2fd9 /view
parente583ba0bff7e506aadd2c50dd73f45b69ed4e58f (diff)
downloadvolse-hubzilla-177a6d7f79f5e237eb6d0811e8e28732a4c90d03.tar.gz
volse-hubzilla-177a6d7f79f5e237eb6d0811e8e28732a4c90d03.tar.bz2
volse-hubzilla-177a6d7f79f5e237eb6d0811e8e28732a4c90d03.zip
provide visual indicator when pausing ajax updates
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 21d95cd68..a97ad9331 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1579,4 +1579,10 @@ input#dfrn-url {
#dfrn-request-networks {
margin-bottom: 30px;
-} \ No newline at end of file
+}
+
+#pause {
+ position: fixed;
+ bottom: 5px;
+ right: 5px;
+}