summaryrefslogtreecommitdiff
path: root/views/default/search/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/search/css.php')
-rw-r--r--views/default/search/css.php17
1 files changed, 3 insertions, 14 deletions
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(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -916px;
+ background: #EEE url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -914px;
}
.search-list li {
padding: 5px 0 0;