Conjunto ff30136 en seiven


Ignorar:
Fecha y hora:
21/08/2017 16:53:05 (hace 7 años)
Autor:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
b26dfff
Parents:
14a9372
Mensaje:

estilos para nav-tabs, tablas y separadores entre columnas

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • static/css/app.css

    r01f9fb8 rff30136  
    284284
    285285/** Tablas **/
     286.rotate90 {
     287    -webkit-transform: rotate(-90deg);
     288    -moz-transform: rotate(-90deg);
     289    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     290    max-width:30px;
     291    font-size: 10px;
     292}
    286293.dataTables_wrapper {
    287294    border: 1px solid #5C737C;
     
    290297    margin-top: 20px;
    291298}
     299
    292300table thead th:not(:first-child) {
    293301    text-align: center;
     
    312320    list-style: none;
    313321    text-align: justify;
     322}
     323
     324/** TABS **/
     325.nav-tabs-custom > .nav-tabs > li.active {
     326    border-left: 1px solid #41B9B7;border-right: 1px solid #41B9B7;
     327}
     328
     329/** Bordes entre columnas **/
     330.border-between > [class*='col-']:before {
     331   background: #41B9B7;
     332   bottom: 0;
     333   content: " ";
     334   left: 0;
     335   position: absolute;
     336   width: 2px;
     337   top: 0;
     338}
     339
     340.border-between > [class*='col-']:first-child:before {
     341   display: none;
    314342}
    315343
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.