EVOLUTION-NINJA
Edit File: fabricinword.php
<div class="page-content-wrapper"> <div class="page-content"> <h3 class="page-title">Fabric Inword</h3> <?php $this->load->view('templates/nav_menu'); ?> <form action="" > <table> <tr> <td style="padding:0;" scope="row"> <table class="inner"> <tr><th>Vendor Invoice</th></tr> <tr><th>Vendor Name</th></tr> <tr><th>nward Date</th></tr> </table> </td> <td style="padding:0;"> <table class="inner"> <tr><th style="width:109px;">.</th></tr> <tr><th style="width:109px;">.</th></tr> <tr><th style="width:109px;">.</th></tr> </table> </td> <td style="width:60%"></td> <td style="width:15%"></td> </tr> </table> <table> <thead class="thead-default"> <tr> <th colspan="1">Sl. No.</th> <th colspan="8">Product Name</th> <th colspan="2">Width</th> <th colspan="2">Shade</th> <th colspan="2">Design No.</th> <th colspan="2">Ordered Mtrs</th> <th colspan="2">Recived Mtrs</th> <th colspan="2">Recived Weight</th> <th colspan="2">Vendor Piece No.</th> <th colspan="2">Remarks</th> </tr> </thead> <tbody> <tr> <th colspan="1">1</th> <th colspan="8">Silk Fabric Blue</th> <th colspan="2">140 Cms</th> <th colspan="2">White</th> <th colspan="2">Free Text</th> <th colspan="2">100</th> <th colspan="2">50</th> <th colspan="2">.</th> <th colspan="2">.</th> <th colspan="2">.</th> </tr> <tr> <th colspan="1">2</th> <th colspan="8">Polyester</th> <th colspan="2">140 Cms</th> <th colspan="2">White</th> <th colspan="2" contenteditable="true">Free Text</th> <th colspan="2">100</th> <th colspan="2">50</th> <th colspan="2">.</th> <th colspan="2">.</th> <th colspan="2">.</th> </tr> <tr> <th colspan="1">3</th> <th colspan="8">Cotton</th> <th colspan="2">140 Cms</th> <th colspan="2">White</th> <th colspan="2">Free Text</th> <th colspan="2">100</th> <th colspan="2">50</th> <th colspan="2">.</th> <th colspan="2">.</th> <th colspan="2">.</th> </tr> </tbody> </table> <button type="button" class="btn center-block" style="margin-top: 2%;">Submit</button> </form> </div> <!-- page-content --> </div> <style type="text/css"> .thead-default{ background:#337ab7; color:white; } .table{ margin-bottom:0 !important; //width:auto !important; } th, td{ border:1px solid gray; padding:6px; } .inner th{ border:transparent !important; } .inner tr{ border-bottom:1px solid gray; } table{ width:100%; } </style>