Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 rsolanki 1
ul.sortable li {
2
	position: relative;
3
}
4
 
5
ul.boxy {
6
	list-style-type: none;
7
	padding: 0px;
8
	margin: 0px;
9
	width: 10em;
10
	font-size: 13px;
11
	font-family: Arial, sans-serif;
12
}
13
ul.boxy li {
14
	cursor:move;
15
	padding: 2px 2px;
16
	border: 1px solid #ccc;
17
	background-color: #eee;
18
}
19
.clickable a {
20
	display: block;
21
	text-decoration: none;
22
	cursor: pointer;
23
	cursor: hand;
24
}
25
.clickable li:hover {
26
	background-color: #f6f6f6;
27
}