svn path=/branches/design/; revision=17462
This commit is contained in:
parent
127a0fe08a
commit
e7b340e2bf
23
fsfe.xsl
23
fsfe.xsl
@ -307,6 +307,11 @@
|
||||
<xsl:attribute name="name">nav</xsl:attribute>
|
||||
<xsl:attribute name="value">hosts</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<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 name="p">
|
||||
<xsl:element name="input">
|
||||
@ -317,10 +322,6 @@
|
||||
</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<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>
|
||||
</xsl:element><!-- End search -->
|
||||
@ -344,6 +345,14 @@
|
||||
<xsl:attribute name="name">lang</xsl:attribute>
|
||||
<option><xsl:value-of select="/buildinfo/textset/text[@id='language']" /></option>
|
||||
</xsl:element>
|
||||
|
||||
</xsl:element>
|
||||
<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 name="input">
|
||||
<xsl:attribute name="type">text</xsl:attribute>
|
||||
@ -352,11 +361,7 @@
|
||||
email@example.org
|
||||
</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<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>
|
||||
</xsl:element>
|
||||
|
@ -576,7 +576,7 @@ ul.subpages li p {
|
||||
}
|
||||
|
||||
#menu ul li.fellowship a:hover {
|
||||
background-color:#ABFF4A;
|
||||
background-color:#CDFF93;
|
||||
}
|
||||
|
||||
#menu ul li.fellowship ul li a {
|
||||
|
@ -29,14 +29,17 @@ select,
|
||||
*/
|
||||
}
|
||||
|
||||
input[type=url],
|
||||
input[type=email],
|
||||
input[type=text] {
|
||||
/*
|
||||
box-shadow: inset 0 1px 1px rgb(90,90,90);
|
||||
-moz-box-shadow: inset 0 1px 1px rgb(90,90,90);
|
||||
-webkit-box-shadow: inset 0 1px 1px rgb(90,90,90);
|
||||
*/
|
||||
#menu input[type=url],
|
||||
#menu input[type=email],
|
||||
#menu input[type=text],
|
||||
#menu select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#newsletter input[type="image"],
|
||||
#search input[type="image"] {
|
||||
margin:5px 0 0 5px;
|
||||
position:absolute;
|
||||
}
|
||||
|
||||
select {
|
||||
|
Loading…
Reference in New Issue
Block a user