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:
8dd3053
)
Small style optimization
author
Marcel Werk
<burntime@woltlab.com>
Mon, 9 Jun 2014 17:44:15 +0000
(19:44 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 9 Jun 2014 17:44:15 +0000
(19:44 +0200)
wcfsetup/install/files/style/user.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/user.less
b/wcfsetup/install/files/style/user.less
index 259859c0091352a01c127e14cf8b4a941fdf3b52..d2e8e64115716a1776bac53b3ee4a0306c5f91b4 100644
(file)
--- a/
wcfsetup/install/files/style/user.less
+++ b/
wcfsetup/install/files/style/user.less
@@
-95,6
+95,7
@@
/* ##### User List #### */
.userHeadline {
+ padding-right: 428px;
position: relative;
> nav.buttonGroupNavigation {
@@
-186,6
+187,7
@@
@media only screen and (max-width: 800px) {
#tplUser .userHeadline {
overflow: visible;
+ padding-right: 30px;
> .invisible {
display: block;
@@
-195,10
+197,6
@@
> *:not(.invisible) {
margin-left: 59px;
}
-
- > h1 {
- margin-right: 30px;
- }
}
}