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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-05 13:55:07 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-05 13:55:07 +0400
commite5f4c7883fc6373da2681cac4bd0ea614566a4bc (patch)
tree6d97e679fa94c8f045eed502f5e20ca46305e48c /app
parentf6d96d354c9413ddb1a82c51a379653e18515297 (diff)
Fix comment form UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/notes.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss
index f0254c81dda..ac0caa30040 100644
--- a/app/assets/stylesheets/sections/notes.scss
+++ b/app/assets/stylesheets/sections/notes.scss
@@ -278,7 +278,7 @@ ul.notes {
> a {
position: absolute;
right: 5px;
- top: 116px;
+ bottom: -60px;
}
.note_preview {
background: #f5f5f5;
@@ -311,10 +311,8 @@ ul.notes {
.common-note-form {
margin: 0;
- height: 140px;
background: #F9F9F9;
padding: 3px;
- padding-bottom: 25px;
border: 1px solid #DDD;
}