From 5284160a2165be944653b11fbba2d131dbe9a716 Mon Sep 17 00:00:00 2001 From: foockinho Date: Tue, 9 Oct 2012 01:33:34 +0200 Subject: fixed elgg-search-input[text] height, fixed elgg-sprites.png css --- views/default/search/css.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'views/default/search/css.php') diff --git a/views/default/search/css.php b/views/default/search/css.php index 195d3a9..4e5e88c 100644 --- a/views/default/search/css.php +++ b/views/default/search/css.php @@ -23,8 +23,12 @@ Search plugin } .elgg-search input[type=text] { border: 0; - background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -914px; + background: #EEE url(_graphics/elgg_sprites.png) no-repeat 210px -916px; + height: 20px; + font-size: 1em; + margin-top: 13px; } + .search-list li { padding: 5px 0 0; } -- cgit v1.2.3