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:
4db98e0
)
Small css fix
author
Marcel Werk
<burntime@woltlab.com>
Mon, 7 May 2012 19:46:54 +0000
(21:46 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 7 May 2012 19:46:54 +0000
(21:46 +0200)
wcfsetup/install/files/style/forms.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/forms.less
b/wcfsetup/install/files/style/forms.less
index 577b779e2740763fb2a53fbe6872fc5e69b545df..2640d56ce0c86658353b4a31cd184cef1e66fb9d 100644
(file)
--- a/
wcfsetup/install/files/style/forms.less
+++ b/
wcfsetup/install/files/style/forms.less
@@
-76,14
+76,16
@@
fieldset {
> input[type='checkbox'], > input[type='radio'] {
margin: 2px 2px 2px 0;
}
-
+ }
+
+ > input[type='checkbox'], > input[type='radio'] {
~ small {
margin-left: 21px;
}
}
-
> input[type='checkbox'], > input[type='radio']
{
- ~ small {
+
&:not(.floated)
{
+
> label
~ small {
margin-left: 21px;
}
}