Switch “cycling” reply policy link to set of radio inputs

Fixes #832
This commit is contained in:
Thibaut Girka
2018-11-28 16:57:26 +01:00
committed by ThibG
parent 6b22845039
commit c18bb5d245
2 changed files with 45 additions and 13 deletions

View File

@ -1062,6 +1062,7 @@
}
.setting-toggle__label,
.setting-radio__label,
.setting-meta__label {
color: $darker-text-color;
display: inline-block;
@ -1070,6 +1071,27 @@
vertical-align: middle;
}
.setting-radio {
display: block;
line-height: 18px;
}
.setting-radio__label {
margin-bottom: 0;
}
.column-settings__row legend {
color: $darker-text-color;
cursor: default;
display: block;
font-weight: 500;
margin-top: 10px;
}
.setting-radio__input {
vertical-align: middle;
}
.setting-meta__label {
float: right;
}