diff options
author | marijus <mario@mariovavti.com> | 2014-10-27 21:31:54 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-27 21:31:54 +0100 |
commit | d192bcad65852bb9225a368d1bf42b8918ae6022 (patch) | |
tree | ef0b6312c72e9e4505b30c0a64203ad82ef32e8f /view/css | |
parent | 6ff795a9f2e66b1b65ffc5e509dc459be5cc96bd (diff) | |
download | volse-hubzilla-d192bcad65852bb9225a368d1bf42b8918ae6022.tar.gz volse-hubzilla-d192bcad65852bb9225a368d1bf42b8918ae6022.tar.bz2 volse-hubzilla-d192bcad65852bb9225a368d1bf42b8918ae6022.zip |
do not reload page for edit album and some minor cleanup
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_photos.css | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 571aba57c..ed3e2ac26 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -87,28 +87,18 @@ } -#photo-edit-edit { +#photo-edit-edit, +#photo-album-edit-wrapper { + display: none; padding: 7px 10px; margin-bottom: 3px; } -#photo-edit-end { - margin-bottom: 35px; -} -#photo-caption { - margin-top: 15px; - margin-bottom: 15px; -} - #photo-album-edit-submit, #photo-album-edit-drop { margin-top: 15px; margin-bottom: 15px; } -#photo-album-edit-drop { - margin-left: 200px; -} - #photos-usage-message { line-height: 22px; } |