diff options
| author | rr- <rr-@sakuya.pl> | 2017-01-04 23:41:27 +0100 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2017-01-04 23:41:27 +0100 |
| commit | 02d90cb5e861a2ab8227bc15bfe698a834eb27d8 (patch) | |
| tree | 03114d352bc88436f4527cdfd63e531abc8f3a22 /client/css/comment-control.styl | |
| parent | ac98b7d8e62d00d29ca457ba450ea640f0c77440 (diff) | |
client/comments: fix comment control tab margins
Diffstat (limited to 'client/css/comment-control.styl')
| -rw-r--r-- | client/css/comment-control.styl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl index 96d7e7a..663c413 100644 --- a/client/css/comment-control.styl +++ b/client/css/comment-control.styl @@ -52,6 +52,9 @@ $comment-border-color = #DDD padding: 0 1em line-height: 2.25em + .date, .score-container, .edit + margin-right: 2em + .score-container, .link-container display: inline-block @@ -77,8 +80,6 @@ $comment-border-color = #DDD border: 0.75em solid transparent border-right: 0.75em solid $comment-header-background-color - .date, .score-container, .edit - margin-right: 2em .edit, .delete, .score-container a, .nickname a &:not(.inactive) color: mix($main-color, $inactive-tab-text-color) |