# HG changeset patch # User veltr # Date 1320667494 -3600 # Node ID d2e1bc8cf3905e24122accc0fca406032287f13e # Parent 37dd17a1e48bff5e4094c3120c3ebeed4298b1a2 Modif compatibilite IE 9 diff -r 37dd17a1e48b -r d2e1bc8cf390 crea/inte-crea/css/ldt-recherche.css --- a/crea/inte-crea/css/ldt-recherche.css Wed Nov 02 16:13:21 2011 +0100 +++ b/crea/inte-crea/css/ldt-recherche.css Mon Nov 07 13:04:54 2011 +0100 @@ -1,3 +1,7 @@ +#tbl_rech { + float: left; clear: both; +} + /* LISTE DES RÉSULTATS DE RECHERCHE */ @@ -6,7 +10,7 @@ } #li_haut_resultats { - width: 630; padding: 5px 10px 5px 0; + width: 630px; padding: 5px 9px 5px 0; border-right: 1px solid #484848; } #ul_haut_resultats { @@ -32,7 +36,7 @@ /* TITRE DU MÉDIA */ div.titre_result_media { - float: left; width: 630px; padding: 10px 10px 0 0; + float: left; width: 630px; padding: 10px 9px 0 0; border-right: 1px solid #484848; } .titre_result_media div { @@ -66,11 +70,11 @@ } li.li_segment { - width: 630px; padding: 3px 10px 3px 0; + width: 630px; padding: 3px 9px 3px 0; border-right: 1px solid #484848; } li.li_segment.selected { - background: url(../img/preview_arrows.png) right center no-repeat #fbfafa; padding: 2px 11px 1px 0; border-width: 1px; border-color: #484848; border-style: solid none; + background: url(../img/preview_arrows.png) right center no-repeat #fbfafa; padding: 2px 10px 1px 0; border-width: 1px; border-color: #484848; border-style: solid none; } div.left_segment { @@ -94,7 +98,7 @@ } li.plus_result { - width: 630px; padding: 0 10px 0 0; + width: 630px; padding: 0 9px 0 0; border-right: 1px solid #484848; } .plus_result p { @@ -110,7 +114,7 @@ /* APERÇU À DROITE */ #result_preview { - width: 300px; height: 100%; border-width: 1px; border-color: #484848; border-style: none solid; background: #fbfafa; vertical-align: top; padding: 38px 9px 0; + width: 300px; height: 100%; border-right: 1px solid #484848; background: #fbfafa; vertical-align: top; padding: 38px 9px 0 10px; } #preview_metadataplayer { diff -r 37dd17a1e48b -r d2e1bc8cf390 crea/inte-crea/groupe.html --- a/crea/inte-crea/groupe.html Wed Nov 02 16:13:21 2011 +0100 +++ b/crea/inte-crea/groupe.html Mon Nov 07 13:04:54 2011 +0100 @@ -3,8 +3,8 @@