Skip to content
Snippets Groups Projects
Commit 06a4fd10 authored by Valery Sizov's avatar Valery Sizov
Browse files

css improvements

parent fd2c0fe4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -39,7 +39,7 @@ class @AwardsHandler
nodes.push("<div class='counter'>1")
nodes.push("</div></div>")
 
$(".awards").append(nodes.join("\n"))
$(".awards-controls").before(nodes.join("\n"))
 
getImage: (emoji) ->
$("li." + emoji).html()
Loading
Loading
Loading
Loading
@@ -128,12 +128,22 @@
}
}
 
#add-award {
font-size: 20px;
border-radius: 5px;
.awards-controls {
height: 25px;
width: 28px;
float: left;
width: 50px;
font-weight: bold;
padding: 0 0 5px 5px;
line-height: 1;
#add-award {
font-size: 27px;
&:hover {
text-decoration: none;
}
&:link {
text-decoration: none;
}
}
}
.awards-menu{
Loading
Loading
Loading
Loading
@@ -12,9 +12,9 @@ class NotesFinder
when "commit"
project.notes.for_commit_id(target_id).not_inline
when "issue"
project.issues.find(target_id).notes.inc_author
project.issues.find(target_id).notes.nonawards.inc_author
when "merge_request"
project.merge_requests.find(target_id).mr_and_commit_notes.inc_author
project.merge_requests.find(target_id).mr_and_commit_notes.nonawards.inc_author
when "snippet", "project_snippet"
project.snippets.find(target_id).notes
else
Loading
Loading
Loading
Loading
@@ -6,7 +6,7 @@
.counter
= vote.last.count
 
%button.dropdown
.dropdown.awards-controls
%a#add-award{"data-toggle" => "dropdown", "data-target" => "#", "href" => "#"} +
%ul.dropdown-menu.awards-menu
- ["100", "blush", "heart", "smile", "rage", "beers", "thumbsup", "disappointed", "ok_hand", "helicopter"].each do |emoji|
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment