aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-09 18:44:09 -0800
committerfriendica <info@friendica.com>2013-12-09 18:44:09 -0800
commitd13f693f85b9528559130ed642e3128607e1967c (patch)
tree1af7f910862e7a716e27c2883ec2570b2fe0ea94 /view/css
parentaaf21e892437320ddf63735fa7334bf21836b121 (diff)
downloadvolse-hubzilla-d13f693f85b9528559130ed642e3128607e1967c.tar.gz
volse-hubzilla-d13f693f85b9528559130ed642e3128607e1967c.tar.bz2
volse-hubzilla-d13f693f85b9528559130ed642e3128607e1967c.zip
more css cleanup
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_photos.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css
index 80508142a..58a9bea38 100644
--- a/view/css/mod_photos.css
+++ b/view/css/mod_photos.css
@@ -11,6 +11,19 @@
margin-bottom: 25px;
}
+#photo-prev-link, #photo-next-link {
+ padding: 10px;
+ float: left;
+}
+
+#photo-photo {
+ float: left;
+}
+
+#photo-photo-end {
+ clear: both;
+}
+
.photo-album-image-wrapper {
float: left;
margin-top: 15px;