Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Fri, 15 Mar 2013 23:51:43 +0000 (00:51 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 15 Mar 2013 23:51:43 +0000 (00:51 +0100)
wcfsetup/install/files/style/dialog.less

index ab3413dda73fa45aa0b42a40e6d35d82d84b3305..ddd1a0c789a94b8290534e716fdc45bffe094799 100644 (file)
 
 /* notification overlay */
 #systemNotification {
-       left: 40%;
+       left: 0;
        opacity: 0;
        position: fixed;
-       right: 40%;
        top: 0;
+       width: 100%;
        z-index: 460;
        
        .transition(opacity, .3s);
                border-top-left-radius: 0;
                border-top-right-radius: 0;
                border-top-width: 0;
-               margin-top: 0;
+               display: table;
+               margin: 0 auto;
+               max-width: 80%;
        }
 }
\ No newline at end of file