Bug #47711
closedRequired image for fields with radio buttons
0%
Description
Hello,
I'm not sure if this is the right project for this, I found a small annoyance in usability with radio buttons in the backend; actually, it's the required image that overlaps radio buttons making users unable to click directly on the radio button where the required images is (clicking on the label works, but no one thinks about it!)
When you only have two radio button, the hidden required image sits between the two, and does no harm at all. When you have more options (3, 4 or more) it overlaps an option.. that is due to the top:28% css rule along with a larger container (more options):
img.t3-TCEforms-reqImg {
display: block;
height: 16px;
left: 14px;
margin-right: 2px;
position: absolute;
top: 28%;
width: 16px;
z-index: 3000;
}
I'm having the same issue under IE8/IE9 and Firefox, from the TYPO3 4.5.x branch (haven't tested 6 yet)
(ticket recreated from #46947)