Merge pull request #371 from owncloud/fix-conn-lost

Connection lost notice was invisible and misplaced
This commit is contained in:
VicDeo 2014-10-07 21:22:47 +03:00
commit 233f4d7d6b

View File

@ -222,7 +222,10 @@
} }
#warning-connection-lost{ #warning-connection-lost{
padding: 6px 0; position: relative;
z-index: 2000;
margin-top: 35px;
padding: 8px 0;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
background-color: #CE7070; background-color: #CE7070;