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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-30 20:16:32 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-30 23:30:08 +0400
commita0f024fec22854509de19a1aa735a1567c3b534c (patch)
tree853cfa2ae51e2ca5eb999e6e909702f0a839a43c
parent32cec6cae43ff0d72632657749c789d4c4d36279 (diff)
set max width for notifications so they won't overlap the whole header
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 066126b41eb..3390b3000e2 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -688,6 +688,7 @@ label.infield {
}
#notification, #update-notification {
margin: 0 auto;
+ max-width: 60%;
z-index: 101;
background-color: #fc4;
border: 0;