mejoras en tablas

This commit is contained in:
humano 2020-05-20 19:06:37 -05:00
parent cf61d7b1c1
commit 2e64b85829
2 changed files with 5 additions and 1 deletions

View File

@ -407,9 +407,11 @@ foreach($proyectos as $control_proyecto => $valor_proyecto)
<div id='informes_head'>
<p></p>
</div>
<div class='container'>
<div class='columna_informes' style='height:600px; overflow: auto;'>
$microtareas_planilla
</div>
</div>
</div>
</div>

View File

@ -1,6 +1,8 @@
body {
table-layout: fixed;
overflow-x: hidden !important;
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 24px;
@ -194,7 +196,7 @@ border-color: transparent;
.proyectos {
background-color: #d4d4d4;
}
.div_proyecto {