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:
39cabbb
)
Small overhaul of the user profile
author
Marcel Werk
<burntime@woltlab.com>
Thu, 3 May 2012 19:10:50 +0000
(21:10 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 3 May 2012 19:10:50 +0000
(21:10 +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 3b651c17c88d7a6a3cbee5fad1bef818223e6a39..49d5635cd8cbf30f2cf354399b02cf29acce3795 100644
(file)
--- 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