From 18ccaf511a13341c0985970ce4d532cdca1b9266 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 5 Jun 2011 18:10:55 +0000 Subject: fixed overflow issue caused by using Elgg's gallery view --- views/default/tidypics/content_wrapper.php | 2 +- views/default/tidypics/css.php | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'views') 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 { -- cgit v1.2.3