Added a background image to the simple search box and adjusted the sizing and spacing...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 14 Jul 2009 22:14:36 +0000 (22:14 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 14 Jul 2009 22:14:36 +0000 (22:14 +0000)
skins/vector/images/search-fade.png [new file with mode: 0644]
skins/vector/main-ltr.css

diff --git a/skins/vector/images/search-fade.png b/skins/vector/images/search-fade.png
new file mode 100644 (file)
index 0000000..a0a7df1
Binary files /dev/null and b/skins/vector/images/search-fade.png differ
index 445c763..c75bad2 100644 (file)
@@ -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;