Opened 11 years ago
Closed 11 years ago
#28647 closed defect (bug) (fixed)
Radio and Checkboxs within form-field class are being stretched
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | General | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
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
@
11 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
@
11 years ago
28647.2.diff might be a safer bet.
#5
@
11 years ago
- Owner set to wonderboymusic
- Resolution set to fixed
- Status changed from new to closed
In 29292:
#6
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Should we do the same for compat fields? See 28647.4.diff.
#9
@
11 years ago
- Resolution fixed deleted
- Status changed from closed to 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
Note: See
TracTickets for help on using
tickets.
CSS patch