]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
fixed search box width and icon position
authorfoockinho <foockinho@lorea.org>
Tue, 9 Oct 2012 21:22:19 +0000 (23:22 +0200)
committerfoockinho <foockinho@lorea.org>
Tue, 9 Oct 2012 21:22:19 +0000 (23:22 +0200)
views/default/search/css.php

index 4e5e88ce8e7e52a87caa72719c5a6ee1d7c42399..659d0874710df9df9c767a70b9b193692dedc548 100644 (file)
@@ -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 {