diff options
author | Sem <sembrestels@riseup.net> | 2012-10-09 03:42:01 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-10-09 03:42:01 +0200 |
commit | 4cea7f26505218c784dd28ebc172bfaa9f8ef02a (patch) | |
tree | d2bce33adde1eee051f1c722c5fd87b197da4889 /views/default/css/elements/icons.php | |
parent | d37437afb55b90a0f6df6cb08d8b116473071941 (diff) | |
parent | 0fb0e1085cb5c688e38d48b40d8c336d4a0cc3cd (diff) | |
download | saravea_theme-4cea7f26505218c784dd28ebc172bfaa9f8ef02a.tar.gz saravea_theme-4cea7f26505218c784dd28ebc172bfaa9f8ef02a.tar.bz2 |
Merge branch 'call4desing' of gitorious.org:lorea/n1_theme into call4desing
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r-- | views/default/css/elements/icons.php | 35 |
1 files changed, 27 insertions, 8 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 4094fe7..1642f26 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -13,7 +13,7 @@ *************************************** */ .elgg-icon { - background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; @@ -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; @@ -229,7 +229,7 @@ background-position: 0 -1242px; } .elgg-icon-tag { - background-position: 0 -1260px; + background-position: 0 -1242px; } .elgg-icon-thumbs-down-alt:hover { background-position: 0 -1278px; @@ -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; @@ -361,3 +361,22 @@ -moz-border-radius: 3px; border-radius: 3px; } + + +.elgg-owner-block .elgg-image { + height: 25px; + background-color: #eee; + box-shadow: 0px 1px 2px #333; + padding: 1px; +} + +.subgroups-icons a img { + width: 25px; + height: 25px; + background-color: #eee; + box-shadow: 0px 1px 2px #333; + padding: 1px; + margin: 0px 3px 3px 0px; +} + + |