From: Marcel Werk Date: Fri, 15 Mar 2013 23:51:43 +0000 (+0100) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_1~430 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d53be163f79a580e0628555ca100ee38ab7ce5f8;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/dialog.less b/wcfsetup/install/files/style/dialog.less index ab3413dda7..ddd1a0c789 100644 --- a/wcfsetup/install/files/style/dialog.less +++ b/wcfsetup/install/files/style/dialog.less @@ -146,11 +146,11 @@ /* notification overlay */ #systemNotification { - left: 40%; + left: 0; opacity: 0; position: fixed; - right: 40%; top: 0; + width: 100%; z-index: 460; .transition(opacity, .3s); @@ -163,6 +163,8 @@ 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