aboutsummaryrefslogtreecommitdiff
path: root/views/default/photos/css.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2012-01-02 14:34:58 -0500
committercash <cash.costello@gmail.com>2012-01-02 14:34:58 -0500
commitfbdaf2a33386e6746be4de50a0b4aceb06ff5e68 (patch)
tree7dd062f7ab03b565dc768a46b1df089e03fbad9f /views/default/photos/css.php
parent20ab73de5248b3418bbbad27850e3d3e093c473c (diff)
downloadelgg-fbdaf2a33386e6746be4de50a0b4aceb06ff5e68.tar.gz
elgg-fbdaf2a33386e6746be4de50a0b4aceb06ff5e68.tar.bz2
displaying the tag on the photo but not a label for the tag
Diffstat (limited to 'views/default/photos/css.php')
-rw-r--r--views/default/photos/css.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/photos/css.php b/views/default/photos/css.php
index 31e3d9b53..23926adbc 100644
--- a/views/default/photos/css.php
+++ b/views/default/photos/css.php
@@ -116,6 +116,12 @@
max-width: 300px;
}
+.tidypics-tag {
+ display: none;
+ position: absolute;
+ border: 2px solid white;
+}
+
<?php
return true;
?>