From 3cdb8f26c9c1580d33557a0f619a90989df23245 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 19 Dec 2013 20:25:01 +0200 Subject: [PATCH] UI: use different padding in labels for Issues#show and Issues#index Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/issues.scss | 2 +- app/views/projects/issues/show.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss index 5e808cf69..c8e557750 100644 --- a/app/assets/stylesheets/sections/issues.scss +++ b/app/assets/stylesheets/sections/issues.scss @@ -125,7 +125,7 @@ input.check_all_issues { max-width: 200px; } -.issue-labels .label { +.issue-show-labels .label { padding: 6px 10px; } diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml index e0d1a740c..74cbfe3dd 100644 --- a/app/views/projects/issues/show.html.haml +++ b/app/views/projects/issues/show.html.haml @@ -64,7 +64,7 @@ - @issue.participants.each do |participant| = link_to_member(@project, participant, name: false, size: 24) - .issue-labels.pull-right + .issue-show-labels.pull-right - @issue.labels.each do |label| %span{class: "label #{label_css_class(label.name)}"} %i.icon-tag -- 2.11.0