From 1cf2d249796d8ed24ba94450be267045e71987c2 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 13 Aug 2008 11:12:45 +0000 Subject: widget boxes fixed for IE git-svn-id: https://code.elgg.org/elgg/trunk@1885 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 10 ++++------ 1 file 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; -- cgit v1.2.3