From c2aec0f10486df86cba2c30994b41a25e718fe92 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 20 May 2015 20:31:29 +0200 Subject: [PATCH] Added missing CSS for WoltLab/WCF/Ajax/Status --- wcfsetup/install/files/style/dialog.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/style/dialog.less b/wcfsetup/install/files/style/dialog.less index 041d6e48ed..d3ef290337 100644 --- a/wcfsetup/install/files/style/dialog.less +++ b/wcfsetup/install/files/style/dialog.less @@ -169,15 +169,16 @@ 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)); -- 2.20.1