Subversion Repositories SmartDukaan

Rev

Rev 21987 | Rev 22089 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21987 kshitij.so 1
<style>
2
	.table-striped > tbody > tr:nth-child(odd) > td{
3
  background: white;
4
  background-color: white;
5
}
6
.table-striped > tbody > tr:nth-child(even) > td{
7
  background: white;
8
  background-color:white;
9
}
10
.table-striped > tbody > tr:hover > td,
11
	.table-striped > tbody > tr:hover {
12
	  background-color: #6DC767;
13
	  color:white;
14
	  font-weight:600;
15
	}
16
	.btn:hover{
17
  	color: grey;
18
  	text-decoration: none;
19
	}
20
	.btn-primary:hover{
21
  	color: grey;
22
  	text-decoration: none;
23
	}
24
</style>
25
<section class="wrapper">            
26
	<div class="row">
27
		<div class="col-lg-12">
28
			<h3 class="page-header"><i class="icon_desktop"></i>BAD INVENTORY</h3>
29
			<ol class="breadcrumb">
22078 ashik.ali 30
				<li><i class="fa fa-home"></i><a href="${appContextPath}dashboard">Home</a></li>
21987 kshitij.so 31
				<li><i class="icon_desktop"></i>BAD INVENTORY</li>						  	
32
			</ol>
33
		</div>
34
	</div>
35
 
36
	 <div id="bad-inventory-search">
37
    	<div class="row">
38
    		<div class="col-lg-12">
39
                <div class="col-md-3 col-sm-3 col-xs-12 form-group pull-right top_search">
40
                  <div class="input-group">
41
                    <input type="text" class="form-control" id="bad-inventory-search-text"" placeholder="Search for product..." value="$searchTerm" />
42
                    <span class="input-group-btn">
43
                      <button class="btn btn-primary submit" id="bad-inventory-search-button" type="button">Go!</button>
44
                    </span>
45
                  </div>
46
                </div>
47
              </div>
48
         </div>
49
        </div>
50
         <div id="bad-inventory-table">
51
	         <div class="row">
52
	    		<div class="col-lg-12">
53
	    			<table class="table table-striped table-advance table-hover">
54
	    				<tbody>
55
	    					<tr>
56
	    						<th>Item Code</th>
57
	    						<th>Brand</th>
58
	    						<th>Model Name</th>
59
	    						<th>Model Number</th>
60
	    						<th>Color</th>
61
	    						<th>Type</th>
62
	    						<th>Quantity</th>
63
	    					</tr>
64
		    					<tr>
65
		    						<td colspan="7" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
66
		    					</tr>
67
	    				</tbody>
68
	    			</table>
69
	    		</div>
70
	    	</div>
71
    	</div>
72
</section>