12 lines
635 B
CSS
12 lines
635 B
CSS
.mgr-5px{margin-right:5px;}
|
|
#productsBox .col-sm-3{margin-bottom:5px;}
|
|
|
|
.table-children > td:first-child{border-left:2px solid #ccc;}
|
|
.table-children > td:last-child{border-right:2px solid #ccc;}
|
|
.fixed-left .table-children > td{border-right:none;}
|
|
.flexarea .table-children > td{border-left:none;border-right:none;}
|
|
.fixed-right .table-children > td{border-left:none;}
|
|
.table-children.table-child-top{border-top:2px solid #ccc;}
|
|
.table-children.table-child-bottom{border-bottom:2px solid #ccc;}
|
|
.table-striped>tbody>tr.table-children:nth-child(odd)>td, .table-striped>tbody>tr.table-children:nth-child(odd)>th{background-color:#fff;}
|