From d703eb417cf4f9538c62404b3837a5e9abc0b5a9 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 3 May 2012 21:10:50 +0200 Subject: [PATCH] Small overhaul of the user profile --- wcfsetup/install/files/style/user.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wcfsetup/install/files/style/user.less b/wcfsetup/install/files/style/user.less index 3b651c17c8..49d5635cd8 100644 --- a/wcfsetup/install/files/style/user.less +++ b/wcfsetup/install/files/style/user.less @@ -128,4 +128,14 @@ display: table; clear: both; } +} + +.userHeadline { + position: relative; + + > .buttonList { + position: absolute; + right: @wcfGapTiny; + top: @wcfGapTiny; + } } \ No newline at end of file -- 2.20.1