aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-27 18:45:19 -0800
committerFriendika <info@friendika.com>2011-01-27 18:45:19 -0800
commit33037754d80dce07e6d806b6cee6df56311bb954 (patch)
tree399238f478515afdbe6d045ed4c096cadaf8989e /view/theme
parentebba294189d87c0016f2fd33a7bacf8c08090d66 (diff)
downloadvolse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.tar.gz
volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.tar.bz2
volse-hubzilla-33037754d80dce07e6d806b6cee6df56311bb954.zip
removed java photo uploader from mainline. Photo uploaders are now plugins, but a single item upload is available by default.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/default/style.css3
-rw-r--r--view/theme/duepuntozero/style.css4
2 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 6e643d4fe..3ef63e265 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1727,6 +1727,9 @@ a.mail-list-link {
#photos-upload-album-select {
float: left;
}
+#photos-upload-spacer {
+ margin-top: 25px;
+}
#photos-upload-new-end, #photos-upload-exist-end {
clear: both;
}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 1f713f28d..59a5bf88a 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1600,6 +1600,10 @@ a.mail-list-link {
#photos-upload-album-select {
float: left;
}
+
+#photos-upload-spacer {
+ margin-top: 25px;
+}
#photos-upload-new-end, #photos-upload-exist-end {
clear: both;
}