From: Trevor Parscal Date: Tue, 14 Jul 2009 22:14:36 +0000 (+0000) Subject: Added a background image to the simple search box and adjusted the sizing and spacing... X-Git-Tag: 1.31.0-rc.0~40948 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=c484e51faaaf3d256c3b89a82a3b24e7467f01d4;p=lhc%2Fweb%2Fwiklou.git Added a background image to the simple search box and adjusted the sizing and spacing a bit. --- diff --git a/skins/vector/images/search-fade.png b/skins/vector/images/search-fade.png new file mode 100644 index 0000000000..a0a7df1ed6 Binary files /dev/null and b/skins/vector/images/search-fade.png differ diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 445c7631f5..c75bad2706 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -298,6 +298,9 @@ div#head h5 { height: 1.25em; width: 10em; padding: 0.33em; + background-image: url(images/search-fade.png); + background-repeat: repeat-x; + background-position: top left; } div#p-search div#simpleSearch input#searchButton { border: none;