Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 12:11:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-24 12:11:45 +0400
commit0853eebd1c1d80fdcb467a2cafede6f20e62759f (patch)
tree4103542a97527e8da338dd7b90b303101027c59c /app/assets
parentcc28b21adce61206e5ca96dfe23bab4cec9a0400 (diff)
Improve comments css
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/notes.scss18
1 files changed, 6 insertions, 12 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index 755295be1f4..75cb8e56152 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -83,6 +83,7 @@ ul.notes {
overflow: hidden;
display: block;
position:relative;
+ border-bottom: 1px solid #eee;
p { color: $style_color; }
.avatar {
@@ -98,22 +99,16 @@ ul.notes {
.note-header {
padding-bottom: 3px;
}
+
+ &:last-child {
+ border-bottom: none;
+ }
}
.note:target {
-webkit-animation:target-note 2s linear;
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 {
@@ -308,14 +303,13 @@ ul.notes {
.common-note-form {
margin: 0;
background: #F9F9F9;
- padding: 3px;
+ padding: 5px;
border: 1px solid #DDD;
}
.note-form-actions {
background: #F9F9F9;
height: 45px;
- padding: 0 5px;
.note-form-option {
margin-top: 8px;