diff options
Diffstat (limited to 'view/theme/default')
-rw-r--r-- | view/theme/default/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index a60ea9db6..61782f6e3 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1798,11 +1798,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; } @@ -1813,7 +1813,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; } |