From d53be163f79a580e0628555ca100ee38ab7ce5f8 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 16 Mar 2013 00:51:43 +0100 Subject: [PATCH] Small style optimization --- wcfsetup/install/files/style/dialog.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.20.1