diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss index 4fd35ce..851eb9c 100644 --- a/app/assets/stylesheets/style.css.scss +++ b/app/assets/stylesheets/style.css.scss @@ -441,7 +441,7 @@ blockquote p { .donor { background: #f60 !important; - margin-left: 2px; + margin-left: 2px !important; } .ign { diff --git a/app/views/users/_username.html.erb b/app/views/users/_username.html.erb index ef094e2..a6c481a 100644 --- a/app/views/users/_username.html.erb +++ b/app/views/users/_username.html.erb @@ -1,4 +1,4 @@
<%= link_to user.name, user_path(user.id), class: "role #{user.role.name} #{"banned" if user.banned?} #{"disabled" if user.disabled?} #{"unconfirmed" unless user.confirmed?}", title: user.ign %> - <%= link_to "$", donate_statics_path, class: "donor", title: "Donator" if user.donor? %> + <%= link_to "$", donate_statics_path, class: "role donor", title: "Donator" if user.donor? %>
\ No newline at end of file