Opened 9 years ago
Closed 9 years ago
#1033 closed defect (bug) (duplicate)
Floating description checkbox
Reported by: | jcastaneda | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
When you visit themes/core/meta the description checkbox appears to be floating and looks odd on smaller screens.
The expected ( at least I think is ) behavior is for the checkbox to display beneath the title.
The line of CSS is on the style/trac/wp-trac.css
line: 1622:
#content.report #prefs { margin: -20px 0 2px 10px; padding-right: 4px; background: none; border: none; }
You remove the margin and it works fine.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Duplicate of #541.