From 0c282356c6dd29765f7f77f11ff23358e2c783a4 Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 14 Aug 2008 14:42:38 +0000 Subject: collections, friends picker, status, search items updated for IE6 git-svn-id: https://code.elgg.org/elgg/trunk@1919 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/views/default/css.php b/views/default/css.php index cc82e5015..1a5c747ac 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -138,7 +138,7 @@ h6 { font-size: 0.8em; } /* *************************************** - PAGE LAYOUT - MAIN STRUCTURE + PAGE LAYOUT - MAIN STRUCTURE *************************************** */ #page_container { margin:0; @@ -1127,6 +1127,11 @@ background: url(_graphics/river_icons/river_icon_priv .search_listing_icon { position: absolute; } +/* IE 6 fix */ +* html .search_listing_icon { + float:left; +} + .search_listing_icon img { width: 40px; } @@ -1138,6 +1143,10 @@ background: url(_graphics/river_icons/river_icon_priv margin-left: 50px; min-height: 40px; } +/* IE 6 fix */ +* html .search_listing_info { + height:40px; +} .search_listing_info p { margin:0 0 3px 0; line-height:1.2em; @@ -1161,20 +1170,11 @@ table.search_gallery { .search_gallery_item { border:1px dotted silver; background-color: white; - /* - width: 179px; - height: 179px; - */ } .search_gallery_item:hover { border:1px dotted black; } -/* -temp force image width until upload size is changed -.search_gallery_item img { - width: 153px; -} -*/ + .search_gallery_item .search_listing { background: none; text-align: center; @@ -1198,9 +1198,6 @@ temp force image width until upload size is changed margin-bottom: 10px; } - - - .search_gallery_item .search_listing { background: none; text-align: center; -- cgit v1.2.3