summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-30 09:50:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-30 09:50:30 +0300
commitdd2847f53872ae5070d3b9074ad79a6e56999daa (patch)
treeede4c96d8759099bcda9d729d125d3d38d104054
parentd18f89dadb515823e13aa02db723e320a675a294 (diff)
downloadgitlab-ce-dd2847f53872ae5070d3b9074ad79a6e56999daa.tar.gz
Few UI fixes for notes
-rw-r--r--app/assets/stylesheets/sections/notes.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index bae1ac3aa9a..94b9ca3b181 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -135,11 +135,15 @@ ul.notes {
background-color: $white;
border-width: 1px 0;
padding-top: 0;
+
+ li {
+ padding: 5px;
+ }
}
}
.reply-btn {
- margin-top: 8px;
+ margin: 5px;
}
}