Opened 11 years ago
Closed 9 years ago
#31594 closed defect (bug) (fixed)
Labels need uniform spacing on Discussion Settings Page
| Reported by: | sagarjadhav | Owned by: | afercia |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch has-screenshots |
| Cc: | Focuses: | ui |
Attachments (2)
Change History (8)
#1
@
11 years ago
- Component General → Administration
- Keywords has-patch added
Patch still applies as of r32294.
#2
@
10 years ago
- Keywords has-screenshots needs-refresh added
- Milestone Awaiting Review → 4.8
For anyone confused by the screenshot: the patch adjusts the left margin of the dropdown inputs.
#4
@
9 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Fixed the issue