[#369] add pointer to a commit content

This commit is contained in:
Alexander Machehin 2014-12-02 19:25:41 +05:00
parent f86ad211bd
commit f4c83ac86a
2 changed files with 2 additions and 2 deletions

View File

@ -216,5 +216,5 @@ textarea.resize-vertical
a.fa
text-decoration: none
.update-label, .update-status
.update-label, .update-status, .pointer
cursor: pointer

View File

@ -6,7 +6,7 @@
.clearfix
%span= presenter.caption
- if presenter.expandable? and presenter.content?
%span.glyphicon.glyphicon-chevron-down{ 'data-toggle' => 'collapse', 'data-target' => "#commit_message_#{item_no}" }
%span.glyphicon.glyphicon-chevron-down.pointer{ 'data-toggle' => 'collapse', 'data-target' => "#commit_message_#{item_no}" }
.clearfix
- if presenter.content?
.collapse{ id: "commit_message_#{item_no}" }