Opened 10 months ago
Closed 10 months ago
#21478 closed defect (bug) (fixed)
Twenty Twelve: searchform styling issues
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | hd-J, joachim.kudish@… |
Description
I noticed 2 small styling issues with the searchform in Twenty Twelve:
- When viewing the 404 page, the searchform input field is not styled:
http://twentytwelvedemo.wordpress.com/404
http://i.wpne.ws/IZBa
Could we add similar styles than the ones applied to the sidebar searchform?
http://i.wpne.ws/IYoq
- The submit button looks good in Safari and Chrome, but there are some padding issues in Firefox:
- Firefox: http://i.wpne.ws/IZ7R
- Chrome: http://i.wpne.ws/IYua
I did not manage to fix that 2nd problem, unfortunately, but I attached a fix for 1)
Attachments (4)
Change History (11)
comment:2
lancewillett — 10 months ago
- Milestone changed from Awaiting Review to 3.5
Apply the css rules for text inputs and textareas to all input[type="text"], input[type="password"] and textarea so as to maintain a consistent look across all inputs in the theme. Simplified/removed some duplicated css in the process
screenshot based on 21478.2.diff that shows a search text field, a comment form and input fields coming from a plugin (contact form 7 in this case)
comment:4
iandstewart — 10 months ago
The patches for the first issue look good to me and the second issue should be covered in r21438.
comment:6
lancewillett — 10 months ago
revised diff following r21450 - simplifies some of the css for input fields and textareas
comment:7
lancewillett — 10 months ago
- Owner set to lancewillett
- Resolution set to fixed
- Status changed from new to closed
In [21451]:

Apply searchform input text rules to all searchforms