diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2f9cda41..2248d3c2 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -814,7 +814,7 @@ table.data tr.void td, table.data tr.void td a { line-height: 2em; } .box br { - clear: both; + clear: left; } .box .boxline { clear: both; diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index a0be62ff..539d4d59 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -6,6 +6,12 @@ <% end %> +
+ &s=100"> +
+ Active <%= @showing_user.is_admin? ? "administrator" : diff --git a/public/images/1x1t.gif b/public/images/1x1t.gif new file mode 100644 index 00000000..66d96ed0 Binary files /dev/null and b/public/images/1x1t.gif differ