From d24d480f6510b3817f3e85699714ca6ed7ab234c Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 2 Jan 2012 21:29:57 -0500 Subject: added uploading scripts --- views/default/photos/css.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'views/default/photos/css.php') diff --git a/views/default/photos/css.php b/views/default/photos/css.php index 4429ca0c7..3e448f27a 100644 --- a/views/default/photos/css.php +++ b/views/default/photos/css.php @@ -126,6 +126,29 @@ color: #666; } +/* *************************************** + Tagging +*************************************** */ +#tidypics_uploader { +position:relative; +width:400px; +min-height:20px; +} + +#tidypics_choose_button { +position:absolute; +top:0; +left:0; +z-index:0; +display:block; +float:left; +} + +#tidypics_flash_uploader { +position:relative; +z-index:100; +} + -- cgit v1.2.3