summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/notes.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/notes.scss')
-rw-r--r--app/assets/stylesheets/sections/notes.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index 94b9ca3b181..fc84d157755 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -131,6 +131,11 @@ ul.notes {
text-align: center;
padding: 10px 0;
}
+ &.notes_line2 {
+ text-align: center;
+ padding: 10px 0;
+ border-left: 1px solid #ddd !important;
+ }
&.notes_content {
background-color: $white;
border-width: 1px 0;
@@ -358,3 +363,7 @@ ul.notes {
.js-note-attachment-delete {
display: none;
}
+
+.parallel-comment {
+ padding: 6px;
+} \ No newline at end of file