diff options
author | Friendika <info@friendika.com> | 2011-02-03 15:13:38 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-03 15:13:38 -0800 |
commit | e2c8bedfe57501f0ac15b09c053f603ea99344d6 (patch) | |
tree | d3076c3374007b68cedca6ff0d2d369adbc1eeea /view/theme/duepuntozero | |
parent | 01cd7cc9f2d811889cebcd410000b03742ded176 (diff) | |
download | volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.gz volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.bz2 volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.zip |
allow changing album name in photo edit page
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index d27a894b7..a1098f6a4 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1673,11 +1673,11 @@ a.mail-list-link { margin-bottom: 15px; } -#photo-edit-caption-label, #photo-edit-tags-label { +#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label { float: left; width: 150px; } -#photo-edit-caption, #photo-edit-newtag { +#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname { float: left; margin-bottom: 25px; } @@ -1688,7 +1688,7 @@ a.mail-list-link { margin-bottom: 25px; } -#photo-edit-caption-end, #photo-edit-tags-end { +#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end { clear: both; } |