diff options
author | Friendika <info@friendika.com> | 2010-11-08 14:37:58 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-08 14:37:58 -0800 |
commit | 01f171bce71126f60cf0ef9b447006b34c5a3891 (patch) | |
tree | 2017a67a9ff9dee10e2ef2b4283da7db6cc31945 /view/theme/default | |
parent | efcff9145605847f794009b0fe6c8bb4879a86a3 (diff) | |
download | volse-hubzilla-01f171bce71126f60cf0ef9b447006b34c5a3891.tar.gz volse-hubzilla-01f171bce71126f60cf0ef9b447006b34c5a3891.tar.bz2 volse-hubzilla-01f171bce71126f60cf0ef9b447006b34c5a3891.zip |
ability to remove individual photo tags
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 18 |
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; +} |