Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Mon, 9 Jun 2014 17:44:15 +0000 (19:44 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 9 Jun 2014 17:44:15 +0000 (19:44 +0200)
wcfsetup/install/files/style/user.less

index 259859c0091352a01c127e14cf8b4a941fdf3b52..d2e8e64115716a1776bac53b3ee4a0306c5f91b4 100644 (file)
@@ -95,6 +95,7 @@
 
 /* ##### User List #### */
 .userHeadline {
+       padding-right: 428px;
        position: relative;
        
        > nav.buttonGroupNavigation {
 @media only screen and (max-width: 800px) {
        #tplUser .userHeadline {
                overflow: visible;
+               padding-right: 30px;
                
                > .invisible {
                        display: block;
                > *:not(.invisible) {
                        margin-left: 59px;
                }
-               
-               > h1 {
-                       margin-right: 30px;
-               }
        }
 }