diff --git a/static/styles/settings.css b/static/styles/settings.css index 4c3de5b234..fe76ac2d8d 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -838,8 +838,9 @@ input[type=checkbox].inline-block { } .emojiset_choices { - padding-left: 20px; - width: 230px; + width: 250px; + margin-top: 10px; + padding: 0px 10px; } .emojiset_choices .emoji { @@ -848,10 +849,25 @@ input[type=checkbox].inline-block { } .emojiset_choices label { - line-height: 2em; + border-bottom: 1px solid #ddd; + padding: 8px 0px 10px 0px; } -.emojiset_choices span { +.emojiset_choices label:last-of-type { + border-bottom: none; +} + +.emojiset_choices label input[type=radio] { + position: relative; + top: -2px; + margin: 0px 5px 0px 0px; +} + +.emojiset_choices label input[type=radio]:checked + span { + font-weight: 600; +} + +.emojiset_choices .right { float: right; } diff --git a/static/templates/settings/display-settings.handlebars b/static/templates/settings/display-settings.handlebars index 0a6be7080c..0b72f17e47 100644 --- a/static/templates/settings/display-settings.handlebars +++ b/static/templates/settings/display-settings.handlebars @@ -82,19 +82,18 @@ -