diff options
author | foockinho <foockinho@lorea.org> | 2012-10-09 23:22:19 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-10-09 23:22:19 +0200 |
commit | 92c6ed79b023397ad2dba0591c3016f9bafe1bf2 (patch) | |
tree | 330eff5bb1217a9c2c679d07b4bb1b6e0c82ac9d | |
parent | eeaa1a7a69cb6c27487d1333ca9cb2831e113205 (diff) | |
download | saravea_theme-92c6ed79b023397ad2dba0591c3016f9bafe1bf2.tar.gz saravea_theme-92c6ed79b023397ad2dba0591c3016f9bafe1bf2.tar.bz2 |
fixed search box width and icon position
-rw-r--r-- | views/default/search/css.php | 9 |
1 files 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(<?php echo elgg_get_site_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 { |