From: Marcel Werk Date: Mon, 9 Jun 2014 17:44:15 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.1.0_Alpha_1~732^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=69a4b2ca6aea56c54a09896e5a8219dbebf07cd1;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/user.less b/wcfsetup/install/files/style/user.less index 259859c009..d2e8e64115 100644 --- 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; - } } }