Opened 10 years ago
Closed 8 years ago
#31594 closed defect (bug) (fixed)
Labels need uniform spacing on Discussion Settings Page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch has-screenshots |
Focuses: | ui | Cc: |
Attachments (2)
Change History (8)
#1
@
10 years ago
- Component changed from General to Administration
- Keywords has-patch added
Patch still applies as of r32294.
#2
@
8 years ago
- Keywords has-screenshots needs-refresh added
- Milestone changed from Awaiting Review to 4.8
For anyone confused by the screenshot: the patch adjusts the left margin of the dropdown inputs.
#4
@
8 years ago
Rather than using CSS and a bit overqualified selector, I'd propose to just print out a space, for consistency with the last setting, where actually the select gets replaced in this string:
Comments should be displayed with the %s comments at the top of each page
For the other ones instead, there are a few occurrences of
</label><label ...
they probably should be
</label> <label ...
Note: See
TracTickets for help on using
tickets.
Fixed the issue