summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-30 18:16:32 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-30 18:16:32 +0200
commitb177f9b0636e1e83ef4e7132c13cdef6eca3a592 (patch)
tree9c39e1322a789f10e1c789ab672743d5c9f73e36 /core
parenta6484fbda926e0f9c42e6512f20ccf8d3bf4e8c5 (diff)
downloadnextcloud-server-b177f9b0636e1e83ef4e7132c13cdef6eca3a592.tar.gz
nextcloud-server-b177f9b0636e1e83ef4e7132c13cdef6eca3a592.zip
set max width for notifications so they won't overlap the whole header
Diffstat (limited to 'core')
-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 c7bd2fcd435..5c1b46e0c07 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;