]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
removed white background to ajax loader and decreased border radius on avatar icons
authorfoockinho <foockinho@lorea.org>
Tue, 21 Aug 2012 20:00:05 +0000 (22:00 +0200)
committerfoockinho <foockinho@lorea.org>
Tue, 21 Aug 2012 20:00:05 +0000 (22:00 +0200)
views/default/css/elements/icons.php

index c9d0c3d3bf52165b23d6bb3159c55c1df418e5c9..57de34a1ab6eb310771340796deeecb78d139971 100644 (file)
 }
 
 .elgg-ajax-loader {
-       background: white url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
+       background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/ajax_loader_bw.gif) no-repeat center center;
        min-height: 31px;
        min-width: 31px;
 }
        height: 25px;
        
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
-       -webkit-border-radius: 13px;
-       -moz-border-radius: 13px;
-       border-radius: 13px;
+       -webkit-border-radius: 3px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;
        
        -moz-background-clip:  border;
        background-clip:  border;
        height: 40px;
        
        /* remove the border-radius if you don't want rounded avatars in supported browsers */
-       -webkit-border-radius: 20px;
-       -moz-border-radius: 20px;
-       border-radius: 20px;
+       -webkit-border-radius: 3px;
+       -moz-border-radius: 3px;
+       border-radius: 3px;
        
        -moz-background-clip:  border;
        background-clip:  border;
 .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;
 }