]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
fixed elgg-search-input[text] height, fixed elgg-sprites.png css
authorfoockinho <foockinho@lorea.org>
Mon, 8 Oct 2012 23:33:34 +0000 (01:33 +0200)
committerfoockinho <foockinho@lorea.org>
Mon, 8 Oct 2012 23:33:34 +0000 (01:33 +0200)
views/default/css/elements/icons.php
views/default/search/css.php

index 4094fe750417b00b65702be988a066d9c3eb9642..048760306c5b0e3c46de65ac540398602cb0bcec 100644 (file)
@@ -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;
        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;
        background-position: 0 -918px;
 }
 .elgg-icon-search {
-       background-position: 0 -936px;
+       background-position: 0 -934px;
 }
 .elgg-icon-settings-alt:hover {
        background-position: 0 -954px;
        background-position: 0 -1476px;
 }
 .elgg-icon-users {
-       background-position: 0 -1494px;
+       background-position: 0 -1493px;
 }
 .elgg-icon-video {
        background-position: 0 -1512px;
index 195d3a947a5dde66c0b4342d68eee4f0fa4576d7..4e5e88ce8e7e52a87caa72719c5a6ee1d7c42399 100644 (file)
@@ -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;
 }