Small overhaul of the user profile
authorMarcel Werk <burntime@woltlab.com>
Thu, 3 May 2012 19:10:50 +0000 (21:10 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 3 May 2012 19:10:50 +0000 (21:10 +0200)
wcfsetup/install/files/style/user.less

index 3b651c17c88d7a6a3cbee5fad1bef818223e6a39..49d5635cd8cbf30f2cf354399b02cf29acce3795 100644 (file)
                display: table;
                clear: both;
        }
+}
+
+.userHeadline {
+       position: relative;
+       
+       > .buttonList {
+               position: absolute;
+               right: @wcfGapTiny;
+               top: @wcfGapTiny;
+       }
 }
\ No newline at end of file