source: sapic/static/DataTables/extensions/FixedColumns/css/fixedColumns.dataTables.css @ cd20b73

erwinexplicacion_situacionalgestion_usuariostaller_django
Last change on this file since cd20b73 was 57f6191, checked in by lhernandez <lhernandez@…>, 7 años ago

Agregado estructura del proyecto, desarrollado e implementado la gestion de usuario, por estabilizar la gestion de usuario segun diagramas de secuencias

  • Propiedad mode establecida a 100644
File size: 367 octetos
Línea 
1table.DTFC_Cloned thead,
2table.DTFC_Cloned tfoot {
3  background-color: white;
4}
5
6div.DTFC_Blocker {
7  background-color: white;
8}
9
10div.DTFC_LeftWrapper table.dataTable,
11div.DTFC_RightWrapper table.dataTable {
12  margin-bottom: 0;
13  z-index: 2;
14}
15div.DTFC_LeftWrapper table.dataTable.no-footer,
16div.DTFC_RightWrapper table.dataTable.no-footer {
17  border-bottom: none;
18}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.