aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-12 21:21:33 -0700
committerFriendika <info@friendika.com>2011-04-12 21:21:33 -0700
commite8a0dd40b273df2dc22e10d91fc44fe464b408e7 (patch)
tree243fe266e8deca859f1d858bbeeaeeee9b187987 /view/theme
parentf04e2e70447e433bdc6acb2094fd988a995d1c08 (diff)
downloadvolse-hubzilla-e8a0dd40b273df2dc22e10d91fc44fe464b408e7.tar.gz
volse-hubzilla-e8a0dd40b273df2dc22e10d91fc44fe464b408e7.tar.bz2
volse-hubzilla-e8a0dd40b273df2dc22e10d91fc44fe464b408e7.zip
profile visibility editor
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css33
-rw-r--r--view/theme/loozah/style.css34
2 files changed, 67 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 4ef0a05e1..5af6385fd 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2258,3 +2258,36 @@ a.mail-list-link {
#group-edit-desc {
margin-top: 15px;
}
+
+
+#prof-members {
+ margin-top: 20px;
+ padding: 10px;
+ height: 250px;
+ overflow: auto;
+ border: 1px solid #ddd;
+}
+
+#prof-members-end {
+ clear: both;
+}
+
+#prof-separator {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#prof-all-contacts {
+ padding: 10px;
+ height: 450px;
+ overflow: auto;
+ border: 1px solid #ddd;
+}
+
+#prof-all-contacts-end {
+ clear: both;
+}
+
+#prof-edit-desc {
+ margin-top: 15px;
+}
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 8c1a79ec2..a4c504d23 100644
--- a/view/theme/loozah/style.css
+++ b/view/theme/loozah/style.css
@@ -2282,3 +2282,37 @@ a.mail-list-link {
#group-edit-desc {
margin-top: 15px;
}
+
+
+#prof-members {
+ margin-top: 20px;
+ padding: 10px;
+ height: 250px;
+ overflow: auto;
+ border: 1px solid #ddd;
+}
+
+#prof-members-end {
+ clear: both;
+}
+
+#prof-separator {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#prof-all-contacts {
+ padding: 10px;
+ height: 450px;
+ overflow: auto;
+ border: 1px solid #ddd;
+}
+
+#prof-all-contacts-end {
+ clear: both;
+}
+
+#prof-edit-desc {
+ margin-top: 15px;
+}
+