Improve language filter preferences look (#3184)
This commit is contained in:
parent
c2f70829d9
commit
d78f555254
3 changed files with 26 additions and 3 deletions
|
@ -12,6 +12,7 @@ code {
|
|||
.simple_form {
|
||||
.input {
|
||||
margin-bottom: 15px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
span.hint {
|
||||
|
@ -44,11 +45,12 @@ code {
|
|||
|
||||
.input.file,
|
||||
.input.select,
|
||||
.input.radio_buttons {
|
||||
.input.radio_buttons,
|
||||
.input.check_boxes {
|
||||
padding: 15px 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
label {
|
||||
.label_input > label {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
color: $primary-text-color;
|
||||
|
@ -353,6 +355,19 @@ code {
|
|||
}
|
||||
|
||||
.user_filtered_languages {
|
||||
|
||||
& > label {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
color: $primary-text-color;
|
||||
display: block;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.hint {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
li {
|
||||
float: left;
|
||||
width: 50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue