Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • botones_supervisor
  • inventario
  • tabla_dinamica
  • tiempo_resol
  • html_bug_fixing
  • prioridad
  • arreglos_formularios
  • cierre_solicitado
  • marta_back
  • cierre_cliente
  • solicitud_cierre
  • menu_usuario
13 results

formulario.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    formulario.css 3.36 KiB
    @import url(https://fonts.googleapis.com/css?family=Roboto:300);
    
    .inciCli {
      width: 60%;
      padding: 8% 0 0;
      margin: auto;
    }
    .addCom {
      width: 60%;
      padding: 8% 0 0;
      margin: auto;
    }
    .formCli {
      border-radius: 5%;
      position: relative;
      z-index: 1;
      background: #FFFFFF;
      max-width: 80%;
      margin: 0 auto 5%;
      padding: 10%;
      text-align: center;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
    
    .formuCom {
      border-radius: 5%;
      position: relative;
      z-index: 1;
      background: #FFFFFF;
      max-width: 80%;
      margin: 0 auto 5%;
      padding: 10%;
      text-align: center;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }
    .formCli input {
      border-radius: 9px;
      font-family: "Roboto", sans-serif;
      outline: 0;
      background: #f2f2f2;
      width: 80%;
      border: 0;
      margin: 0 0 8%;
      padding: 5%;
      box-sizing: border-box;
      font-size: 110%;
    }
    .formCli date {
        border-radius: 9px;
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 80%;
        border: 0;
        margin: 0 0 8%;
        padding: 5%;
        box-sizing: border-box;
        font-size: 110%;
      }
      .formCli select {
        border-radius: 9px;
        font-family: "Roboto", sans-serif;
        outline: 0;
        background: #f2f2f2;
        width: 80%;
        border: 0;
        margin: 0 0 8%;
        padding: 5%;
        box-sizing: border-box;
        font-size: 110%;