diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_photos.css | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 90b70b122..c8cdab6c3 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -3,6 +3,10 @@ margin-bottom: 25px; } +.photo-item-tools { + padding: 7px 10px; +} + #photo-photo { display: table; margin: 0 auto; @@ -72,9 +76,6 @@ #photo-edit-link-wrap { margin-bottom: 15px; } -#photo-like-div { - margin-bottom: 25px; -} #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end { clear: both; @@ -84,18 +85,10 @@ margin-bottom: 15px; } -#photo-edit-delete-button { - float: right; -} -#photo-edit-edit-wrapper { - margin-top: 10px; - margin-bottom: 30px; -} - -#photo-photo-delete-button { - float: right; - margin-top: -64px; +#photo-edit-edit { + padding: 7px 10px; + margin-bottom: 3px; } #photo-edit-end { @@ -106,16 +99,6 @@ margin-bottom: 15px; } -#in-this-photo-text { - margin-left: 30px; -} - -#in-this-photo { - margin-left: 60px; - margin-top: 10px; - margin-bottom: 20px; -} - #photo-album-edit-submit, #photo-album-edit-drop { margin-top: 15px; margin-bottom: 15px; |