Commit 0853eebd authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve comments css

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent cc28b21a
...@@ -83,6 +83,7 @@ ul.notes { ...@@ -83,6 +83,7 @@ ul.notes {
overflow: hidden; overflow: hidden;
display: block; display: block;
position:relative; position:relative;
border-bottom: 1px solid #eee;
p { color: $style_color; } p { color: $style_color; }
.avatar { .avatar {
...@@ -98,22 +99,16 @@ ul.notes { ...@@ -98,22 +99,16 @@ ul.notes {
.note-header { .note-header {
padding-bottom: 3px; padding-bottom: 3px;
} }
&:last-child {
border-bottom: none;
}
} }
.note:target { .note:target {
-webkit-animation:target-note 2s linear; -webkit-animation:target-note 2s linear;
background: #fffff0; background: #fffff0;
} }
// paint top or bottom borders depending on notes direction
&:not(.reversed) .note,
&:not(.reversed) .discussion {
border-bottom: 1px solid #eee;
}
&.reversed .note,
&.reversed .discussion {
border-top: 1px solid #eee;
}
} }
.diff-file .notes_holder { .diff-file .notes_holder {
...@@ -308,14 +303,13 @@ ul.notes { ...@@ -308,14 +303,13 @@ ul.notes {
.common-note-form { .common-note-form {
margin: 0; margin: 0;
background: #F9F9F9; background: #F9F9F9;
padding: 3px; padding: 5px;
border: 1px solid #DDD; border: 1px solid #DDD;
} }
.note-form-actions { .note-form-actions {
background: #F9F9F9; background: #F9F9F9;
height: 45px; height: 45px;
padding: 0 5px;
.note-form-option { .note-form-option {
margin-top: 8px; margin-top: 8px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment