From: foockinho Date: Tue, 9 Oct 2012 21:22:19 +0000 (+0200) Subject: fixed search box width and icon position X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92c6ed79b023397ad2dba0591c3016f9bafe1bf2;p=lorea%2Fsaravea_theme.git fixed search box width and icon position --- 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 {