From 23fee748fecbb9d39273af3cc6bcb20516e2765c Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 14 Sep 2015 19:56:45 +0200 Subject: [PATCH] Fixes votes styles on comments --- app/assets/stylesheets/debates.scss | 4 ++-- app/assets/stylesheets/proposals.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/debates.scss b/app/assets/stylesheets/debates.scss index e2b32577e..cfd0fc323 100644 --- a/app/assets/stylesheets/debates.scss +++ b/app/assets/stylesheets/debates.scss @@ -639,7 +639,7 @@ .comment-votes { color: $text-medium; font-weight: lighter; - margin: rem-calc(15) rem-calc(6) 0; + margin: rem-calc(8) rem-calc(12) rem-calc(6) 0; a { color: $text-light; @@ -653,7 +653,7 @@ [class^="icon-"] { font-size: rem-calc(20); - vertical-align: top; + vertical-align: middle; } } diff --git a/app/assets/stylesheets/proposals.scss b/app/assets/stylesheets/proposals.scss index 96e12a991..6a38a4efe 100644 --- a/app/assets/stylesheets/proposals.scss +++ b/app/assets/stylesheets/proposals.scss @@ -594,7 +594,7 @@ .comment-votes { color: $text-medium; font-weight: lighter; - margin: rem-calc(15) rem-calc(6) 0; + margin: rem-calc(8) rem-calc(12) rem-calc(6) 0; a { color: $text-light; @@ -608,7 +608,7 @@ [class^="icon-"] { font-size: rem-calc(20); - vertical-align: top; + vertical-align: middle; } }