diff options
Diffstat (limited to 'views/default/search/css.php')
-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 { |