From c508d37d54daf166b3e1c39a76b1ce1f18cf2910 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 12 Jun 2016 22:40:33 +0200 Subject: [PATCH] client/css: improve tag edit view --- client/css/forms.styl | 2 +- client/css/tags.styl | 10 +++++++--- client/html/tag_merge.tpl | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/client/css/forms.styl b/client/css/forms.styl index f62b1d1..1688dd1 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -183,7 +183,7 @@ input[type=password] color: $input-disabled-text-color div.tag-input - min-height: 3.3em + min-height: 4.75em vertical-align: top display: inline-block cursor: text diff --git a/client/css/tags.styl b/client/css/tags.styl index c0cfdf2..ff98ae6 100644 --- a/client/css/tags.styl +++ b/client/css/tags.styl @@ -53,13 +53,17 @@ .content-wrapper.tag width: 100% - max-width: 30em + max-width: 40em + h1 + word-break: break-all + line-height: 130% + margin-top: 0 form width: 100% label:not(.radio):not(.checkbox):not(.file-dropper) - width: 6em + width: 7em .messages, .buttons - margin-left: 6em + margin-left: 7em .content-wrapper.tag-categories width: 100% diff --git a/client/html/tag_merge.tpl b/client/html/tag_merge.tpl index 5fa5e6b..3b28320 100644 --- a/client/html/tag_merge.tpl +++ b/client/html/tag_merge.tpl @@ -1,8 +1,8 @@
-

Proceeding will remove <%= ctx.tag.names[0] %> and retag its posts with - the tag specified below. Aliases and relations of <%= ctx.tag.names[0] %> - will be discarded and need to be handled by hand.

+

Proceeding will remove this tag and retag its posts with the tag + specified below. Aliases, suggestions and implications are discarded + and need to be handled manually.