similar to this issue #1817818: Check box image wrongly positioned

take a look at the screenshot

if disable the following on shiny.css line 285
#foo:checked::before, input.form-checkbox, input.form-radio {
opacity: 0;
width: 20px;
height: 20px;
}

I get back the default (dull) checkboxes

using shiny with commerce_kickstart installation

Comments

giorgosk’s picture

oops here is screenshot

dudenhofer’s picture

Assigned: Unassigned » dudenhofer
Status: Active » Needs review

I pushed a fix that should resolve this issue here: http://drupalcode.org/project/shiny.git/commit/1dd83db
Let me know if you've tested and it works for you. Thanks!

giorgosk’s picture

Status: Needs review » Reviewed & tested by the community

Yes its good now

bojanz’s picture

Status: Reviewed & tested by the community » Fixed
giorgosk’s picture

Status: Fixed » Active

I am activating this issue since I think this change has created other problems

I updated my project by downloading from the shiny/css/contrib.css latest dev (From link above)
and it solved the taxonomy manager checkboxes not shown but now the module enabling/disabling checkboxes don't show

upon further inspection I noticed that shiny/css/contrib.css from 2012.12.7.dev of kickstart is VERY different from the same css of shiny project of the same release date (2012.12.7)

Am I missing something ?

bojanz’s picture

Why would you expect the Kickstart version of Shiny to be the same as the latest -dev here? It's not, it gets updated periodically.

giorgosk’s picture

Status: Active » Fixed

it seems with latest KC 2.0 release and inclusion of Shiny 7.x-1.0-rc5 these problems went away

@bojanz sorry for the mixup but it was confusing at least for me

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.