Opened 12 years ago
Closed 12 years ago
#21478 closed defect (bug) (fixed)
Twenty Twelve: searchform styling issues
Reported by: | hd-J | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
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)
@
12 years ago
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
@
12 years ago
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)
#4
@
12 years ago
The patches for the first issue look good to me and the second issue should be covered in r21438.
Apply searchform input text rules to all searchforms