summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-28 15:39:18 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-28 15:39:18 +0200
commit5ad4be295f68310bbd031585bbf6e203084f325e (patch)
tree7e2ed3915a87f007c8578d0e3effce3be47d3abc /app/assets
parent70947fedda4f955f69d928ad0309b3f042056582 (diff)
downloadgitlab-ce-5ad4be295f68310bbd031585bbf6e203084f325e.tar.gz
remove notify checkboxes from note forms
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/sections/notes.scss13
1 files changed, 11 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index ae2e1b258d3..a8628fc58f2 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -274,6 +274,15 @@ ul.notes {
}
+.common-note-form {
+ margin: 0;
+ height: 140px;
+ background: #F9F9F9;
+ padding: 3px;
+ padding-bottom: 25px;
+ border: 1px solid #DDD;
+}
+
.note-form-actions {
background: #F9F9F9;
@@ -281,8 +290,8 @@ ul.notes {
padding: 0 5px;
.note-form-option {
- margin-top: 8px;
- margin-left: 15px;
+ margin-top: 10px;
+ margin-left: 30px;
@extend .pull-left;
}