From: Cash Costello Date: Sun, 5 Jun 2011 18:10:55 +0000 (+0000) Subject: fixed overflow issue caused by using Elgg's gallery view X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=18ccaf511a13341c0985970ce4d532cdca1b9266;p=lorea%2Felgg.git fixed overflow issue caused by using Elgg's gallery view --- diff --git a/views/default/tidypics/content_wrapper.php b/views/default/tidypics/content_wrapper.php index 757d069bb..08146b31b 100644 --- a/views/default/tidypics/content_wrapper.php +++ b/views/default/tidypics/content_wrapper.php @@ -1,7 +1,7 @@ -
+
/* ---- 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 {