parent
0448323697
commit
073243364d
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue