summaryrefslogtreecommitdiff
path: root/views/default/search
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-08-24 03:03:07 +0200
committerfoockinho <foockinho@lorea.org>2012-08-24 03:03:07 +0200
commit65ca1bd124c8ccd33a88f4b391f672eeb300abcd (patch)
treeb78afce1e02e18ececbf4769c05078a3fa57fe0b /views/default/search
parent0ded21c3ad58cda7f815ef4f582eb83a8d7f15d7 (diff)
downloadsaravea_theme-65ca1bd124c8ccd33a88f4b391f672eeb300abcd.tar.gz
saravea_theme-65ca1bd124c8ccd33a88f4b391f672eeb300abcd.tar.bz2
changed tasks progress bar colo, menu entity links color, body font size, search box style, file photo margin
Diffstat (limited to 'views/default/search')
-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;