12 lines
549 B
CSS
12 lines
549 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-children td{background-color:#fff!important;}
|