diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 94b6ae7352..d290ee65e2 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -82,7 +82,8 @@ h5,h6, h1 small, h3 small { height: 25px; width: 25px; margin: 13px 5px; - padding: 5px 3px 0px 1px; + display: flex; + justify-content: center; font-size: 11px; } @@ -611,7 +612,7 @@ textarea, input { background: rgba(255,255,255,0.8); z-index: 700; border-radius: 4px; - padding: 10px; + padding: 10px; } .btn-toolbar .btn-outline-secondary diff --git a/app/views/tag/_tagging.html.erb b/app/views/tag/_tagging.html.erb index 2c0e4a06ef..1012796d91 100644 --- a/app/views/tag/_tagging.html.erb +++ b/app/views/tag/_tagging.html.erb @@ -5,7 +5,7 @@ <%= render partial: 'tag/replication' %>

- <% if @node.normal_tags.count > 0 %> + <% if @node.normal_tags.count > 0 %> This is part of: <% end %>

@@ -47,9 +47,9 @@ $(function () { <% if current_user && (parent != :profile || (current_user.id == user.id || logged_in_as(['admin']))) %> - + <% if @node && @node.tags.count == 0 %> - Add tags + Add tags <% end %> <%= render partial: 'tag/form', locals: { node: @node ||= nil, user: user ||= nil, url: url ||= nil } %> diff --git a/app/views/tag/_tags.html.erb b/app/views/tag/_tags.html.erb index ddfc4a0390..494e8f15c6 100644 --- a/app/views/tag/_tags.html.erb +++ b/app/views/tag/_tags.html.erb @@ -1,7 +1,7 @@ <% user = user || @user # allow overriding w/ local variable %>
<% if tags.length > 0 && power_tag %> - + <% end %> <% tags.each_with_index do |tag, i| %> <% if tag.class == NodeTag %>