aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-03 15:13:38 -0800
committerFriendika <info@friendika.com>2011-02-03 15:13:38 -0800
commite2c8bedfe57501f0ac15b09c053f603ea99344d6 (patch)
treed3076c3374007b68cedca6ff0d2d369adbc1eeea /view/theme
parent01cd7cc9f2d811889cebcd410000b03742ded176 (diff)
downloadvolse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.gz
volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.tar.bz2
volse-hubzilla-e2c8bedfe57501f0ac15b09c053f603ea99344d6.zip
allow changing album name in photo edit page
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/default/style.css6
-rw-r--r--view/theme/duepuntozero/style.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index a60ea9db6..61782f6e3 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -1798,11 +1798,11 @@ a.mail-list-link {
margin-bottom: 15px;
}
-#photo-edit-caption-label, #photo-edit-tags-label {
+#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
float: left;
width: 150px;
}
-#photo-edit-caption, #photo-edit-newtag {
+#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
float: left;
margin-bottom: 25px;
}
@@ -1813,7 +1813,7 @@ a.mail-list-link {
margin-bottom: 25px;
}
-#photo-edit-caption-end, #photo-edit-tags-end {
+#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
clear: both;
}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index d27a894b7..a1098f6a4 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -1673,11 +1673,11 @@ a.mail-list-link {
margin-bottom: 15px;
}
-#photo-edit-caption-label, #photo-edit-tags-label {
+#photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
float: left;
width: 150px;
}
-#photo-edit-caption, #photo-edit-newtag {
+#photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
float: left;
margin-bottom: 25px;
}
@@ -1688,7 +1688,7 @@ a.mail-list-link {
margin-bottom: 25px;
}
-#photo-edit-caption-end, #photo-edit-tags-end {
+#photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
clear: both;
}