aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-12 05:37:26 -0700
committerFriendika <info@friendika.com>2011-04-12 05:37:26 -0700
commit5545c8ada9e44fd417d592c97365022a320aafef (patch)
tree2e677164d821dee576f4f5609dc805044c99b21c /view/theme
parent61915a524debe3db08a07f0adb86033ee894be28 (diff)
downloadvolse-hubzilla-5545c8ada9e44fd417d592c97365022a320aafef.tar.gz
volse-hubzilla-5545c8ada9e44fd417d592c97365022a320aafef.tar.bz2
volse-hubzilla-5545c8ada9e44fd417d592c97365022a320aafef.zip
cleanup
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css6
-rw-r--r--view/theme/loozah/style.css5
2 files changed, 9 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 8bddbdfba..4ef0a05e1 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2230,7 +2230,7 @@ a.mail-list-link {
#group-members {
margin-top: 20px;
padding: 10px;
- height: 450px;
+ height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
@@ -2254,3 +2254,7 @@ a.mail-list-link {
#group-all-contacts-end {
clear: both;
}
+
+#group-edit-desc {
+ margin-top: 15px;
+}
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 76c2df46b..8c1a79ec2 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2254,7 +2254,7 @@ a.mail-list-link {
#group-members {
margin-top: 20px;
padding: 10px;
- height: 450px;
+ height: 250px;
overflow: auto;
border: 1px solid #ddd;
}
@@ -2279,3 +2279,6 @@ a.mail-list-link {
clear: both;
}
+#group-edit-desc {
+ margin-top: 15px;
+}