diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-14 14:42:38 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-14 14:42:38 +0000 |
commit | 0c282356c6dd29765f7f77f11ff23358e2c783a4 (patch) | |
tree | 192a9d4531522d7beef80e33eead77a6f6ccdb2a | |
parent | 2c5110ba04fb38d8585c76f43f8b49f37e822756 (diff) | |
download | elgg-0c282356c6dd29765f7f77f11ff23358e2c783a4.tar.gz elgg-0c282356c6dd29765f7f77f11ff23358e2c783a4.tar.bz2 |
collections, friends picker, status, search items updated for IE6
git-svn-id: https://code.elgg.org/elgg/trunk@1919 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 25 |
1 files 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(<?php echo $vars['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(<?php echo $vars['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; |