16 lines
950 B
CSS
16 lines
950 B
CSS
.mgr-5px{margin-right:5px;}
|
|
#productsBox .col-sm-3{margin-bottom:5px;}
|
|
#productsBox .input-group {table-layout: fixed; width: 100%;}
|
|
#productsBox .has-branch .chosen-container {width: 70%!important}
|
|
#productsBox .has-branch select {width: 100%; display: table-cell; border-radius: 0 2px 2px 0; border-left: none;}
|
|
#productsBox .has-branch select:focus {box-shadow: inset 1px 0 #4d90fe}
|
|
|
|
.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;}
|