dnd_with_dom.css
1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body {
padding: 10px;
}
.availableLot {
width: 105px;
border: 1px solid #999999;
padding: 10px;
height: 290px;
-moz-border-radius: 17px;
-webkit-border-radius: 17px;
}
.rented, .repair {
width: 195px;
}
.availableLot div {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 85px;
border: 1px solid #666666;
padding: 3px;
background-color: #FFFFFF;
margin: 5px;
cursor: move;
text-align: center;
}
#cars div, #trucks div {
margin: 5px;
width: 85px;
}
#repair div, #rented div {
float: left;
margin: 2px;
/*padding: 3px;*/
}
.imgThumb {
height: 57px;
width: 77px;
border: 1px solid #777777;
}
.dropOK {
background-color: #99ff99 !important;
}
.dropNotOK {
border: 1px solid #FF0000 !important;
}