diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-30 18:16:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-30 18:16:32 +0200 |
commit | b177f9b0636e1e83ef4e7132c13cdef6eca3a592 (patch) | |
tree | 9c39e1322a789f10e1c789ab672743d5c9f73e36 /core | |
parent | a6484fbda926e0f9c42e6512f20ccf8d3bf4e8c5 (diff) | |
download | nextcloud-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.css | 1 |
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; |