diff options
author | foockinho <foockinho@lorea.org> | 2012-11-01 03:37:12 +0100 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-11-01 03:37:12 +0100 |
commit | 3c6b153eed554b634b9e85d1dc0cfe42e92094ab (patch) | |
tree | bb9428f1e91fd04a3df0fa93cadeae07ac6957a7 /views/default/css/elements/icons.php | |
parent | 57915e6d7471ce7545b2adf70974cb921c0ab3ac (diff) | |
download | saravea_theme-3c6b153eed554b634b9e85d1dc0cfe42e92094ab.tar.gz saravea_theme-3c6b153eed554b634b9e85d1dc0cfe42e92094ab.tar.bz2 |
pushing changes
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r-- | views/default/css/elements/icons.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index 07d1461..142cbd2 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -13,7 +13,7 @@ *************************************** */ .elgg-icon, .elgg-menu-item-logout a { - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/elgg_sprites.png) no-repeat left; + background: transparent url(<?php echo elgg_get_site_url(); ?>mod/cic_theme/_graphics/elgg_sprites.png) no-repeat left; width: 16px; height: 16px; margin: 0 2px; @@ -281,12 +281,6 @@ .elgg-icon-logout:hover, .elgg-menu-item-logout:hover a { background-position: 0 -1542px; } -.elgg-icon-groups { - background-position: 0 -1577px; -} -.elgg-icon-groups:hover { - background-position: 0 -1560px; -} .elgg-icon-group, .elgg-menu-item-group a { background-position: 0 -1560px; @@ -296,8 +290,6 @@ background-position: 0 -1578px; } - - .elgg-avatar > .elgg-icon-hover-menu { display: none; position: absolute; |