Subversion Repositories SmartDukaan

Rev

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

Rev 26745 Rev 27873
Line 1... Line -...
1
 
-
 
2
 <style>
1
<style>
3
	.table-striped > tbody > tr:nth-child(odd) > td{
-
 
4
  		background: white;
2
.grab { cursor: grab; }
5
  		background-color: white;
3
.grabbed { box-shadow: 0 0 13px #000; }
6
	}
-
 
7
	.table-striped > tbody > tr:nth-child(even) > td{
4
.grabCursor, .grabCursor * { cursor: grabbing !important; }
8
  		background: white;
-
 
9
  		background-color:white;
-
 
10
	}
-
 
11
	.table-striped > tbody > tr:hover > td,
-
 
12
	.table-striped > tbody > tr:hover {
-
 
13
		background-color: #e98c8f;
-
 
14
	  	color:white;
-
 
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
	.sale-details{
-
 
25
		cursor:pointer;
-
 
26
	}
-
 
27
</style>
5
</style>	
28
 
6
 
29
 
7
 
30
 
8
 
31
<section class="wrapper">
9
<section class="wrapper">
32
	<div class="row">
10
	<div class="row">
Line 63... Line 41...
63
						<th>Actions</th>
41
						<th>Actions</th>
64
					</tr>
42
					</tr>
65
				</thead>
43
				</thead>
66
				<tbody>
44
				<tbody>
67
				#foreach($webListing in $webListings)
45
				#foreach($webListing in $webListings)
68
					<tr data-id="$webListing.getId()">
46
					<tr class="grab" data-id="$webListing.getId()">
69
						<td>$webListing.getId()</td>
47
						<td>$webListing.getId()</td>
70
						<td><a href="javascript:void(0)" data-id="$webListing.getId()" class="listing-details">$webListing.getTitle()</a></td>
48
						<td><a href="javascript:void(0)" data-id="$webListing.getId()" class="listing-details">$webListing.getTitle()</a></td>
71
						<td>$webListing.getRank()</td>
49
						<td>$webListing.getRank()</td>
72
						<td>$webListing.getUrl()</td>
50
						<td>$webListing.getUrl()</td>
73
						<td></td>
51
						<td></td>