diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-27 21:44:34 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-07-27 21:44:34 +0000 |
commit | 075fc6727762d4e45ddcae5843eec0100ad3ab72 (patch) | |
tree | 26c5b8b5c8064b0670510009d42f7b0ffac6c63d /view/css | |
parent | 73a0d8b5a7079e960717c46014b9255e16356ad2 (diff) | |
download | volse-hubzilla-075fc6727762d4e45ddcae5843eec0100ad3ab72.tar.gz volse-hubzilla-075fc6727762d4e45ddcae5843eec0100ad3ab72.tar.bz2 volse-hubzilla-075fc6727762d4e45ddcae5843eec0100ad3ab72.zip |
Improved photo view page. Added a delete button, stylized other button and rearangend divs a but. I even made a javascript function (copied is the right word). I changed the application (non-posts) font size (temporary) to 14px, same as button (btn) font size. I like to change all font sizes to 1.0rem (posts) and 0.8rem (application) in the near future, but I will test that first on my hub.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_photos.css | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 58a9bea38..12032d4c1 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -11,6 +11,12 @@ margin-bottom: 25px; } +#photo-view-wrapper { + float:left; + min-width: 300px; + overflow: hidden; +} + #photo-prev-link, #photo-next-link { padding: 10px; float: left; @@ -136,8 +142,19 @@ } #photo-edit-delete-button { - margin-left: 200px; + float: right; +} + +#photo-edit-edit-wrapper { + margin-top: 10px; + margin-bottom: 30px; } + +#photo-photo-delete-button { + float: right; + margin-top: -64px; +} + #photo-edit-end { margin-bottom: 35px; } |