-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflight.css
71 lines (62 loc) · 1.25 KB
/
flight.css
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#selection, .active, #calroot {
-moz-border-radius:4px;
}
#selection {
font-family:sans-serif;
background:#333 url(images/h80.png);
height:56px;
padding:12px 0 12px 30px;
color:#ddd;
font-size:11px;
width:520px;
position: relative;
margin:0 auto;
-moz-box-shadow:0 0 10px #666;
-webkit-box-shadow:0 0 10px #666;
}
#selection label {
float:left;
width:215px;
display:block;
padding:6px;
border:1px solid transparent;
margin-right:30px;
}
#selection .active {
background-color:#fff;
color:#333;
border:1px solid #ccc;
border-bottom:0;
}
#selection .active input {
color:#333;
text-shadow:none;
}
/* date input */
#selection .date {
float:left;
display:block;
border:0;
background-color:#fff;
font-size:18px;
color:#000;
/* text-shadow:0 0 1px #000; */
margin: 3px 3px 3px 0;
width:180px;
cursor:pointer;
padding: 0;
}
/* date input trigger element */
#selection .caltrigger {
display:block;
width:30px;
height:32px;
float:left;
background:url(images/icon.jpg) no-repeat 0 0;
margin-top:-8px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
#selection .active .caltrigger {
background-position: 0 -32px;
}