Hi,
Search box does not appear correctly when RTL and in Firefox. the following css fixes this issue
style-rtl:
#search-box input#edit-search-theme-form-1 {
width: 168px;
}
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled-2.png | 1.45 KB | sinasalek |
Hi,
Search box does not appear correctly when RTL and in Firefox. the following css fixes this issue
style-rtl:
#search-box input#edit-search-theme-form-1 {
width: 168px;
}
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled-2.png | 1.45 KB | sinasalek |
Comments
Comment #1
jeremycaldwell commentedComment #2
sinasalek commentedYou can find the patched version here
Comment #3
jwolf commentedPatch applied to 2.x
Thanks sinasalek!
http://drupal.org/cvs?commit=305230
Comment #4
sinasalek commentedThank you ;)