32715 Make all notes use equal padding

This commit is contained in:
tauriedavis 2017-05-22 12:00:56 -07:00
parent 374aad38ac
commit 1725dc0857
4 changed files with 13 additions and 9 deletions

View File

@ -23,7 +23,6 @@
}
.timeline-entry {
padding: $gl-padding $gl-btn-padding 0;
border-color: $white-normal;
color: $gl-text-color;
border-bottom: 1px solid $border-white-light;

View File

@ -164,10 +164,6 @@
.discussion-body,
.diff-file {
.notes .note {
padding: 10px 15px;
}
.discussion-reply-holder {
background-color: $white-light;
padding: 10px 16px;

View File

@ -43,7 +43,11 @@ ul.notes {
}
.discussion-body {
padding-top: 15px;
padding-top: 8px;
.panel {
margin-bottom: 0;
}
}
.discussion {
@ -53,6 +57,7 @@ ul.notes {
}
.note {
padding: $gl-padding $gl-btn-padding 0;
display: block;
position: relative;
border-bottom: 1px solid $white-normal;
@ -78,7 +83,7 @@ ul.notes {
&.note-discussion {
&.timeline-entry {
padding: 14px 10px;
padding: $gl-padding 10px;
}
.system-note {
@ -167,7 +172,7 @@ ul.notes {
margin-left: 65px;
}
.note-header {
.note-header-info {
padding-bottom: 0;
}
@ -377,7 +382,7 @@ ul.notes {
.note-header-info {
min-width: 0;
padding-bottom: 5px;
padding-bottom: 8px;
}
.note-headline-light {

View File

@ -0,0 +1,4 @@
---
title: Make all notes use equal padding
merge_request:
author: