Commit 92943580 authored by Valery Sizov's avatar Valery Sizov

improve style

parent db91ef3a
...@@ -135,8 +135,10 @@ ...@@ -135,8 +135,10 @@
padding: 0 0 5px 5px; padding: 0 0 5px 5px;
line-height: 1; line-height: 1;
#add-award { .add-award {
font-size: 27px; font-size: 27px;
color: #ccc;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
= vote.last.count = vote.last.count
.dropdown.awards-controls .dropdown.awards-controls
%a#add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"} + %a.add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"}
= icon('plus-circle')
%ul.dropdown-menu.awards-menu %ul.dropdown-menu.awards-menu
- emoji_list.each do |emoji| - emoji_list.each do |emoji|
%li{"data-emoji" => "#{emoji}"}= image_tag url_to_emoji(emoji), height: "20px", width: "20px" %li{"data-emoji" => "#{emoji}"}= image_tag url_to_emoji(emoji), height: "20px", width: "20px"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment