aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css/mod_group.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/redbasic/css/mod_group.php')
-rw-r--r--view/theme/redbasic/css/mod_group.php32
1 files changed, 0 insertions, 32 deletions
diff --git a/view/theme/redbasic/css/mod_group.php b/view/theme/redbasic/css/mod_group.php
deleted file mode 100644
index d1f48a84c..000000000
--- a/view/theme/redbasic/css/mod_group.php
+++ /dev/null
@@ -1,32 +0,0 @@
-#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;
-}