diff --git a/metadatos/componentes/toba_ei_calendario/dump_102000215.sql b/metadatos/componentes/toba_ei_calendario/dump_102000215.sql index f831b4cae79914b1d091e4811bef567c26433761..a8d9049b60800d3798b71d719dab464c6cab2d6a 100644 --- a/metadatos/componentes/toba_ei_calendario/dump_102000215.sql +++ b/metadatos/componentes/toba_ei_calendario/dump_102000215.sql @@ -21,7 +21,7 @@ INSERT INTO apex_objeto (proyecto, objeto, anterior, identificador, reflexivo, c NULL, --objeto_categoria_proyecto NULL, --objeto_categoria 'Calendario de viajes - calendario', --nombre - 'Calendario de viajes', --titulo + NULL, --titulo '1', --colapsable NULL, --descripcion NULL, --fuente_datos_proyecto diff --git a/php/gestion_incidentes/ci_incidentes_vehiculos_interno.php b/php/gestion_incidentes/ci_incidentes_vehiculos_interno.php index ac9edaeb5a55e83ed9a79fedf9f3688fd66676ab..f94125f00bbb55fa290ae1642002e80a148f91ce 100644 --- a/php/gestion_incidentes/ci_incidentes_vehiculos_interno.php +++ b/php/gestion_incidentes/ci_incidentes_vehiculos_interno.php @@ -140,8 +140,6 @@ class ci_incidentes_vehiculos_interno extends yeruti_ci if(!empty($archivo)){ $archivo_json = json_encode(array_a_utf8($archivo)); $this->cn()->tabla('incidentes_vehiculos')->set_columna_valor('archivo',$archivo_json); - }else{ - $this->cn()->tabla('incidentes_vehiculos')->set_columna_valor('archivo',null); } $this->cn()->sincronizar(); diff --git a/php/gestion_incidentes/ci_incidentes_viajes_interno.php b/php/gestion_incidentes/ci_incidentes_viajes_interno.php index 3ae3f8c8db2a34523ba1361fe4e3574a0e9976df..6cd17ef543fc60dee2a763dbc6ff10a4bcb2d468 100644 --- a/php/gestion_incidentes/ci_incidentes_viajes_interno.php +++ b/php/gestion_incidentes/ci_incidentes_viajes_interno.php @@ -101,8 +101,6 @@ class ci_incidentes_viajes_interno extends yeruti_ci if(!empty($archivo)){ $archivo_json = json_encode(array_a_utf8($archivo)); $this->cn()->tabla('incidentes_viajes')->set_columna_valor('archivo',$archivo_json); - }else{ - $this->cn()->tabla('incidentes_viajes')->set_columna_valor('archivo',null); } $this->cn()->sincronizar(); diff --git a/www/skins/yeruti_skin/toba.css b/www/skins/yeruti_skin/toba.css index 08e29ffbf9302f3209230bcecb77537ac6dd1963..bb355b2026dc1d41fe2ae9b13716d6a259b7ed4a 100644 --- a/www/skins/yeruti_skin/toba.css +++ b/www/skins/yeruti_skin/toba.css @@ -427,26 +427,34 @@ button.ayuda{ .year, .month { width: 99%; border:none; - background-color: #e7e7e7; + background-color: #F4F4F4; padding:10px; + border-collapse: unset; } .eventcontent { border-radius: 4px; width: 100%; - border: 0px; - box-shadow: 5px 5px 2px 1px rgb(219, 219, 219); + border: 1px solid #dfdfdf; + box-shadow: 0 1px 2px rgba(0,0,0,0.1); font-size: 9px; background-color: #ffffff; - margin: 2px; + margin: 3px 0px; + transition: 0.2s; +} + +.eventcontent:hover{ + background:#a3bad4; } .selectedday, .selecteddayevents { - border: 0px; + border: 1px solid #dfdfdf; + padding:10px; } .selecteddayevents .eventcontent{ background-color: #a3bad4; + border: 1px solid #dfdfdf; } .monthdayevents { @@ -463,20 +471,46 @@ button.ayuda{ font-weight: bold; } -/*.monthdayevents {*/ -/* border: 1px solid #000000;*/ -/*}*/ +.monthdayevents { + border: 1px solid #dfdfdf; + padding:6px; +} + +td.sundayevents, .saturdayevents { + border: 1px solid #dfdfdf; + padding:6px; +} -/*.sundayevents, .saturdayevents {*/ -/* border: 1px solid rgba(0, 0, 0, 0.48);*/ -/*}*/ .today, .todayevents { - border: 0px solid #f07974; + padding:10px; + border: 2px solid #022c5b40; +} + +.todayevents::first-line{ + /*color:#008c56;*/ +} + +.month tr:nth-child(2) td{ + padding:10px; +} + +.month tr:nth-child(2) { + background:#3c4461; } -.todayevents .eventcontent{ - background-color: #d0d6dd; +.month tr:nth-child(3) { + background:#3c4461b3; + color:#fff; + font-size: 16px; + font-weight: bold; +} + +.monthname{ + font-size:35px; + color:#fff; + background:#3c4461; + border-radius:5px 5px 0 0 ; } /**