Celine.meneu 16 năm trước cách đây
mục cha
commit
7c77d43b99

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

@@ -33,12 +33,23 @@ body
 {
 	width: 75px;
 }
+.totalsansbordure
+{
+	border-top-style: none;
+	border-right-style: none;
+	border-left-style: none;
+	border-bottom-style: none;
+	font-weight: bold;
+	color: black;
+}
 .totalbordure
 {
 	border-top: black 1px solid;
 	border-right-style: none;
 	border-left-style: none;
 	border-bottom-style: none;
+	font-weight: bold;
+	color: black;
 }
 .sansbordure
 {

+ 2 - 2
CG67.FicheCollege.root/CG67.FicheCollege/Web/CG67.FicheCollege.Web/xslt/FicheCollege.xslt

@@ -753,8 +753,8 @@
                  
                 </xsl:for-each>
                  <tr>
-                 <td class="sansbordure">
-                   Effectif total:
+                 <td class="totalsansbordure">
+                   Effectif total
                  </td>
                  <td class="totalbordure">
                    <xsl:value-of select="sum(Etablissement/LstBilingue/Bilinguisme/NbrEleves)"/>