diff --git a/app/Views/porelease_view.php b/app/Views/porelease_view.php index 8594fa2b..850ac09f 100644 --- a/app/Views/porelease_view.php +++ b/app/Views/porelease_view.php @@ -9,16 +9,37 @@ if(empty($Status)) ?> + .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #333;} + .modal-content { + width:1000px ! important; + } + + .modal + { + padding-right:25% ! important; + } + #Requisition_filter{ + float: inline-end; + } + #Requisition_wrapper .row .col-sm-4{ + flex-basis: 50%; + float: inline-end; + } + #Requisition_paginate .pagination { + flex-basis: 50%; + float: inline-end; + margin:0 0 15px; + } + #Requisition_wrapper .row:nth-child(3), #Requisition_wrapper .row:nth-child(1){ + padding: 0 15px; + } + #Requisition_info{ + margin-top: 5px; + } + .dataTables_wrapper{ + padding-bottom: 0; + } +