diff --git a/css/milfs.css b/css/milfs.css index 6dfad6d..f23092d 100644 --- a/css/milfs.css +++ b/css/milfs.css @@ -119,6 +119,15 @@ background: #e5e5e5; } @media (max-width: 480px) { +#contenedor_principal{ + padding-left: 0px !important; + padding-right: 0px !important; +} + +#contenido>legend { + padding-left: 10px; +} + #modificarcampo_succesalert{ position: relative; display: block; @@ -168,6 +177,21 @@ padding: 0px !important; .email-grupo{ display: block !important; } +.opciones-portal{ + display: table-caption !important; + width: auto !important; +} + +.opciones-portal-grupo{ + padding: 7px 0px !important; + background-color:transparent !important; + border: none !important; + margin: -3px; +} + +.panel-api{ + padding: 0px !important; +} #modificarcampo_succesalert>.input-group-addon{ border: 1px solid #ccc !important; diff --git a/funciones/funciones.php b/funciones/funciones.php index 98ccf05..4bcda26 100644 --- a/funciones/funciones.php +++ b/funciones/funciones.php @@ -17092,74 +17092,81 @@ $item .= " Editar + + -
-
-
+
+
+
+ Portal +
  • +
    + NO + + SIMostrar en el portal +
    +
  • +
  • +
    + NO + + SIIgnorar áreas del formulario +
    +
  • +
  • +
    + NO + + SILlenar desde el portal +
    +
  • +
  • +
    + NO + + SIVer data desde el portal +
    +
  • +
    +
    +
    -
    - API +
    +
    +
    +
    + API - -
    - - -
    + +
    + + +
    - -
    - - -
    + +
    + + +
    - -
    - - -
    - - - Portal -
  • -
    - NO - - SIMostrar en el portal -
    -
  • -
  • - -
    - NO - - SIIgnorar áreas del formulario -
    -
  • -
  • -
    - NO - - SILlenar desde el portal -
    -
  • -
  • -
    - NO - - SIVer data desde el portal -
    -
  • -
    -
    -
    + +
    + + +
    +
    +
    +
    +
    diff --git a/includes/datos.php b/includes/datos.php index 20bcf6e..de22d50 100644 --- a/includes/datos.php +++ b/includes/datos.php @@ -1,19 +1,19 @@