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:
5f3f41e
)
Small style optimization
author
Marcel Werk
<burntime@woltlab.com>
Wed, 2 Oct 2013 13:35:22 +0000
(15:35 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Wed, 2 Oct 2013 13:35:22 +0000
(15:35 +0200)
wcfsetup/install/files/style/form.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/form.less
b/wcfsetup/install/files/style/form.less
index 0cd8983e6ac95082d66712e495297c945f646988..3a3809223041e01cf5cce0e7acf7965390512453 100644
(file)
--- a/
wcfsetup/install/files/style/form.less
+++ b/
wcfsetup/install/files/style/form.less
@@
-14,8
+14,10
@@
fieldset {
.textShadow(@wcfContainerBackgroundColor);
+ small {
- top: -7px;
+ display: inline-block;
+ margin-bottom: @wcfGapTiny;
position: relative;
+ top: -7px;
}
}