From 65ca1bd124c8ccd33a88f4b391f672eeb300abcd Mon Sep 17 00:00:00 2001 From: foockinho Date: Fri, 24 Aug 2012 03:03:07 +0200 Subject: changed tasks progress bar colo, menu entity links color, body font size, search box style, file photo margin --- views/default/search/css.php | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'views/default/search') diff --git a/views/default/search/css.php b/views/default/search/css.php index 642e143..7fbdaac 100644 --- a/views/default/search/css.php +++ b/views/default/search/css.php @@ -9,32 +9,21 @@ Search plugin ***********************************/ .elgg-search-header { - bottom: 5px; + bottom: 15px; height: 23px; position: absolute; right: 0; } .elgg-search input[type=text] { width: 230px; + } .elgg-search input[type=submit] { display: none; } .elgg-search input[type=text] { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - border-radius: 2px; - - -moz-box-shadow: inset 0 0 5px #666; - -webkit-box-shadow: inset 0 0 5px #666; - box-shadow: inset 0 0 5px #666; - border: 0; - color: #666; - font-size: 12px; - font-weight: bold; - padding: 4px 4px 4px 4px; - background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -916px; + background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -914px; } .search-list li { padding: 5px 0 0; -- cgit v1.2.3