diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/css/post-list-view.styl | 3 | ||||
| -rw-r--r-- | client/html/posts_header.tpl | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/client/css/post-list-view.styl b/client/css/post-list-view.styl index 7f6aa80..e4f75d5 100644 --- a/client/css/post-list-view.styl +++ b/client/css/post-list-view.styl @@ -187,6 +187,9 @@ vertical-align: top @media (max-width: 1000px) display: block + &.bulk-edit-tags:not(.opened), &.bulk-edit-safety:not(.opened) + float: left + margin-right: 1em input margin-bottom: 0.25em margin-right: 0.25em diff --git a/client/html/posts_header.tpl b/client/html/posts_header.tpl index d1422d2..77d16ed 100644 --- a/client/html/posts_header.tpl +++ b/client/html/posts_header.tpl @@ -16,7 +16,6 @@ %><form class='horizontal bulk-edit bulk-edit-tags'><% %><span class='append hint'>Tagging with:</span><% %><a href class='mousetrap button append open'>Mass tag</a><% - %><wbr/><% %><%= ctx.makeTextInput({name: 'tag', value: ctx.parameters.tag}) %><% %><input class='mousetrap start' type='submit' value='Start tagging'/><% %><a href class='mousetrap button append close'>Stop tagging</a><% |