From 3899e383ee090325f0a3c0e1fe36d114ad678429 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Mon, 26 Aug 2013 20:32:44 +0200 Subject: [PATCH] Re align check icon in aspect dropdown --- Changelog.md | 1 + app/assets/stylesheets/ui.css.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index a99f518ef..ecf71dec0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -47,6 +47,7 @@ * Add hover state to header icons [#4436](https://github.com/diaspora/diaspora/pull/4436) * Fix check icon regression on contacts page [#4440](https://github.com/diaspora/diaspora/pull/4440) * Do not leak non public photos +* Fix check icon alignment in aspect dropdown [#4443](https://github.com/diaspora/diaspora/pull/4443) ## Features * Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252) diff --git a/app/assets/stylesheets/ui.css.scss b/app/assets/stylesheets/ui.css.scss index ee170b8b8..63fac9d63 100644 --- a/app/assets/stylesheets/ui.css.scss +++ b/app/assets/stylesheets/ui.css.scss @@ -144,7 +144,7 @@ input.button { &.selected { background: { image: image-url('icons/check_yes_ok.png'); - position: 3px 1px; + position: 3px 3px; repeat: no-repeat; } }