]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix nojavascript message alignment
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 11 Sep 2014 14:12:43 +0000 (16:12 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 11 Sep 2014 14:12:43 +0000 (16:12 +0200)
core/css/styles.css

index d4d16db743c6facf863d5c66da1ee30cb9e29a45..ad320b1eeca0d3d84ff54ed37ad4b7c23d0744e3 100644 (file)
@@ -42,8 +42,9 @@ body {
        position: fixed;
        top: 0;
        bottom: 0;
-       z-index: 9000;
+       height: 100%;
        width: 100%;
+       z-index: 9000;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
        color: #fff;