Opened 16 years ago
Closed 16 years ago
#7985 closed enhancement (fixed)
Settings pages consistency
Reported by: | Speedboxer | Owned by: | |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Many of the settings page's text fields are different sizes (due to fixed-width fonts or what have you), we should use pixel width's (and not character widths) to keep them consistently sized.
Attachments (2)
Change History (6)
#1
@
16 years ago
- Keywords has-patch added
This patch adds classes large-text, regular-text and small-text and change the Settings pages text fields to use them. It also changes the submit buttons on Users and options.php to button-primary.
It also changes the .htaccess code on the Permalinks settings page to be readonly, which I'm hoping is okay (I don't see a reason for it to be editable). :)
Note: See
TracTickets for help on using
tickets.
Make settings pages more consistent