forms.less: Re-introduce class control-groups

refs #9602
This commit is contained in:
Johannes Meyer 2015-07-23 16:49:19 +02:00
parent 0448323697
commit 073243364d
1 changed files with 17 additions and 1 deletions

View File

@ -190,7 +190,8 @@ form ul.form-notifications {
}
form div.element {
margin: 0.5em 0;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
form label {
@ -277,3 +278,18 @@ form ul.hints {
padding-bottom: 0.5em;
}
}
.control-group {
& > * {
float: left;
margin-right: 0.5em;
}
&:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
}