the labels for form elements are positioned in front of the fields.
the css also affects labels for checkboxes/radio buttons.

the following snippet prevents it:

#main label.option {
    float: none;
    left: 0;
    margin: 0;
    top: 0;
}

Comments

  • Hanno committed 7df4268 on 7.x-3.x
    Issue #2333471: option labels position
    
    Issue #2333471 by rikvd:...
hanno’s picture

Status: Active » Fixed

thanks, fixed in dev.

BarisW’s picture

Status: Fixed » Needs review

Hi Hanno. This issue is filed against the 1.2 tag, but you fixed it in the 3.x branch. Is that correct?
Also, the commit only contains .scss changes. The compiled CSS is not part of the commit?

BarisW’s picture

Title: option labels » Option labels are shown in front of the input element
hanno’s picture

Ah, both issues form rikvd were valid for the 7.3 branch, so I verifiy the version number. @rikvd do the bugs also appear in 7.1.2?
I didnt commit the css file indeed. will do.

  • Hanno committed 7ea20b7 on 7.x-3.x
    css-correcion for option labels and width #2333471
    
hanno’s picture

Version: 7.x-1.2 » 7.x-3.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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