aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-08 14:37:58 -0800
committerFriendika <info@friendika.com>2010-11-08 14:37:58 -0800
commit01f171bce71126f60cf0ef9b447006b34c5a3891 (patch)
tree2017a67a9ff9dee10e2ef2b4283da7db6cc31945 /view
parentefcff9145605847f794009b0fe6c8bb4879a86a3 (diff)
downloadvolse-hubzilla-01f171bce71126f60cf0ef9b447006b34c5a3891.tar.gz
volse-hubzilla-01f171bce71126f60cf0ef9b447006b34c5a3891.tar.bz2
volse-hubzilla-01f171bce71126f60cf0ef9b447006b34c5a3891.zip
ability to remove individual photo tags
Diffstat (limited to 'view')
-rw-r--r--view/theme/default/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 5f82bff62..249fb2a95 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1796,4 +1796,20 @@ a.mail-list-link {
}
.contact-block-link {
float: left;
-} \ No newline at end of file
+}
+
+#tag-remove {
+ margin-bottom: 15px;
+}
+
+#tagrm li {
+ margin-bottom: 10px;
+}
+
+#tagrm-submit, #tagrm-cancel {
+ margin-top: 25px;
+}
+
+#tagrm-cancel {
+ margin-left: 15px;
+}