diff --git a/assets/css/PostText.css b/assets/css/PostText.css
index 86c23e5..0180a3a 100644
--- a/assets/css/PostText.css
+++ b/assets/css/PostText.css
@@ -13,7 +13,7 @@
border-collapse: collapse;
}
-.thread .id, .remark .id {
+.thread .id, .remark .id, .thread .flag, nav .login {
float: right;
}
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep
index 0578d91..4e7483d 100644
--- a/templates/layouts/default.html.ep
+++ b/templates/layouts/default.html.ep
@@ -10,10 +10,12 @@
<%= link_to List => threads_list => {list_page => 1} %>
<%= link_to New => 'post_thread' %>
- <% unless (is_mod) { =%>
- <%= link_to Login => 'mod_login' %>
- <% } =%>
<%= link_to RSS => threads_feed => {format => 'rss'} %>
+ <% unless (is_mod) { =%>
+
+ <%= link_to Login => 'mod_login' %>
+
+ <% } =%>
<% if (is_mod) { =%>
diff --git a/templates/remark/create.html.ep b/templates/remark/create.html.ep
index eadeb68..0dd1b7b 100644
--- a/templates/remark/create.html.ep
+++ b/templates/remark/create.html.ep
@@ -44,7 +44,10 @@