Modif compatibilite IE 9
authorveltr
Mon, 07 Nov 2011 13:04:54 +0100
changeset 213 d2e1bc8cf390
parent 212 37dd17a1e48b
child 222 a413a997a5e2
Modif compatibilite IE 9
crea/inte-crea/css/ldt-recherche.css
crea/inte-crea/groupe.html
crea/inte-crea/home.html
crea/inte-crea/recherche.html
--- 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 {
--- 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 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>Plateforme LDT : Groupe "Nom du Groupe"</title>
-    <link rel="stylesheet" href="css/ldt-commun.css" type="text-css" />
-    <link rel="stylesheet" href="css/ldt-groupe.css" type="text-css" />
+    <link rel="stylesheet" href="css/ldt-commun.css" type="text/css" />
+    <link rel="stylesheet" href="css/ldt-groupe.css" type="text/css" />
 </head>
 <body>
 
--- a/crea/inte-crea/home.html	Wed Nov 02 16:13:21 2011 +0100
+++ b/crea/inte-crea/home.html	Mon Nov 07 13:04:54 2011 +0100
@@ -3,8 +3,8 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>Plateforme LDT : Home</title>
-    <link rel="stylesheet" href="css/ldt-commun.css" type="text-css" />
-    <link rel="stylesheet" href="css/ldt-home.css" type="text-css" />
+    <link rel="stylesheet" href="css/ldt-commun.css" type="text/css" />
+    <link rel="stylesheet" href="css/ldt-home.css" type="text/css" />
 </head>
 <body>
 
--- a/crea/inte-crea/recherche.html	Wed Nov 02 16:13:21 2011 +0100
+++ b/crea/inte-crea/recherche.html	Mon Nov 07 13:04:54 2011 +0100
@@ -3,8 +3,8 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>Plateforme LDT : Résultats de Recherche</title>
-    <link rel="stylesheet" href="css/ldt-commun.css" type="text-css" />
-    <link rel="stylesheet" href="css/ldt-recherche.css" type="text-css" />
+    <link rel="stylesheet" href="css/ldt-commun.css" type="text/css" />
+    <link rel="stylesheet" href="css/ldt-recherche.css" type="text/css" />
 </head>
 <body>
 
@@ -36,7 +36,7 @@
 
 <!-- TABLE POUR ALIGNER À LA VERTICALE -->
 
-    <table>
+    <table id="tbl_rech">
     <tr>
 
 <!-- LISTE DES RÉSULTATS -->