1 /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2 and is published under the AGPL license. */
15 top: 0; left: 0; right: 0;
21 background-color: gray;
23 filter:alpha(opacity=0.2);
26 .olControlAttribution {
40 margin: 0px 45% 0px 15%;
41 padding: 1.5em 1.5em 0.5em 1.5em;
43 @media screen and (max-width: 640px) {
58 z-index: 10; /* to be over nominatim-suggestions */
59 position: relative; /* otherwise, under #map in ie */
65 filter:alpha(opacity=85);
69 position: relative; /* otherwise, under #map in ie */
71 margin: 2px 10px 2px 0;
72 background-color: white;
73 text-decoration: none;
74 border: #1E90FF 2px solid;
75 padding: 2px 15px 2px 15px;
76 -moz-border-radius: 5px;
77 -webkit-border-radius: 5px;
79 background-color: white;
83 background-color: #E0E0FF;
87 text-decoration: underline;
92 padding: 4px 15px 15px 15px;
98 #path-export-content a {
99 text-decoration: none;
104 position: absolute; /* otherwise, under #map in ie */
109 filter:alpha(opacity=85);
110 background-color: white;
111 padding: 2px 15px 2px 15px;
112 -moz-border-radius: 5px;
113 -webkit-border-radius: 5px;
115 background-color: white;
120 z-index: 11; /* to be over login-controls */
124 background-color: white;
126 filter:alpha(opacity=85);
127 border: 1px solid gray;
129 -moz-border-radius: 5px;
130 -webkit-border-radius: 5px;
133 #data_controls_btns {
134 padding: 5px 10px 5px 10px;
141 border-bottom: 1px solid black;
145 padding: 15px 0 15px 0;
148 text-decoration: none;
151 border: 1px solid black;
155 border: 1px solid black;
160 padding: 25px 45px 20px 45px;
161 *width: 40%; /* otherwise takes all screen width in ie<7 */
175 filter:alpha(opacity=85);
176 background-color: white;
177 padding: 5px 1px 5px 1px;
178 position: relative; /* otherwise, under #map in ie */
182 /* nominatim-suggestions */
183 #nominatim-suggestions {
185 border: 2px solid blue;
186 -moz-border-radius: 8px;
187 -webkit-border-radius: 8px;
190 width: 360px\9; /* ie only */
191 background-color: white;
195 #nominatim-suggestions-list {
199 padding: 0 16px 0 12px;
201 #nominatim-suggestions-title {
205 #nominatim-suggestions-list li.current {
206 background-color: #D3D3D3;
208 .nominatim-suggestions-icon {
210 vertical-align: middle;
213 .nominatim-suggestions-link {
214 text-decoration: none;
220 background-color: white;
226 border: 1px solid gray;
228 filter:alpha(opacity=85);
236 margin: 0 35px 12px 35px;
242 #user_control_anchor {
247 margin: 0px 0px 12px 0px;
248 padding: 8px 2px 8px 2px;
249 background-color: #D3D3D3; /* lightgrey */
254 /* override opacity defined in .modal rule */
256 filter:alpha(opacity=100);