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/css/elements/icons.php | 12 ++++++------ views/default/search/css.php | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'views') diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 4094fe7..0487603 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -34,7 +34,7 @@ background-position: 0 -72px; } .elgg-icon-calendar { - background-position: 0 -90px; + background-position: 0 -91px; } .elgg-icon-cell-phone { background-position: 0 -108px; @@ -70,7 +70,7 @@ background-position: 0 -288px; } .elgg-icon-download { - background-position: 0 -306px; + background-position: 0 -304px; } .elgg-icon-eye { background-position: 0 -324px; @@ -148,10 +148,10 @@ background-position: 0 -756px; } .elgg-icon-refresh:hover { - background-position: 0 -774px; + background-position: 0 -775px; } .elgg-icon-refresh { - background-position: 0 -792px; + background-position: 0 -791px; } .elgg-icon-round-arrow-left { background-position: 0 -810px; @@ -175,7 +175,7 @@ background-position: 0 -918px; } .elgg-icon-search { - background-position: 0 -936px; + background-position: 0 -934px; } .elgg-icon-settings-alt:hover { background-position: 0 -954px; @@ -270,7 +270,7 @@ background-position: 0 -1476px; } .elgg-icon-users { - background-position: 0 -1494px; + background-position: 0 -1493px; } .elgg-icon-video { background-position: 0 -1512px; 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