diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 17:55:58 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-15 17:55:58 +0000 |
commit | 7073c7c2d71202d6f5e6f542d1ace7d8eb93bd09 (patch) | |
tree | efe27d212d560cef8714bb9efe743ed76e474cc0 | |
parent | e4b664a260209b201c8e187602d12bb84997f072 (diff) | |
download | elgg-7073c7c2d71202d6f5e6f542d1ace7d8eb93bd09.tar.gz elgg-7073c7c2d71202d6f5e6f542d1ace7d8eb93bd09.tar.bz2 |
screwed up profile page on ie6 fixed
git-svn-id: https://code.elgg.org/elgg/trunk@1948 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 50 |
1 files changed, 5 insertions, 45 deletions
diff --git a/views/default/css.php b/views/default/css.php index cb742ba55..1b21077ea 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -275,12 +275,10 @@ h6 { font-size: 0.8em; } float:none; } - - - /* IE6 layout fixes */ -* html #profile_info_column_right { - margin:0 0 0 10px; +* html #profile_info_column_left { + margin:0 10px 0 0; + width:200px; } * html #two_column_left_sidebar { width:210px; @@ -290,27 +288,6 @@ h6 { font-size: 0.8em; } width:685px; margin:20px 10px 20px 10px; } -* html #profile_info { - -} -* html #widgets_left { -/* - margin:20px 20px 20px 10px; - -*/ -} -* html #widgets_middle { -/* - margin:20px 20px 20px 0px; - -*/} -* html #widgets_right { -/* - margin:20px 0px 20px 0px; - -*/ -} - * html a.toggle_customise_edit_panel { float:none; clear:none; @@ -970,7 +947,7 @@ input[type="submit"] { #profile_menu_wrapper { margin:10px 0 10px 0; - width:auto; + width:200px; } #profile_menu_wrapper p { border-bottom:1px solid #cccccc; @@ -980,11 +957,7 @@ input[type="submit"] { } #profile_menu_wrapper a { display:block; - width:200px; -/* - width:180px; - -*/ + /* width:200px; */ padding:0 0 0 3px; } #profile_menu_wrapper a:hover { @@ -1106,22 +1079,9 @@ p.user_menu_friends_of { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px; } -/* -STILL TO ADD -messageboard -background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_messageboard.gif) no-repeat left -1px; - -feed - river icon: -background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_feed.gif) no-repeat left -1px; - -private message - river icon: -background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_privatemessage.gif) no-repeat left -1px; -*/ - /* *************************************** SEARCH LISTINGS *************************************** */ - .search_listing { display: block; background-color: #eee; |