projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10c278
)
Experimental overlay fix
author
Luzifr
<szekely@woltlab.com>
Wed, 23 Nov 2011 12:02:47 +0000
(13:02 +0100)
committer
Luzifr
<szekely@woltlab.com>
Wed, 23 Nov 2011 12:02:47 +0000
(13:02 +0100)
wcfsetup/install/files/acp/style/style.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/style.css
b/wcfsetup/install/files/acp/style/style.css
index 82eb30076c59bf56011d7b9fdc7fc6d36d370f11..455c059038590a6a7dbf3b9d8681c7826c24d2f9 100644
(file)
--- 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;
}