From: Luzifr Date: Wed, 23 Nov 2011 12:02:47 +0000 (+0100) Subject: Experimental overlay fix X-Git-Tag: 2.0.0_Beta_1~1580 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d32847430a4b9939b0607e47a6c14e2605155914;p=GitHub%2FWoltLab%2FWCF.git Experimental overlay fix --- diff --git a/wcfsetup/install/files/acp/style/style.css b/wcfsetup/install/files/acp/style/style.css index 82eb30076c..455c059038 100644 --- a/wcfsetup/install/files/acp/style/style.css +++ b/wcfsetup/install/files/acp/style/style.css @@ -2815,6 +2815,7 @@ p.error { @media screen and (min-width: 480px), screen and (min-device-width: 480px) { .ui-dialog { + width: auto !important; min-width: 500px !important; max-width: 780px !important; } @@ -2824,6 +2825,7 @@ p.error { @media screen and (max-width: 480px), screen and (max-device-width: 480px) { .ui-dialog { + width: auto !important; min-width: 200px !important; max-width: 380px !important; }