1
1
.leaflet-control-geocoder {
2
- border-radius : 4px ;
3
- background : white;
4
- min-width : 26px ;
5
- min-height : 26px ;
2
+ border-radius : 4px ;
3
+ background : white;
4
+ min-width : 26px ;
5
+ min-height : 26px ;
6
6
}
7
7
8
8
.leaflet-touch .leaflet-control-geocoder {
9
- min-width : 30px ;
10
- min-height : 30px ;
9
+ min-width : 30px ;
10
+ min-height : 30px ;
11
11
}
12
12
13
- .leaflet-control-geocoder a , .leaflet-control-geocoder .leaflet-control-geocoder-icon {
14
- border-bottom : none;
15
- display : inline-block;
13
+ .leaflet-control-geocoder a ,
14
+ .leaflet-control-geocoder .leaflet-control-geocoder-icon {
15
+ border-bottom : none;
16
+ display : inline-block;
16
17
}
17
18
18
19
.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a {
19
- width : inherit;
20
- height : inherit;
21
- line-height : inherit;
20
+ width : inherit;
21
+ height : inherit;
22
+ line-height : inherit;
22
23
}
23
24
24
- .leaflet-control-geocoder a : hover , .leaflet-control-geocoder .leaflet-control-geocoder-icon : hover {
25
- border-bottom : none;
26
- display : inline-block;
25
+ .leaflet-control-geocoder a : hover ,
26
+ .leaflet-control-geocoder .leaflet-control-geocoder-icon : hover {
27
+ border-bottom : none;
28
+ display : inline-block;
27
29
}
28
30
29
31
.leaflet-control-geocoder-form {
30
- display : none;
31
- vertical-align : middle;
32
+ display : none;
33
+ vertical-align : middle;
32
34
}
33
35
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
34
- display : inline-block;
36
+ display : inline-block;
35
37
}
36
38
.leaflet-control-geocoder-form input {
37
- font-size : 120% ;
38
- border : 0 ;
39
- background-color : transparent;
40
- width : 246px ;
39
+ font-size : 120% ;
40
+ border : 0 ;
41
+ background-color : transparent;
42
+ width : 246px ;
41
43
}
42
44
43
45
.leaflet-control-geocoder-icon {
44
- border-radius : 4px ;
45
- width : 26px ;
46
- height : 26px ;
47
- border : none;
48
- background-color : white;
49
- background-image : url (images/geocoder.png);
50
- background-repeat : no-repeat;
51
- background-position : center;
52
- cursor : pointer;
46
+ border-radius : 4px ;
47
+ width : 26px ;
48
+ height : 26px ;
49
+ border : none;
50
+ background-color : white;
51
+ background-image : url (images/geocoder.png);
52
+ background-repeat : no-repeat;
53
+ background-position : center;
54
+ cursor : pointer;
53
55
}
54
56
55
57
.leaflet-touch .leaflet-control-geocoder-icon {
56
- width : 30px ;
57
- height : 30px ;
58
+ width : 30px ;
59
+ height : 30px ;
58
60
}
59
61
60
62
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
61
- background-image : url (images/throbber.gif);
63
+ background-image : url (images/throbber.gif);
62
64
}
63
65
64
66
.leaflet-control-geocoder-form-no-error {
65
- display : none;
67
+ display : none;
66
68
}
67
69
68
70
.leaflet-control-geocoder-form input : focus {
69
- outline : none;
71
+ outline : none;
70
72
}
71
73
72
74
.leaflet-control-geocoder-form button {
73
- display : none;
75
+ display : none;
74
76
}
75
77
.leaflet-control-geocoder-error {
76
- margin-top : 8px ;
77
- margin-left : 8px ;
78
- display : block;
79
- color : # 444 ;
78
+ margin-top : 8px ;
79
+ margin-left : 8px ;
80
+ display : block;
81
+ color : # 444 ;
80
82
}
81
83
.leaflet-control-geocoder-alternatives {
82
- display : block;
83
- width : 272px ;
84
- list-style : none;
85
- padding : 0 ;
86
- margin : 0 ;
84
+ display : block;
85
+ width : 272px ;
86
+ list-style : none;
87
+ padding : 0 ;
88
+ margin : 0 ;
87
89
}
88
90
89
91
.leaflet-control-geocoder-alternatives-minimized {
90
- display : none;
91
- height : 0 ;
92
+ display : none;
93
+ height : 0 ;
92
94
}
93
95
.leaflet-control-geocoder-alternatives li {
94
- white-space : nowrap;
95
- display : block;
96
- overflow : hidden;
97
- padding : 5px 8px ;
98
- text-overflow : ellipsis;
99
- border-bottom : 1px solid # ccc ;
100
- cursor : pointer;
96
+ white-space : nowrap;
97
+ display : block;
98
+ overflow : hidden;
99
+ padding : 5px 8px ;
100
+ text-overflow : ellipsis;
101
+ border-bottom : 1px solid # ccc ;
102
+ cursor : pointer;
101
103
}
102
104
103
- .leaflet-control-geocoder-alternatives li a , .leaflet-control-geocoder-alternatives li a : hover {
104
- width : inherit;
105
- height : inherit;
106
- line-height : inherit;
107
- background : inherit;
108
- border-radius : inherit;
109
- text-align : left;
105
+ .leaflet-control-geocoder-alternatives li a ,
106
+ .leaflet-control-geocoder-alternatives li a : hover {
107
+ width : inherit;
108
+ height : inherit;
109
+ line-height : inherit;
110
+ background : inherit;
111
+ border-radius : inherit;
112
+ text-align : left;
110
113
}
111
114
112
115
.leaflet-control-geocoder-alternatives li : last-child {
113
- border-bottom : none;
116
+ border-bottom : none;
114
117
}
115
- .leaflet-control-geocoder-alternatives li : hover , .leaflet-control-geocoder-selected {
116
- background-color : # f5f5f5 ;
118
+ .leaflet-control-geocoder-alternatives li : hover ,
119
+ .leaflet-control-geocoder-selected {
120
+ background-color : # f5f5f5 ;
117
121
}
118
122
.leaflet-control-geocoder-address-detail {
119
-
120
123
}
121
124
.leaflet-control-geocoder-address-context {
122
- color : # 666 ;
123
- }
125
+ color : # 666 ;
126
+ }
0 commit comments