Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-01-21 22:42:52 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-01-21 22:44:02 +0400
commita46677bbe92281c5ca89d7c734d44448a31c90f3 (patch)
tree4bb80b43c3d1a3d1435b6fb085af8e80ff0922e8 /css
parentec9bcccddaa1041eac5d26b1f3e32d9e93999230 (diff)
Initial save indicator. Ref #114
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 41a57601..04becc31 100755
--- a/css/style.css
+++ b/css/style.css
@@ -195,6 +195,11 @@
z-index:20;
}
+#saving-document{
+ float:right;
+ display:none;
+}
+
#warning-connection-lost{
padding: 6px 0;
text-align: center;