Commit af82b6773b9b81cdac83afb702565207c00bad87

Authored by Dmitriy Zaporozhets
1 parent fb17234b

btn padded class

app/assets/stylesheets/common.scss
@@ -370,3 +370,7 @@ table a code { @@ -370,3 +370,7 @@ table a code {
370 .span12 hr{ 370 .span12 hr{
371 margin-top: 5px; 371 margin-top: 5px;
372 } 372 }
  373 +
  374 +.btn.padded {
  375 + margin-right:3px;
  376 +}
app/views/widgets/_project_member.html.haml
@@ -25,9 +25,8 @@ @@ -25,9 +25,8 @@
25 %br 25 %br
26 %br 26 %br
27 - if @project.merge_requests_enabled 27 - if @project.merge_requests_enabled
28 - = link_to new_project_merge_request_path(@project), :title => "New Merge Request", :class => "btn small" do 28 + = link_to new_project_merge_request_path(@project), :title => "New Merge Request", :class => "btn small padded" do
29 Merge Request 29 Merge Request
30 -    
31 - if @project.issues_enabled 30 - if @project.issues_enabled
32 = link_to new_project_issue_path(@project), :title => "New Issue", :class => "btn small" do 31 = link_to new_project_issue_path(@project), :title => "New Issue", :class => "btn small" do
33 Issue 32 Issue
app/views/wikis/show.html.haml
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 = @wiki.title 2 = @wiki.title
3 %span.right 3 %span.right
4 - if can? current_user, :write_wiki, @project 4 - if can? current_user, :write_wiki, @project
5 - = link_to history_project_wiki_path(@project, @wiki), :class => "btn small" do 5 + = link_to history_project_wiki_path(@project, @wiki), :class => "btn small padded" do
6 History 6 History
7 = link_to edit_project_wiki_path(@project, @wiki), :class => "btn small" do 7 = link_to edit_project_wiki_path(@project, @wiki), :class => "btn small" do
8 Edit 8 Edit