|
15 | 15 | margin-left: 20px;
|
16 | 16 | width: 875px;
|
17 | 17 | font: normal 12px Arial, Helvetica, sans-serif;
|
18 |
| - color: #333; |
| 18 | + color: #333333; |
19 | 19 | }
|
20 | 20 | .bh-storelocator-container .bh-storelocator-form-container {
|
21 | 21 | clear: left;
|
|
38 | 38 | .bh-storelocator-container .form-input input {
|
39 | 39 | padding: 4px;
|
40 | 40 | line-height: 16px;
|
41 |
| - border: 1px solid #ccc; |
| 41 | + border: 1px solid #cccccc; |
42 | 42 | }
|
43 | 43 | .bh-storelocator-container #address {
|
44 | 44 | margin: 0 0 0 10px;
|
|
50 | 50 | padding: 3px 6px;
|
51 | 51 | background: #ae2118;
|
52 | 52 | border: 1px solid #961f17;
|
53 |
| - color: #fff; |
| 53 | + color: #ffffff; |
54 | 54 | -webkit-border-radius: 4px;
|
55 | 55 | border-radius: 4px;
|
56 | 56 | }
|
|
103 | 103 | .bh-storelocator-container .bh-storelocator-map-container a:active {
|
104 | 104 | text-decoration: underline;
|
105 | 105 | }
|
106 |
| -.bh-storelocator-container .bh-storelocator-map-container .custom-marker { |
107 |
| - width: 32px; |
108 |
| - height: 37px; |
109 |
| - color: #fff; |
110 |
| - background: url(../img/custom-marker.png) no-repeat; |
111 |
| - padding: 3px; |
112 |
| - cursor: pointer; |
113 |
| -} |
114 | 106 | .bh-storelocator-container .bh-storelocator-loc-list {
|
115 | 107 | float: left;
|
116 | 108 | width: 240px;
|
|
132 | 124 | margin: 6px 10px;
|
133 | 125 | cursor: pointer;
|
134 | 126 | width: 200px;
|
135 |
| - border: 1px solid #fff; |
| 127 | + border: 1px solid #ffffff; |
136 | 128 | /* Adding this to prevent moving li elements when adding the list-focus class*/
|
137 | 129 | }
|
138 | 130 | .bh-storelocator-container .bh-storelocator-loc-list .list-label {
|
|
142 | 134 | width: 17px;
|
143 | 135 | text-align: center;
|
144 | 136 | background: #451400;
|
145 |
| - color: #fff; |
| 137 | + color: #ffffff; |
146 | 138 | font-weight: bold;
|
147 | 139 | }
|
148 | 140 | .bh-storelocator-container .bh-storelocator-loc-list .list-details {
|
|
167 | 159 | }
|
168 | 160 | .bh-storelocator-container .loc-name {
|
169 | 161 | /* Picked up by both list and infowindows */
|
170 |
| - color: #AD2118; |
| 162 | + color: #ae2118; |
171 | 163 | font-weight: bold;
|
172 | 164 | }
|
173 | 165 | .bh-storelocator-container .bh-storelocator-map {
|
174 | 166 | float: left;
|
175 | 167 | width: 635px;
|
176 | 168 | height: 530px;
|
177 | 169 | }
|
| 170 | +.bh-storelocator-container .bh-storelocator-pagination-container { |
| 171 | + clear: both; |
| 172 | +} |
| 173 | +.bh-storelocator-container .bh-storelocator-pagination-container ol { |
| 174 | + list-style-type: none; |
| 175 | + text-align: center; |
| 176 | + margin: 0; |
| 177 | + padding: 10px 0; |
| 178 | +} |
| 179 | +.bh-storelocator-container .bh-storelocator-pagination-container ol li { |
| 180 | + display: inline-block; |
| 181 | + padding: 10px; |
| 182 | + cursor: pointer; |
| 183 | + font: bold 14px Arial, Helvetica, sans-serif; |
| 184 | + color: #ae2118; |
| 185 | + text-decoration: underline; |
| 186 | +} |
| 187 | +.bh-storelocator-container .bh-storelocator-pagination-container ol .bh-storelocator-current { |
| 188 | + color: #333333; |
| 189 | + cursor: auto; |
| 190 | + text-decoration: none; |
| 191 | +} |
178 | 192 | /* Modal window */
|
179 | 193 | .bh-storelocator-overlay {
|
180 | 194 | position: fixed;
|
|
194 | 208 | width: 920px;
|
195 | 209 | height: 590px;
|
196 | 210 | z-index: 10010;
|
197 |
| - background: #fff; |
| 211 | + background: #ffffff; |
198 | 212 | border-radius: 10px;
|
199 | 213 | box-shadow: 0 0 10px #656565;
|
200 | 214 | }
|
|
211 | 225 | height: 18px;
|
212 | 226 | cursor: pointer;
|
213 | 227 | background: #2c2c2c url(../img/close-icon.png) 3px 3px no-repeat;
|
214 |
| - border: 1px solid #000; |
| 228 | + border: 1px solid #000000; |
215 | 229 | border-radius: 3px;
|
216 | 230 | box-shadow: 0 0 3px #656565;
|
217 | 231 | }
|
|
0 commit comments