diff options
author | cash <cash.costello@gmail.com> | 2012-01-02 21:29:57 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-02 21:29:57 -0500 |
commit | d24d480f6510b3817f3e85699714ca6ed7ab234c (patch) | |
tree | 89ad9d47a22f09f802f85b63f78c10497ef2fcd4 /views/default/photos/css.php | |
parent | 83cbd76b2e11b7d832e212ce1ffc77da7a3dd2a6 (diff) | |
download | elgg-d24d480f6510b3817f3e85699714ca6ed7ab234c.tar.gz elgg-d24d480f6510b3817f3e85699714ca6ed7ab234c.tar.bz2 |
added uploading scripts
Diffstat (limited to 'views/default/photos/css.php')
-rw-r--r-- | views/default/photos/css.php | 23 |
1 files changed, 23 insertions, 0 deletions
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; +} + <?php return true; ?> |