Commit e5f4c7883fc6373da2681cac4bd0ea614566a4bc
1 parent
f6d96d35
Exists in
master
and in
4 other branches
Fix comment form UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/notes.scss
@@ -278,7 +278,7 @@ ul.notes { | @@ -278,7 +278,7 @@ ul.notes { | ||
278 | > a { | 278 | > a { |
279 | position: absolute; | 279 | position: absolute; |
280 | right: 5px; | 280 | right: 5px; |
281 | - top: 116px; | 281 | + bottom: -60px; |
282 | } | 282 | } |
283 | .note_preview { | 283 | .note_preview { |
284 | background: #f5f5f5; | 284 | background: #f5f5f5; |
@@ -311,10 +311,8 @@ ul.notes { | @@ -311,10 +311,8 @@ ul.notes { | ||
311 | 311 | ||
312 | .common-note-form { | 312 | .common-note-form { |
313 | margin: 0; | 313 | margin: 0; |
314 | - height: 140px; | ||
315 | background: #F9F9F9; | 314 | background: #F9F9F9; |
316 | padding: 3px; | 315 | padding: 3px; |
317 | - padding-bottom: 25px; | ||
318 | border: 1px solid #DDD; | 316 | border: 1px solid #DDD; |
319 | } | 317 | } |
320 | 318 |