Subversion Repositories SmartDukaan

Rev

Rev 24845 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<style>
        .table-striped > tbody > tr:nth-child(odd) > td{
                background: white;
                background-color: white;
        }
        .table-striped > tbody > tr:nth-child(even) > td{
                background: white;
                background-color:white;
        }
        .table-striped > tbody > tr:hover > td,
        .table-striped > tbody > tr:hover {
                background-color: #e98c8f;
                color:white;
        }
        .btn:hover{
                color: grey;
                text-decoration: none;
        }
        .btn-primary:hover{
                color: grey;
                text-decoration: none;
        }
        .sale-details{
                cursor:pointer;
        }
</style>

<section class="wrapper">            
        <div class="row">
                <div class="col-lg-12">
                        <h3 class="page-header"><i class="icon_document_alt"></i>SALE</h3>
                        <ol class="breadcrumb">
                                <li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
                                <li><i class="icon_document_alt"></i>SEARCH ORDER</li>
                        </ol>
                </div>
        </div>
        
        <div>
        <div class="row">
                
                <div class="col-lg-3">
                <input type="text" class="form-control" id="search-order-text"" placeholder="Invoice Number" value="" />
                </div>
                <div class="col-md-1">
                <button class="btn btn-primary submit" id="search-order-button" type="button">Search</button>
                        </div>
                                
        </div>
        </div>
        
</section>
<div id="search-order-details-container" style="background:white;background-color:white;">
</div>