From 92c6ed79b023397ad2dba0591c3016f9bafe1bf2 Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 23:22:19 +0200 Subject: fixed search box width and icon position --- views/default/search/css.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/views/default/search/css.php b/views/default/search/css.php index 4e5e88c..659d087 100644 --- a/views/default/search/css.php +++ b/views/default/search/css.php @@ -10,6 +10,7 @@ Search plugin ***********************************/ .elgg-search-header { bottom: 15px; + width: 24%; height: 23px; position: absolute; right: 0; @@ -22,11 +23,13 @@ Search plugin display: none; } .elgg-search input[type=text] { - border: 0; - background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -916px; height: 20px; - font-size: 1em; + width: 97%; margin-top: 13px; + border: 0; + background: #EEE url(http://dev.n-1.cc/_graphics/elgg_sprites.png) no-repeat 99% -916px; + font-size: 1em; + } .search-list li { -- cgit v1.2.3