diff --git a/api/ranking_trip.php b/api/ranking_trip.php index 093dab5..ed9fd42 100644 --- a/api/ranking_trip.php +++ b/api/ranking_trip.php @@ -217,7 +217,7 @@ ($dataR1["pregunta14"] == null?0: $dataR1["pregunta14"])+ ($dataR1["pregunta15"] == null?0: $dataR1["pregunta15"]); - + //$temp = [""]; //$grafica[] = diff --git a/api/ranking_trip.php b/api/ranking_trip.php index 093dab5..ed9fd42 100644 --- a/api/ranking_trip.php +++ b/api/ranking_trip.php @@ -217,7 +217,7 @@ ($dataR1["pregunta14"] == null?0: $dataR1["pregunta14"])+ ($dataR1["pregunta15"] == null?0: $dataR1["pregunta15"]); - + //$temp = [""]; //$grafica[] = diff --git a/views/auditorio.php b/views/auditorio.php index 842f666..0f4f5f5 100644 --- a/views/auditorio.php +++ b/views/auditorio.php @@ -30,36 +30,39 @@ } .left-zero { - position: absolute !important; - right: 0px !important; - } - .modal.custom .modal-dialog { - width:25%; - position:fixed; - bottom:0; - right:0; - margin:0; -} + position: absolute !important; + right: 0px !important; + } -.modal { - height: unset !important; - right: unset !important; - bottom: unset !important; -} + .modal.custom .modal-dialog { + width: 25%; + position: fixed; + bottom: 0; + right: 0; + margin: 0; + } -.streaming_auditorio { - width: 100%; - height: 500px; -} + .modal { + height: unset !important; + right: unset !important; + bottom: unset !important; + } -@media (max-width: 780px) { .streaming_auditorio { - width: 100%; - height: 300px; -} -} + width: 100%; + height: 500px; + } -#modal_chat{ background-color: rgba(0,0,0, 0.5) !important; } + @media (max-width: 780px) { + .streaming_auditorio { + width: 100%; + height: 300px; + } + } + + #modal_chat { + background-color: rgba(0, 0, 0, 0.5) !important; + }