Re align check icon in aspect dropdown

This commit is contained in:
flaburgan 2013-08-26 20:32:44 +02:00
parent 5f518fec0d
commit 3899e383ee
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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;
}
}