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:
2f79714
)
Small style optimization
author
Marcel Werk
<burntime@woltlab.com>
Mon, 3 Jun 2013 00:07:30 +0000
(
02:07
+0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 3 Jun 2013 00:07:30 +0000
(
02:07
+0200)
wcfsetup/install/files/style/layout.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/layout.less
b/wcfsetup/install/files/style/layout.less
index 2c1a65a205fd8d942b2ddbd4cb5979807e7e19c2..7bd6cc76bf87381fc9b8ec0bbe4269b93a078480 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-28,7
+28,6
@@
/* ### header ### */
#pageHeader {
- margin-top: 57px;
z-index: 100;
}
@@
-237,6
+236,7
@@
/* header logo */
.logo {
margin-bottom: @wcfGapLarge;
+ margin-top: @wcfGapMedium;
a {
display: block;
@@
-256,6
+256,10
@@
}
}
+.userPanel + .logo {
+ margin-top: @wcfGapMedium + 43px;
+}
+
@media only screen and (max-width: 800px) {
.logo {
display: none;