[Alba-desarrollo] SVN Alba r6282 - in prosistem/alba/trunk/alba: apps/principal/modules/boletin/templates web/css

commits en pressenter.com.ar commits en pressenter.com.ar
Jue Oct 1 23:47:19 CEST 2009


Author: hsanchez
Date: 2009-10-01 18:47:19 -0300 (Thu, 01 Oct 2009)
New Revision: 6282

Modified:
   prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php
   prosistem/alba/trunk/alba/web/css/boletin.css
Log:
Arreglos de celdas sobrantes 

Modified: prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php
===================================================================
--- prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php	2009-10-01 21:03:24 UTC (rev 6281)
+++ prosistem/alba/trunk/alba/apps/principal/modules/boletin/templates/_mostrar.php	2009-10-01 21:47:19 UTC (rev 6282)
@@ -5,7 +5,7 @@
     </div>
 <?php else:?>
 <br/>
-<div align="center" id="boletin">
+<div id="boletin">
   <div class="header">
   <?php echo $establecimiento->getNombre()?><br>
   <?php echo $establecimiento->getDireccion()?>
@@ -16,7 +16,6 @@
   <br/><br/><b>Alumno: <?php echo $alumno->getNombre()." ".$alumno->getApellido()?></b>
   <b>Curso:&nbsp;<?php echo ($division->getAnio())?$division->getAnio()->getDescripcion():""?> <?php echo $division->getDescripcion()?> </b>
   </div>
-  <br/><br/>
   <table class="notas" cellpadding="2" cellspacing="2">
     <tbody>
       <tr>
@@ -55,8 +54,6 @@
               <td><div style="text-align: center;"><?php echo $valor?></div></td>
             <?php endforeach;?>
           <?php endif;?>
-        <td>&nbsp;</td>
-        <td>&nbsp;</td>
       </tr>
     <?php endforeach;?>
   </tbody>

Modified: prosistem/alba/trunk/alba/web/css/boletin.css
===================================================================
--- prosistem/alba/trunk/alba/web/css/boletin.css	2009-10-01 21:03:24 UTC (rev 6281)
+++ prosistem/alba/trunk/alba/web/css/boletin.css	2009-10-01 21:47:19 UTC (rev 6282)
@@ -14,10 +14,10 @@
 background-repeat: no-repeat;
 background-position: right;
 vertical-align: center;
+align: center;
 }
 
 #boletin table.notas {
-text-align: center;
 width: 766px; 
 height: 143px;
 border-collapse: collapse; 




Más información sobre la lista de distribución Alba-desarrollo