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:
d74adc0
)
More adaptions for small screens (handhelds)
author
Luzifr
<szekely@woltlab.com>
Mon, 31 Oct 2011 19:52:46 +0000
(20:52 +0100)
committer
Luzifr
<szekely@woltlab.com>
Mon, 31 Oct 2011 19:52:46 +0000
(20:52 +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 14022cb31b6b29b22df89c2fbde7c8d72937094f..6a7ad7e0d853ba04975c703af746cf1cb12d2260 100644
(file)
--- a/
wcfsetup/install/files/acp/style/style.css
+++ b/
wcfsetup/install/files/acp/style/style.css
@@
-581,7
+581,6
@@
div.main {
section.content {
background-color: #fff;
display: table-cell;
- padding: 5px 40px 25px;
position: relative;
width: 100%;
z-index: 100;
@@
-594,7
+593,11
@@
div.main > div section:only-child {
}
@media screen and (min-width: 480px) {
-
+
+ section.content {
+ padding: 5px 40px 25px;
+ }
+
div.main > div section:only-child {
min-height: 100px;
}
@@
-602,7
+605,11
@@
div.main > div section:only-child {
}
@media screen and (max-width: 480px) {
-
+
+ section.content {
+ padding: 5px 15px 25px;
+ }
+
div.main > div section:only-child {
min-height: auto;
}