Opened 15 years ago
Closed 15 years ago
#15913 closed defect (bug) (fixed)
submit button with the id of 'save' is too wide
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | UI | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Coming out of #15064, we're adding id="save" to a number of submit buttons that didn't have it previously, as name had equaled "save".
Overly generic CSS somewhere gives this submit button a width of 15em. This is prevalent on upload.php, comment.php?action=edit and possibly elsewhere.
Kill the CSS rule, make it more specific for its intended save button.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Is the rule even necessary then?