summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-10-09 01:33:34 +0200
committerfoockinho <foockinho@lorea.org>2012-10-09 01:33:34 +0200
commit5284160a2165be944653b11fbba2d131dbe9a716 (patch)
tree47dd5a592677fa0fb96119f2f78c6261a65247f2
parent61ca1af7d79121304c35ad7c6571513534f204cc (diff)
downloadsaravea_theme-5284160a2165be944653b11fbba2d131dbe9a716.tar.gz
saravea_theme-5284160a2165be944653b11fbba2d131dbe9a716.tar.bz2
fixed elgg-search-input[text] height, fixed elgg-sprites.png css
-rw-r--r--views/default/css/elements/icons.php12
-rw-r--r--views/default/search/css.php6
2 files changed, 11 insertions, 7 deletions
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(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -914px;
+ background: #EEE url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -916px;
+ height: 20px;
+ font-size: 1em;
+ margin-top: 13px;
}
+
.search-list li {
padding: 5px 0 0;
}