From d8cbffc7050b0bdffe45dae48ad0b508a19dfd5f Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 14 Sep 2015 11:35:21 +0200 Subject: [PATCH] Fixes comments and anonymous votes styles --- app/assets/stylesheets/debates.scss | 1 + app/assets/stylesheets/proposals.scss | 25 ++----------------------- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/app/assets/stylesheets/debates.scss b/app/assets/stylesheets/debates.scss index 30330aac1..c050ff09b 100644 --- a/app/assets/stylesheets/debates.scss +++ b/app/assets/stylesheets/debates.scss @@ -760,6 +760,7 @@ .button { background: none; + margin-bottom: 0; padding: 0; } } diff --git a/app/assets/stylesheets/proposals.scss b/app/assets/stylesheets/proposals.scss index 0da187b6d..c672f46ac 100644 --- a/app/assets/stylesheets/proposals.scss +++ b/app/assets/stylesheets/proposals.scss @@ -52,28 +52,6 @@ } } - // .voted { - // .icon-like { - // @extend .icon-like; - // background: $votes-like; - // border-color: white; - // color: white; - // } - - // .icon-unlike { - // @extend .icon-unlike; - // background: $votes-unlike; - // border-color: white; - // color: white; - // } - // } - - // .no-voted { - // .icon-like, .icon-unlike { - // opacity: .5; - // } - // } - .total-supports { color: $proposals; float: right; @@ -112,7 +90,7 @@ background: $warning-bg; color: $warning-color; height: 100%; - left: 0; + left: -3px; line-height: $line-height; padding-top: rem-calc(12); position: absolute; @@ -729,6 +707,7 @@ .button { background: none; + margin-bottom: 0; padding: 0; } }