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:
4dc4c46
)
Fixes 2 small bugs
author
Luzifr
<szekely@woltlab.com>
Mon, 9 Jan 2012 15:29:57 +0000
(16:29 +0100)
committer
Luzifr
<szekely@woltlab.com>
Mon, 9 Jan 2012 15:29:57 +0000
(16:29 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index 502aa00db6b7e2af6983ca5dab0b690f208c6714..3cf245cba3f971275d5718a02430c92ffc95e9ec 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-873,6
+873,7
@@
section.content .content {
margin-bottom: -10px;
display: block;
width: 250px;
+ overflow: hidden;
z-index: 80;
-webkit-transition: width .1s ease;
@@
-900,6
+901,7
@@
section.content .content {
.collapsed {
width: 0;
+ height: 0;
}
.left .sidebar.collapsed + .content {