Added missing CSS for WoltLab/WCF/Ajax/Status
authorAlexander Ebert <ebert@woltlab.com>
Wed, 20 May 2015 18:31:29 +0000 (20:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 20 May 2015 18:31:29 +0000 (20:31 +0200)
wcfsetup/install/files/style/dialog.less

index 041d6e48edf8875e0ee356f2d8f760dfc1f21afd..d3ef29033759e418729682ffb39865450555057d 100644 (file)
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 6px;
        box-sizing: border-box;
-       -moz-box-sizing: border-box;
        color: #fff;
        left: 50%;
-       padding: 7px 0;
+       padding: 7px;
        position: fixed;
        text-align: center;
        top: 200px;
        z-index: 401;
        
+       transform: translateX(-50%);
+       
        .boxShadow(0, 1px, rgba(0, 0, 0, .5), 7px);
        .linearGradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));