src/ztfy/myams/resources/less/tables.less
changeset 34 7b2783dcbad5
parent 0 8a19e25e39e4
child 62 2f2dadb6b993
equal deleted inserted replaced
33:2a5eba8b289a 34:7b2783dcbad5
     1 /*
     1 /*
     2  * Tables and datatables
     2  * Tables and datatables
     3  */
     3  */
       
     4 
       
     5 .table-full {
       
     6 	width: 100%;
       
     7 }
     4 
     8 
     5 .table-wrap {
     9 .table-wrap {
     6 	overflow: auto;
    10 	overflow: auto;
     7 }
    11 }
     8 
    12 
    54 			}
    58 			}
    55 		}
    59 		}
    56 	}
    60 	}
    57 	.no-padding .note-editable & {
    61 	.no-padding .note-editable & {
    58 		border: 1px solid #ddd!important;
    62 		border: 1px solid #ddd!important;
       
    63 	}
       
    64 }
       
    65 
       
    66 tr.bordered-bottom {
       
    67 	th,
       
    68 	td {
       
    69 		border-bottom: 1px solid #ddd;
    59 	}
    70 	}
    60 }
    71 }
    61 
    72 
    62 .dt-row {
    73 .dt-row {
    63 	padding: 4px 10px;
    74 	padding: 4px 10px;