forked from qwerty/milfs
respuesta al issue en FrontEnd Legibilidad Portal OpenData
This commit is contained in:
parent
9f813436bc
commit
3ba85d859b
@ -14,10 +14,15 @@ el otro archivo css style.css que está en la carpeta milfs
|
||||
display: block;
|
||||
}
|
||||
|
||||
#canvas-holder_$tipo_$id_campo{
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#panel_administrador{
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 480px) {
|
||||
#modificarcampo_succesalert{
|
||||
|
@ -2975,7 +2975,7 @@ datasets: [{
|
||||
$grafica ="
|
||||
<div id='contenedor_grafica_$tipo_$id_campo' >
|
||||
|
||||
<div id='canvas-holder_$tipo_$id_campo' style='width:100px;'>
|
||||
<div id='canvas-holder_$tipo_$id_campo' >
|
||||
<canvas id='chart-area_$tipo_$id_campo' />
|
||||
</div>
|
||||
|
||||
@ -3314,7 +3314,7 @@ $lis="";
|
||||
}
|
||||
$resultado="
|
||||
<div class='dropdown' id='drown_proyecto'>
|
||||
<button class='btn btn-success btn-block dropdown-toggle' type='button' id='drown_$tabla' data-toggle='dropdown' aria-haspopup='true' aria-expanded='true'>
|
||||
<button class='btn btn-dark btn-block dropdown-toggle' type='button' id='drown_$tabla' data-toggle='dropdown' aria-haspopup='true' aria-expanded='true'>
|
||||
$nombre
|
||||
<span class='caret'></span>
|
||||
</button>
|
||||
@ -9695,19 +9695,23 @@ while( $row = mysqli_fetch_array( $sql ) ) {
|
||||
//<tr> <td class='col-xs-1'>$row[id_campo] x</td><td class='col-xs-2'>$row[campo_nombre] x</td><td class='col-xs-4'>$row[campo_descripcion] x</td><td class='col-xs-5'>$estadisticasx x</td></tr>
|
||||
$estadisticas = formulario_estadistica("$formulario","$row[id_campo]","contenido","barras");
|
||||
$listado .= "
|
||||
<tr>
|
||||
<td class='col-xs-12'>
|
||||
<div class='well'>
|
||||
<tr id='datatable_row'>
|
||||
<td>
|
||||
<div id='portaldata_categories'>
|
||||
<p>
|
||||
|
||||
<strong>Campo:</strong> $row[campo_nombre]
|
||||
</p>
|
||||
<p>
|
||||
Id: $row[id_campo]
|
||||
<strong>Id:</strong> $row[id_campo]
|
||||
</p>
|
||||
Nombre: $row[campo_nombre]
|
||||
|
||||
<p>
|
||||
Descripción: $row[campo_descripcion]
|
||||
<strong>Descripción:</strong> $row[campo_descripcion]
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
<td class='col-xs-12'><strong> </strong>$estadisticas</td>
|
||||
<td><strong> </strong>$estadisticas</td>
|
||||
</tr>
|
||||
";
|
||||
}else {$listado.="";}
|
||||
@ -9715,9 +9719,9 @@ $listado .= "
|
||||
$resultado = "
|
||||
|
||||
|
||||
<table class='table table-bordered'>
|
||||
<table id='opendata_table' class='table table-bordered'>
|
||||
|
||||
<tbody>
|
||||
<tbody id='opendata_body'>
|
||||
$listado
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user