summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/issue_box.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-25 14:32:49 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-12-25 14:32:49 +0200
commit5140a4cd139e43a3c7a1d23fdd61bfc0d9aff6a6 (patch)
treedab02a483aca595717f294001d133963a0806310 /app/assets/stylesheets/generic/issue_box.scss
parentfe104386b16a73cbac1588aa5cce8319c6355ee9 (diff)
downloadgitlab-ce-5140a4cd139e43a3c7a1d23fdd61bfc0d9aff6a6.tar.gz
Set of UI changes mostly for issue and merge request
* return edit/close buttons to old position (right of title) * make 'Issue #1' header smaller * move mr commits to separate tab * change inline/side diff switcher to buttons from tabs * make issue sidebar start with dicsussion block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/generic/issue_box.scss')
-rw-r--r--app/assets/stylesheets/generic/issue_box.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/issue_box.scss b/app/assets/stylesheets/generic/issue_box.scss
index 176c45581a8..2563ab516e2 100644
--- a/app/assets/stylesheets/generic/issue_box.scss
+++ b/app/assets/stylesheets/generic/issue_box.scss
@@ -6,7 +6,9 @@
.issue-box {
display: inline-block;
- padding: 0 10px;
+ padding: 7px 13px;
+ font-weight: normal;
+ margin-right: 5px;
&.issue-box-closed {
background-color: $bg_danger;