diff --git a/client/css/forms.styl b/client/css/forms.styl index 1f58c3e6..d3405ffd 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -199,9 +199,15 @@ div.tag-input &:not(.shown) display: none - .close + &.translucent + opacity: .5 + + .buttons + margin: 0 float: right - color: $inactive-link-color + a + margin-left: 1em + color: $inactive-link-color .wrapper margin-left: 0.5em background: $tag-suggestions-background-color diff --git a/client/css/posts.styl b/client/css/posts.styl index 791dfb69..f66320e5 100644 --- a/client/css/posts.styl +++ b/client/css/posts.styl @@ -319,15 +319,10 @@ $safety-unsafe = #F3985F margin-bottom: 0.3em display: block - .buttons - display: flex - flex-wrap: wrap - margin-top: 2em - input, button - flex-grow: 1 - input[type=submit], input[type=button], button + margin-top: 1em + width: 100% &:focus border: 2px solid $text-color !important diff --git a/client/js/controls/tag_input_control.js b/client/js/controls/tag_input_control.js index bfcaf06d..1d4467d6 100644 --- a/client/js/controls/tag_input_control.js +++ b/client/js/controls/tag_input_control.js @@ -119,11 +119,22 @@ class TagInputControl extends events.EventTarget { this._suggestionsNode = views.htmlToDom( '