Experimental overlay fix
authorLuzifr <szekely@woltlab.com>
Wed, 23 Nov 2011 12:02:47 +0000 (13:02 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 23 Nov 2011 12:02:47 +0000 (13:02 +0100)
wcfsetup/install/files/acp/style/style.css

index 82eb30076c59bf56011d7b9fdc7fc6d36d370f11..455c059038590a6a7dbf3b9d8681c7826c24d2f9 100644 (file)
@@ -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;
        }