aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-30 18:56:58 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-30 18:56:58 +0000
commit193fc7fd52fbb6df2417749d693447066c5baf12 (patch)
tree3ba94ea91744b56992d330e20b52e0c909811f2a /mod/groups/views/default/groups/css.php
parent8bf0f9eeffdc7accc2dd4b5113399f5054b31204 (diff)
downloadelgg-193fc7fd52fbb6df2417749d693447066c5baf12.tar.gz
elgg-193fc7fd52fbb6df2417749d693447066c5baf12.tar.bz2
Added the beginnings of a new method for displaying the latest content from each tool on a groups profile page.
git-svn-id: http://code.elgg.org/elgg/trunk@5554 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/css.php')
-rw-r--r--mod/groups/views/default/groups/css.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php
index d4fac1b22..3bb551035 100644
--- a/mod/groups/views/default/groups/css.php
+++ b/mod/groups/views/default/groups/css.php
@@ -98,6 +98,27 @@
border-bottom:1px solid #CCCCCC;
padding-bottom:5px;
}
+
+/* tool content boxes on group profile page */
+#group_tools_latest {
+ min-height: 300px;
+ margin-top:20px;
+}
+.group_tool_widget {
+ float:left;
+ margin-right:30px;
+ margin-bottom:20px;
+ min-height:200px;
+ width:350px;
+}
+.group_tool_widget.odd {
+ margin-right:0;
+}
+.group_tool_widget h3 {
+ border-bottom:1px solid #CCCCCC;
+ padding-bottom:5px;
+}
+/*
.group_profile_column.right {
float:right;
width:350px;
@@ -108,6 +129,7 @@
float:left;
margin-top:20px;
}
+*/
/* edit group page */
.delete_group {
float: right;