aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/css.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 17:29:05 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 17:29:05 +0000
commit57297a7e814f64bdc844321caabe6dafcef7b246 (patch)
tree7bca3e103e246fd58c042c50481b990e816ee7a1 /mod/groups/views/default/groups/css.php
parente865c76851e58ef84fa47ccbca19a11980efd596 (diff)
downloadelgg-57297a7e814f64bdc844321caabe6dafcef7b246.tar.gz
elgg-57297a7e814f64bdc844321caabe6dafcef7b246.tar.bz2
right_column changed from class to id to match left_column
git-svn-id: https://code.elgg.org/elgg/trunk@2902 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/views/default/groups/css.php')
-rw-r--r--mod/groups/views/default/groups/css.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/groups/views/default/groups/css.php b/mod/groups/views/default/groups/css.php
index 430ca999e..d5dd374b8 100644
--- a/mod/groups/views/default/groups/css.php
+++ b/mod/groups/views/default/groups/css.php
@@ -74,7 +74,7 @@
background: white;
}
-.right_column {
+#right_column {
clear:left;
float:right;
width:350px;
@@ -90,12 +90,12 @@
* html #left_column {
/* width:328px; */
}
-* html .right_column {
+* html #right_column {
/* width:328px; */
}
#group_members h2,
-.right_column h2,
+#right_column h2,
#left_column h2 {
margin:0 0 10px 0;
padding:5px;
@@ -274,11 +274,11 @@
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}
-.right_column .filerepo_widget_singleitem {
+#right_column .filerepo_widget_singleitem {
background: #dedede !important;
margin:0 10px 5px 10px;
}
-.right_column .search_listing {
+#right_column .search_listing {
background: #dedede !important;
}
.forum_latest {