From 3608c66e7cfb5d33ea168a9dea2b279f28b9310e Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 31 Aug 2009 11:54:22 +0000 Subject: fixed small bug with css class/id --- views/default/tidypics/css.php | 2 +- views/default/tidypics/tagging.php | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'views/default/tidypics') diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index a614705bf..b65d73789 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -220,7 +220,7 @@ overflow:hidden; -moz-border-radius: 8px; } -#tidypics_popup_header { +.tidypics_popup_header { width:100%; margin-bottom:10px; } diff --git a/views/default/tidypics/tagging.php b/views/default/tidypics/tagging.php index 1d307df08..5ba698d6d 100644 --- a/views/default/tidypics/tagging.php +++ b/views/default/tidypics/tagging.php @@ -33,10 +33,13 @@
-

+

getGUID(), false, 'user', '', 0, 'time_created desc', 1000); if ($friends) { @@ -71,7 +74,7 @@ ?>
-

+

guid}' />"; -- cgit v1.2.3