Opened 12 years ago
Closed 12 years ago
#28647 closed defect (bug) (fixed)
Radio and Checkboxs within form-field class are being stretched
| Reported by: | mauteri | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | General | Version: | 4.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui, administration |
Description
Since .form-field input is set to width: 95% in the admin css, radio and checkboxes get distorted.
Attachments (6)
Change History (16)
#2
@
12 years ago
The rules in forms.css are correct, but edit.css overwrites them. Depending on how specific the rules are, this can cause the described behavior.
#3
@
12 years ago
28647.2.diff might be a safer bet.
#6
@
12 years ago
- Resolution fixed
- Status closed → reopened
Should we do the same for compat fields? See 28647.4.diff.
#9
@
12 years ago
- Resolution fixed
- Status closed → reopened
@ocean90 in r29360 you removed the width, so .media-sidebar .setting input[type="checkbox"] now inherits the width from .media-sidebar .setting input which is 65%. Here's what the gallery settings screen now looks like: https://cloudup.com/c6Vpg41uXYf
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
CSS patch