Posted by domesticat on October 8, 2008 at 3:53pm
Jump to:
| Project: | Acquia Marina |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | jwolf |
| Status: | closed (fixed) |
Issue Summary
Minor, minor issue, and probably easily addressed: the search box and its submit button appear to be displaying on separate lines in IE, even when the browser is maximized. They display inline in Firefox and Chrome. I'm attaching screenshots so you can compare versions.
| Attachment | Size |
|---|---|
| search-box-ie.png | 23.6 KB |
| search-box-firefox.png | 14.63 KB |
Comments
#1
seeing same issue
#2
In both ie6-fixes.css & ie7-fixes.css add 5 pixels to #search-box width
#search-box {padding: 8px 0 8px 8px;
width: 255px;
}
Will add fix in next release.
Thanks for reporting this.
#3
thank you - much better
#4
Fixed with the release of acquia_marina 6.x-1.2
#5
Automatically closed -- issue fixed for two weeks with no activity.