diff options
author | friendica <info@friendica.com> | 2012-05-23 01:01:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-23 01:01:04 -0700 |
commit | 61dba985c14ebcfd20d18b579aee9b781f98bc23 (patch) | |
tree | 93cd7fe6c2b9b0cc5851cb8324b5f6591d990f7f /view/theme/duepuntozero | |
parent | 8ffb65ceef4de1b1088ace577682812cba6016af (diff) | |
download | volse-hubzilla-61dba985c14ebcfd20d18b579aee9b781f98bc23.tar.gz volse-hubzilla-61dba985c14ebcfd20d18b579aee9b781f98bc23.tar.bz2 volse-hubzilla-61dba985c14ebcfd20d18b579aee9b781f98bc23.zip |
photo rotation
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index c556dcead..fca935dee 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2118,7 +2118,7 @@ aside input[type='text'] { margin-bottom: 15px; } -#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label { +#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label { float: left; width: 150px; } @@ -2127,7 +2127,7 @@ aside input[type='text'] { margin-bottom: 15px; } -#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname { +#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate { float: left; margin-bottom: 25px; } @@ -2138,10 +2138,14 @@ aside input[type='text'] { margin-bottom: 25px; } -#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end { +#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end { clear: both; } +#photo-edit-rotate-end { + margin-bottom: 15px; +} + #photo-edit-delete-button { margin-left: 200px; } |