diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 10c4098d8..6197cf0e4 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -909,8 +909,8 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { color: #ecf00b; font-size: $tiny-font-size; position: absolute; - right: 4px; - top: -6px; + right: 8px; + top: 6px; } } @@ -918,9 +918,9 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { background: $border; content: ''; height: 100%; - left: 28px; + left: 22px; position: absolute; - top: 84px; + top: 60px; width: 2px; } @@ -949,7 +949,7 @@ img.avatar, img.admin-avatar, img.moderator-avatar, img.initialjs-avatar { color: $brand; content: "\4d"; font-family: "icons" !important; - left: 6px; + left: 0; position: absolute; } diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb index 5796dbfd7..889e5395d 100644 --- a/app/views/notifications/index.html.erb +++ b/app/views/notifications/index.html.erb @@ -1,5 +1,5 @@ -
-
+
+

<%= t("notifications.index.title") %>

diff --git a/app/views/pages/more_information.html.erb b/app/views/pages/more_information.html.erb index 08e733ebb..07105ef0f 100644 --- a/app/views/pages/more_information.html.erb +++ b/app/views/pages/more_information.html.erb @@ -1,6 +1,6 @@ <% provide :title do %><%= t('pages.titles.more_information') %><% end %>
-
+

<%= t('pages.titles.more_information') %>

  • diff --git a/app/views/shared/_advanced_search.html.erb b/app/views/shared/_advanced_search.html.erb index ecab790b6..7b9d3d6c4 100644 --- a/app/views/shared/_advanced_search.html.erb +++ b/app/views/shared/_advanced_search.html.erb @@ -6,50 +6,46 @@ <%= form_tag search_path, method: :get do %>