Experiment modified
authorLuzifr <szekely@woltlab.com>
Wed, 23 Nov 2011 12:21:24 +0000 (13:21 +0100)
committerLuzifr <szekely@woltlab.com>
Wed, 23 Nov 2011 12:21:24 +0000 (13:21 +0100)
wcfsetup/install/files/acp/style/style.css

index 455c059038590a6a7dbf3b9d8681c7826c24d2f9..ce83ae51103a1e6f0d6e2915a3bdf046ba38da8b 100644 (file)
@@ -2815,7 +2815,6 @@ 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;
        }
@@ -2825,7 +2824,6 @@ 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;
        }
@@ -2886,7 +2884,8 @@ a.ui-dialog-titlebar-close span {
 
 .ui-dialog > .ui-dialog-content {
        border-radius: 7px;
-       padding: 20px;
+       padding: 0;
+       width: auto !important;
 }
 
 .ui-dialog-titlebar ~ .ui-dialog-content {