client/css: improve tag edit view
This commit is contained in:
parent
f24ea3450d
commit
c508d37d54
|
@ -183,7 +183,7 @@ input[type=password]
|
||||||
color: $input-disabled-text-color
|
color: $input-disabled-text-color
|
||||||
|
|
||||||
div.tag-input
|
div.tag-input
|
||||||
min-height: 3.3em
|
min-height: 4.75em
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
display: inline-block
|
display: inline-block
|
||||||
cursor: text
|
cursor: text
|
||||||
|
|
|
@ -53,13 +53,17 @@
|
||||||
|
|
||||||
.content-wrapper.tag
|
.content-wrapper.tag
|
||||||
width: 100%
|
width: 100%
|
||||||
max-width: 30em
|
max-width: 40em
|
||||||
|
h1
|
||||||
|
word-break: break-all
|
||||||
|
line-height: 130%
|
||||||
|
margin-top: 0
|
||||||
form
|
form
|
||||||
width: 100%
|
width: 100%
|
||||||
label:not(.radio):not(.checkbox):not(.file-dropper)
|
label:not(.radio):not(.checkbox):not(.file-dropper)
|
||||||
width: 6em
|
width: 7em
|
||||||
.messages, .buttons
|
.messages, .buttons
|
||||||
margin-left: 6em
|
margin-left: 7em
|
||||||
|
|
||||||
.content-wrapper.tag-categories
|
.content-wrapper.tag-categories
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<div class='tag-merge'>
|
<div class='tag-merge'>
|
||||||
<form class='tabular'>
|
<form class='tabular'>
|
||||||
<p>Proceeding will remove <%= ctx.tag.names[0] %> and retag its posts with
|
<p>Proceeding will remove this tag and retag its posts with the tag
|
||||||
the tag specified below. Aliases and relations of <%= ctx.tag.names[0] %>
|
specified below. Aliases, suggestions and implications are discarded
|
||||||
will be discarded and need to be handled by hand.</p>
|
and need to be handled manually.</p>
|
||||||
<div class='input'>
|
<div class='input'>
|
||||||
<ul>
|
<ul>
|
||||||
<li class='target'>
|
<li class='target'>
|
||||||
|
|
Loading…
Reference in New Issue