]> source.dussan.org Git - nextcloud-server.git/commitdiff
set max width for notifications so they won't overlap the whole header
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 30 Jul 2014 16:16:32 +0000 (18:16 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 30 Jul 2014 16:16:32 +0000 (18:16 +0200)
core/css/styles.css

index c7bd2fcd43556f16b19195f5756a46f94574b62e..5c1b46e0c07e94d315332cc25da3634f5beaea52 100644 (file)
@@ -688,6 +688,7 @@ label.infield {
 }
 #notification, #update-notification {
        margin: 0 auto;
+       max-width: 60%;
        z-index: 101;
        background-color: #fc4;
        border: 0;