diff --git a/fsfe.xsl b/fsfe.xsl index 0df502795c..bb3ae4ea8a 100644 --- a/fsfe.xsl +++ b/fsfe.xsl @@ -307,6 +307,11 @@ nav hosts + + + image + /graphics/icons/search-button.png + @@ -317,10 +322,6 @@ - - image - /graphics/icons/search-button.png - @@ -344,6 +345,14 @@ lang + + + + + + image + /graphics/icons/search-button.png + text @@ -352,11 +361,7 @@ email@example.org - - - image - /graphics/icons/search-button.png - + diff --git a/look/generic.css b/look/generic.css index bcb8387b1d..e434b43b30 100644 --- a/look/generic.css +++ b/look/generic.css @@ -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 { diff --git a/look/input.css b/look/input.css index 727275f51f..a19a5ff208 100644 --- a/look/input.css +++ b/look/input.css @@ -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 {