-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathstyle.css
More file actions
72 lines (67 loc) · 1.49 KB
/
Copy pathstyle.css
File metadata and controls
72 lines (67 loc) · 1.49 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#main_toolbar {
padding: 0px;
padding-left: 5px;
margin-top: 4px;
margin-bottom: 0px;
margin-right: 5px;
border: 1px solid #000;
width: 120px;
height: 20px;
vertical-align: middle;
border-radius: 0px;
overflow: hidden;
background-color: #fff;
background: #fff url("http://maps.gstatic.com/mapfiles/arrow-down.png") no-repeat 90% 50%;
}
.mapChartsButton {
padding: 0px;
margin: 0;
margin-left: 0px;
margin-bottom: 0px;
width: 120px;
height: 20px;
vertical-align: middle;
border: 1px solid #000;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
form#charts_form{
width: 120px;
height: 20px;
vertical-align: middle;
padding: 0px;
padding-bottom:0px;
margin: 0px;
}
form select.mapChartsButton{
padding: 0px 0px;
width: 120px;
margin-bottom: 0px;
height: 20px;
border: none;
outline: none;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
form select.mapButton{
padding: 0px 0px;
width: 120px;
margin-bottom: 0px;
height: 20px;
border: none;
outline: none;
box-shadow: none;
background-color: transparent;
background-image: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}