diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-11-28 16:57:26 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-11-28 22:35:42 +0100 |
commit | c18bb5d2453a74a2b3dcfc6cfb1d8e9a38a2f810 (patch) | |
tree | ef416db651ea90fbc9a3140ebbd20012a78f80c0 /app/javascript/flavours/glitch/styles/components | |
parent | 6b22845039773b5f206d3ad6aa2c398960bdb951 (diff) |
Switch “cycling” reply policy link to set of radio inputs
Fixes #832
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index b16b13d87..3e3ef6b52 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -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; } |