Download & Extend

Search box + submit button not inline in IE

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.

AttachmentSize
search-box-ie.png23.6 KB
search-box-firefox.png14.63 KB

Comments

#1

Component:User interface» Code
Category:feature request» bug report

seeing same issue

#2

Assigned to:Anonymous» jwolf
Status:active» patch (to be ported)

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

Status:patch (to be ported)» fixed

Fixed with the release of acquia_marina 6.x-1.2

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.