Pārlūkot izejas kodu

alignement à droite a revoir

Celine.meneu 13 gadi atpakaļ
vecāks
revīzija
1da534a35a

+ 11 - 4
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/css/fichecollege.css

@@ -50,7 +50,7 @@ body
 }
 .titre
 {
-	width: 250px;
+	width: 90px;
 }
 
 .valeur
@@ -64,10 +64,16 @@ body
 
 .totaleffectif
 {
-	width: 50px;
-	text-align:left;
-}
+   background-color:Aqua;
+	width: 20px;
 
+	
+}
+.colonnevide
+{
+	width: 250px;
+	
+}
 .nombre
 {
 	width: 80px;
@@ -98,6 +104,7 @@ body
 	border-left-style: none;
 	border-bottom-style: none;
 	font-weight: bold;
+	width:5px;
 	color: black;
 }
 .sansbordure

+ 3 - 1
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xslt/FicheCollege.xslt

@@ -180,6 +180,7 @@
                                 <colgroup>
                                     <col class="titre"></col>
                                     <col class="totaleffectif"></col>
+                                    <col class="colonnevide"></col>
                                 </colgroup>
                                 <xsl:for-each select="Etablissement/LstEffectifDetail/EffectifDetail">
                                     <tr>
@@ -189,6 +190,7 @@
                                         <td class="sansbordure">
                                             <xsl:value-of select="DetailEffectif"/>
                                         </td>
+                                        <td></td>
                                     </tr>
                                 </xsl:for-each>
                                 <tr>
@@ -199,7 +201,7 @@
                                         <xsl:value-of select="sum(Etablissement/LstEffectifDetail/EffectifDetail/DetailEffectif)"/>
                                     </td>
                                 </tr>
-                            </table>
+                           </table>
                         </td>
                     </xsl:if>