Subversion Repositories SmartDukaan

Rev

Rev 27474 | Rev 35064 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27474 Rev 27488
Line 1... Line 1...
1
<style>
1
<style>
2
table tr th{
2
.saleTable tr th{
3
    color: 	#FFFFFF;
3
    color: 	#FFFFFF;
4
    padding-bottom:6px;
4
    padding-bottom:6px;
5
}
5
}
6
 
6
 
7
table tr td{
7
.saleTable tr td{
8
   
8
   
9
    padding-bottom:6px;
9
    padding-bottom:6px;
10
}
10
}
11
.blue-bg{
11
.blue-bg{
12
    box-shadow: 4px 4px 4px grey;
12
    box-shadow: 4px 4px 4px grey;
Line 17... Line 17...
17
 
17
 
18
 
18
 
19
 
19
 
20
</style>
20
</style>
21
 
21
 
22
		<table class="table table-striped" style="color:blue;">
22
		<table class="table table-striped saleTable" style="color:blue;" >
23
			<thead>
23
			<thead>
24
					 <tr>
24
					 <tr>
25
					 	<th></th>
25
					 	<th></th>
26
						 <th>Sales</th>
26
						 <th>Sales</th>
27
						 <th>MTD</th>
27
						 <th>MTD</th>