aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 11:12:45 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-13 11:12:45 +0000
commit1cf2d249796d8ed24ba94450be267045e71987c2 (patch)
treeff5b954b3fe0c5288266fece1007e63a0fef378f
parent5ab64ee34c52c728c5b056b8ed060147f2a94b03 (diff)
downloadelgg-1cf2d249796d8ed24ba94450be267045e71987c2.tar.gz
elgg-1cf2d249796d8ed24ba94450be267045e71987c2.tar.bz2
widget boxes fixed for IE
git-svn-id: https://code.elgg.org/elgg/trunk@1885 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/css.php10
1 files changed, 4 insertions, 6 deletions
diff --git a/views/default/css.php b/views/default/css.php
index 5a6ac33bf..93a2b3096 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -693,7 +693,7 @@ h6 { font-size: 0.8em; }
.collapsable_box {
margin: 0 0 20px 0;
- background: white;
+ /* background: white; */
height:auto;
}
/* IE6 fix */
@@ -715,10 +715,7 @@ h6 { font-size: 0.8em; }
padding: 10px;
margin:0;
height:auto;
- /* border-left:2px solid white;
- border-right:2px solid white;
- border-bottom:2px solid white; */
-
+ background: white;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
@@ -2188,6 +2185,7 @@ a.toggle_customise_edit_panel:hover {
/* ***************************************
SETTINGS & ADMIN
*************************************** */
+
.settings_form h3,
.usersettings_statistics h3,
.admin_statistics h3,
@@ -2233,7 +2231,7 @@ a.toggle_customise_edit_panel:hover {
width:200px;
}
-/* add user pane - on user admin */
+/* add user pane on user admin */
#add_user_showhide #add-box {
padding:20px;
background: #dedede;