From 5d26276359a4448f0aebc66c3a87b332338e7027 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 3 Dec 2011 16:46:50 -0500 Subject: better image display code - using elgg_view_entity_icon() now --- views/default/tidypics/css.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'views/default/tidypics/css.php') diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index b95e24193..0c0f33c2c 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -8,15 +8,27 @@ .elgg-module-tidypics-image { width: 161px; text-align: center; - margin: 5px 10px; + margin: 5px 0; } .elgg-module-tidypics-image { margin: 5px auto; } + .tidypics-gallery-widget > li { width: 100%; } +.tidypics-photo { + margin: 0 auto; +} + +.tidypics-heading { + color: #0054A7; +} +.tidypics-heading:hover { + color: #0054A7; + text-decoration: none; +} .tidypics-input-thin { width: 120px; @@ -35,6 +47,9 @@ margin-left: 7px; } +.tidypics-gallery > li { + padding: 0 10px; +}