]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed overflow issue caused by using Elgg's gallery view
authorCash Costello <cash.costello@gmail.com>
Sun, 5 Jun 2011 18:10:55 +0000 (18:10 +0000)
committerCash Costello <cash.costello@gmail.com>
Sun, 5 Jun 2011 18:10:55 +0000 (18:10 +0000)
views/default/tidypics/content_wrapper.php
views/default/tidypics/css.php

index 757d069bbba79768245c4dad4651f16887d540c1..08146b31b4e4658dd440703f95f4223d5d0ea21e 100644 (file)
@@ -1,7 +1,7 @@
 <?php
        echo elgg_view_title($vars['title']);
 ?>
-<div class="contentWrapper">
+<div class="contentWrapper tidypics_wrapper">
 <div class="clearfloat"></div>
 <?php
        echo $vars['content'];
index abcdc86a9a6d4df30822694f853952ca3b710fcc..3a70a0ca6608a81e8b845e967e3a59b2af9e47bb 100644 (file)
@@ -5,7 +5,18 @@
 ?>
 /* ---- tidypics object views ---- */
 
-#tidypics_wrapper {
+.tidypics_wrapper > table.entity_gallery {
+       border-spacing: 0;
+}
+
+.tidypics_wrapper .entity_gallery td {
+       padding: 0;
+}
+
+.tidypics_wrapper .entity_gallery_item,
+.tidypics_wrapper .entity_gallery_item:hover {
+       background-color: transparent;
+       color: inherit;
 }
 
 #tidypics_breadcrumbs {