]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
use lightpics path instead of tinypics.
authorPablo Martin <caedes@sindominio.net>
Tue, 23 Oct 2012 02:41:13 +0000 (02:41 +0000)
committerroot <root@migration.vz.lan>
Tue, 23 Oct 2012 02:41:28 +0000 (02:41 +0000)
views/default/photos/css.php

index 8fd64fd0f119942b1726b814ec1875f7d01fb300..9a2b1768f234f6cd7bb97d60e9962d6c653e1f55 100644 (file)
@@ -327,10 +327,10 @@ padding:0 0 5px;
 /* ---------  tidypics river items ------------   */
 
 .river_object_image_create {
-       background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_image.gif) no-repeat left -1px;
+       background: url(<?php echo $vars['url']; ?>mod/lightpics/graphics/icons/river_icon_image.gif) no-repeat left -1px;
 }
 .river_object_album_create {
-       background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_album.gif) no-repeat left -1px;
+       background: url(<?php echo $vars['url']; ?>mod/lightpics/graphics/icons/river_icon_album.gif) no-repeat left -1px;
 }
 .river_object_image_comment {
        background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
@@ -339,7 +339,7 @@ padding:0 0 5px;
        background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
 }
 .river_user_tag {
-       background: url(<?php echo $vars['url']; ?>mod/tidypics/graphics/icons/river_icon_tag.gif) no-repeat left -1px;
+       background: url(<?php echo $vars['url']; ?>mod/lightpics/graphics/icons/river_icon_tag.gif) no-repeat left -1px;
 }
 
 /* ----------- tagging ---------------- */
@@ -410,7 +410,7 @@ overflow:hidden;
 
 .tidypics_tag {
 display:none;
-background:url(<?php echo $vars['url']; ?>mod/tidypics/graphics/spacer.gif); 
+background:url(<?php echo $vars['url']; ?>mod/lightpics/graphics/spacer.gif); 
 border:2px solid #ffffff; 
 overflow:hidden; 
 position:absolute;