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-10-07 01:54:39 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-10-07 01:54:39 +0400
commit3c34dd316706a6f19b3acd3c16b2eeca0ee3e27d (patch)
treed6f0a6838cf00df115f059c53297b3dfd318c303 /css
parent228d92de8d94ccb1d0468db31faed918aec44f44 (diff)
Connection lost notice was invisible and misplaced
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index 1792e896..fe93661d 100755
--- a/css/style.css
+++ b/css/style.css
@@ -222,7 +222,10 @@
}
#warning-connection-lost{
- padding: 6px 0;
+ position: relative;
+ z-index: 2000;
+ margin-top: 35px;
+ padding: 8px 0;
text-align: center;
color: #ffffff;
background-color: #CE7070;