]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
tagging instructions width now works for other languages
authorCash Costello <cash.costello@gmail.com>
Tue, 4 Aug 2009 10:52:51 +0000 (10:52 +0000)
committerCash Costello <cash.costello@gmail.com>
Tue, 4 Aug 2009 10:52:51 +0000 (10:52 +0000)
views/default/tidypics/css.php

index 68db520e4969412d710b4b26c85ce42b96fa0c6a..84f6ee2d53eedf06e11a59a337eff972257cadb4 100644 (file)
@@ -174,7 +174,6 @@ padding:0 0 5px;
 .river_object_album_comment {
        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;
 }
@@ -185,7 +184,7 @@ background:#BBDAF7;
 border:1px solid #4690D6;  
 padding:10px;
 height:25px;
-width:360px;
+min-width:360px;
 display:none;
 overflow:hidden; 
 position:absolute;