aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css/mod_group.php
diff options
context:
space:
mode:
authorpafcu <pafcu@iki.fi>2014-12-30 22:42:34 +0200
committerpafcu <pafcu@iki.fi>2014-12-30 22:42:34 +0200
commit43671a0a323afa758df56c06822ce3c46da026df (patch)
tree515c2f742a5a39e18b00debf1849ee9703fa4a42 /view/theme/redbasic/css/mod_group.php
parent0623b472371db80c94b02ab1388436b49a746b46 (diff)
parent6501c4d93e541ae401c904f8a6a705c02a570371 (diff)
downloadvolse-hubzilla-43671a0a323afa758df56c06822ce3c46da026df.tar.gz
volse-hubzilla-43671a0a323afa758df56c06822ce3c46da026df.tar.bz2
volse-hubzilla-43671a0a323afa758df56c06822ce3c46da026df.zip
Merge pull request #792 from pafcu/cssrefactor
Make redbasic css more modular
Diffstat (limited to 'view/theme/redbasic/css/mod_group.php')
-rw-r--r--view/theme/redbasic/css/mod_group.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/mod_group.php b/view/theme/redbasic/css/mod_group.php
new file mode 100644
index 000000000..d1f48a84c
--- /dev/null
+++ b/view/theme/redbasic/css/mod_group.php
@@ -0,0 +1,32 @@
+#group-members {
+ margin-top: 20px;
+ padding: 10px;
+ height: 250px;
+ overflow: auto;
+ border: 1px solid #ddd;
+}
+
+#group-members-end {
+ clear: both;
+}
+
+#group-separator {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+#group-all-contacts {
+ padding: 10px;
+ height: 450px;
+ overflow: auto;
+ border: 1px solid #ddd;
+}
+
+#group-all-contacts-end {
+ clear: both;
+ margin-bottom: 10px;
+}
+
+#group-edit-desc {
+ margin-top: 15px;
+}