1 /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2 and is published under the AGPL license. */
14 top: 0; left: 0; right: 0;
20 background-color: gray;
22 filter:alpha(opacity=0.2);
25 .olControlAttribution {
39 margin: 0px 45% 0px 15%;
40 padding: 1.5em 1.5em 0.5em 1.5em;
42 @media screen and (max-width: 640px) {
57 z-index: 10; /* to be over nominatim-suggestions */
58 position: relative; /* otherwise, under #map in ie */
64 filter:alpha(opacity=85);
68 position: relative; /* otherwise, under #map in ie */
70 margin: 2px 10px 2px 0;
71 background-color: white;
72 text-decoration: none;
73 border: #1E90FF 2px solid;
74 padding: 2px 15px 2px 15px;
75 -moz-border-radius: 5px;
76 -webkit-border-radius: 5px;
78 background-color: white;
82 background-color: #E0E0FF;
86 text-decoration: underline;
91 padding: 4px 15px 15px 15px;
97 #path-export-content a {
98 text-decoration: none;
103 position: absolute; /* otherwise, under #map in ie */
108 filter:alpha(opacity=85);
109 background-color: white;
110 padding: 2px 15px 2px 15px;
111 -moz-border-radius: 5px;
112 -webkit-border-radius: 5px;
114 background-color: white;
119 z-index: 11; /* to be over login-controls */
123 background-color: white;
125 filter:alpha(opacity=85);
126 border: 1px solid gray;
128 -moz-border-radius: 5px;
129 -webkit-border-radius: 5px;
132 #data_controls_btns {
133 padding: 5px 10px 5px 10px;
140 border-bottom: 1px solid black;
144 padding: 15px 0 15px 0;
147 text-decoration: none;
150 border: 1px solid black;
154 border: 1px solid black;
159 padding: 25px 45px 20px 45px;
160 *width: 40%; /* otherwise takes all screen width in ie<7 */
174 filter:alpha(opacity=85);
175 background-color: white;
176 padding: 5px 1px 5px 1px;
177 position: relative; /* otherwise, under #map in ie */
181 /* nominatim-suggestions */
182 #nominatim-suggestions {
184 border: 2px solid blue;
185 -moz-border-radius: 8px;
186 -webkit-border-radius: 8px;
189 width: 360px\9; /* ie only */
190 background-color: white;
194 #nominatim-suggestions-list {
198 padding: 0 16px 0 12px;
200 #nominatim-suggestions-title {
204 #nominatim-suggestions-list li.current {
205 background-color: #D3D3D3;
207 .nominatim-suggestions-icon {
209 vertical-align: middle;
212 .nominatim-suggestions-link {
213 text-decoration: none;
219 background-color: white;
225 border: 1px solid gray;
227 filter:alpha(opacity=85);
235 margin: 0 35px 12px 35px;
241 #user_control_anchor {
246 margin: 0px 0px 12px 0px;
247 padding: 8px 2px 8px 2px;
248 background-color: #D3D3D3; /* lightgrey */
253 /* override opacity defined in .modal rule */
255 filter:alpha(opacity=100);