removed image from search box in left navbar again. Both current implementation is broken in all tested browsers (image in wrong place, doesn't display consistently). Commented out code which added it back in for continuation of work on implementation if desired. Reverted search bar width to previous percentage value. Current fixed width CSS is too wide by default on all tested browsers, and doesn't scale for smaller screens. Having waited several days for these problems (introduced in commits 18647-18649) to be resolved, I've reverted them back to their previous working state.

svn path=/branches/design/; revision=18713
This commit is contained in:
samtuke 2010-12-13 14:12:25 +00:00
parent b4f10cf002
commit 444e7690e4
2 changed files with 6 additions and 6 deletions

View File

@ -390,11 +390,11 @@
<xsl:attribute name="value">hosts</xsl:attribute>
</xsl:element>
<xsl:element name="p">
<!--<xsl:element name="p">
<xsl:element name="input">
<xsl:attribute name="type">image</xsl:attribute>
<xsl:attribute name="src">/graphics/icons/search-button.png</xsl:attribute>
</xsl:element>
</xsl:element>-->
<xsl:element name="input">
<xsl:attribute name="type">text</xsl:attribute>
@ -404,13 +404,11 @@
</xsl:attribute>
</xsl:element>
<!--
<xsl:element name="input">
<xsl:attribute name="type">submit</xsl:attribute>
<xsl:attribute name="name">search</xsl:attribute>
<xsl:attribute name="value">Submit</xsl:attribute>
</xsl:element>
-->
</xsl:element>
</xsl:element>

View File

@ -222,8 +222,10 @@ ul {
}
#search input[type="text"] {
padding-left: 30px;
width: 150px;
/*padding-left: 30px;
width: 150px;*/
width: 80%;
padding: 5px 8px;
}
#search p {