Opened 2 years ago
Closed 2 years ago
#15913 closed defect (bug) (fixed)
submit button with the id of 'save' is too wide
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | UI | Version: | |
| Severity: | normal | Keywords: | has-patch |
| 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)
comment:3
markjaquith — 2 years ago
- Owner set to markjaquith
- Status changed from new to accepted
Don't think it is. And with the patch, the media editing screen's button is bigger than it was in 3.0. In any case, less is broken by a button that is too small than buttons that are too big. Removing the rule.
comment:4
markjaquith — 2 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.

Is the rule even necessary then?