diff options
Diffstat (limited to 'views/default/css/elements/icons.php')
| -rw-r--r-- | views/default/css/elements/icons.php | 85 |
1 files changed, 13 insertions, 72 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php index d84c2c387..9b12e0a57 100644 --- a/views/default/css/elements/icons.php +++ b/views/default/css/elements/icons.php @@ -12,8 +12,8 @@ ICONS *************************************** */ -.elgg-icon, .elgg-menu-item-logout a { - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/elgg_sprites.png) no-repeat left; +.elgg-icon { + background: transparent url(<?php echo elgg_get_site_url(); ?>_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 -91px; + background-position: 0 -90px; } .elgg-icon-cell-phone { background-position: 0 -108px; @@ -70,7 +70,7 @@ background-position: 0 -288px; } .elgg-icon-download { - background-position: 0 -304px; + background-position: 0 -306px; } .elgg-icon-eye { background-position: 0 -324px; @@ -148,10 +148,10 @@ background-position: 0 -756px; } .elgg-icon-refresh:hover { - background-position: 0 -775px; + background-position: 0 -774px; } .elgg-icon-refresh { - background-position: 0 -791px; + background-position: 0 -792px; } .elgg-icon-round-arrow-left { background-position: 0 -810px; @@ -175,7 +175,7 @@ background-position: 0 -918px; } .elgg-icon-search { - background-position: 0 -934px; + background-position: 0 -936px; } .elgg-icon-settings-alt:hover { background-position: 0 -954px; @@ -229,7 +229,7 @@ background-position: 0 -1242px; } .elgg-icon-tag { - background-position: 0 -1242px; + background-position: 0 -1260px; } .elgg-icon-thumbs-down-alt:hover { background-position: 0 -1278px; @@ -270,32 +270,11 @@ background-position: 0 -1476px; } .elgg-icon-users { - background-position: 0 -1493px; + background-position: 0 -1494px; } .elgg-icon-video { background-position: 0 -1512px; } -.elgg-icon-logout, .elgg-menu-item-logout a { - background-position: 0 -1525px; -} -.elgg-icon-logout:hover, .elgg-menu-item-logout:hover a { - background-position: 0 -1542px; -} -.elgg-icon-groups { - background-position: 0 -1560px; -} -.elgg-icon-groups:hover { - background-position: 0 -1577px; -} - -.elgg-icon-group, .elgg-menu-item-group a { - background-position: 0 -1560px; -} - -.elgg-icon-group:hover, .elgg-menu-item-group:hover a { - background-position: 0 -1578px; -} - .elgg-avatar > .elgg-icon-hover-menu { @@ -308,7 +287,7 @@ } .elgg-ajax-loader { - background: transparent url(<?php echo elgg_get_site_url(); ?>mod/saravea_theme/_graphics/ajax-loader.gif) no-repeat center center; + background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center; min-height: 31px; min-width: 31px; } @@ -319,9 +298,6 @@ .elgg-avatar { position: relative; display: inline-block; - - border: 2px solid #F1F1F1; - box-shadow: 0px 1px 3px #666; } .elgg-avatar > a > img { display: block; @@ -349,9 +325,9 @@ height: 40px; /* remove the border-radius if you don't want rounded avatars in supported browsers */ - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; -moz-background-clip: border; background-clip: border; @@ -365,43 +341,8 @@ .elgg-avatar-medium > a > img { width: 100px; height: 100px; - - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; } .elgg-avatar-large > a > img { width: 200px; height: 200px; - - -webkit-border-radius: 3px; - -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; - - -webkit-border-radius: 1px; - -moz-border-radius: 1px; - border-radius: 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; - - -webkit-border-radius: 1px; - -moz-border-radius: 1px; - border-radius: 1px; } - - |
