From db18d9810c78dd6d5b4814d5e7a84c96c65607de Mon Sep 17 00:00:00 2001 From: flaburgan Date: Mon, 26 May 2014 23:41:08 +0200 Subject: [PATCH] Realign check icon in aspect dropdown --- app/assets/stylesheets/ui.css.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/ui.css.scss b/app/assets/stylesheets/ui.css.scss index d2ec3e8dd..22f1043df 100644 --- a/app/assets/stylesheets/ui.css.scss +++ b/app/assets/stylesheets/ui.css.scss @@ -120,7 +120,6 @@ input.button { z-index: 20; position: absolute; width: 140px; - padding: 4px 0; margin-top: 2px; background-color: #fff; border: 1px solid $border-dark-grey; @@ -144,7 +143,7 @@ input.button { &.selected { background: { image: image-url('icons/check_yes_ok.png'); - position: 3px 3px; + position: 3px 6px; repeat: no-repeat; } } @@ -152,8 +151,7 @@ input.button { &.selected:hover { background: { image: image-url('icons/check_yes_ok_white.png'); - /* bump top position up 1px to compensate for the 1px added top border */ - position: 3px 0px; + position: 3px 4px; } }