Opened 11 years ago
Closed 10 years ago
#1033 closed defect (bug) (duplicate)
Floating description checkbox
| Reported by: | jcastaneda | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #541.