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 {
32 .olControlLayerSwitcher {
39 max-width: -moz-max-content;
42 /* setting opacity to .olControlLayerSwitcher does not work */
43 .olControlLayerSwitcher .layersDiv,
44 .olControlLayerSwitcher .maximizeDiv,
45 .olControlLayerSwitcher .minimizeDiv
47 filter:alpha(opacity=75);
50 .olControlLayerSwitcher .dataLayersDiv, .olControlLayerSwitcher .dataLbl {
53 .olControlLayerSwitcher .layersDiv {
54 padding: 5px 12px 5px 36px;
56 .olControlLayerSwitcher .maximizeDiv {
59 .olControlLayerSwitcher .minimizeDiv {
71 margin: 0px 45% 0px 15%;
72 padding-bottom: 0.5em;
74 @media screen and (max-width: 640px) {
89 z-index: 10; /* to be over nominatim-suggestions */
90 position: relative; /* otherwise, under #map in ie */
96 filter:alpha(opacity=85);
100 position: relative; /* otherwise, under #map in ie */
102 margin: 2px 10px 2px 0;
103 background-color: white;
104 text-decoration: none;
105 border: #1E90FF 2px solid;
106 padding: 2px 15px 2px 15px;
107 -moz-border-radius: 5px;
108 -webkit-border-radius: 5px;
110 background-color: white;
114 background-color: #E0E0FF;
118 margin-bottom: 0.5em;
121 text-decoration: underline;
126 text-decoration: none;
129 #path-infos-content {
131 padding: 4px 15px 15px 15px;
137 position: absolute; /* otherwise, under #map in ie */
142 filter:alpha(opacity=85);
143 background-color: white;
144 padding: 2px 15px 2px 15px;
145 -moz-border-radius: 5px;
146 -webkit-border-radius: 5px;
148 background-color: white;
153 z-index: 11; /* to be over login-controls */
157 background-color: white;
159 filter:alpha(opacity=85);
160 border: 1px solid gray;
162 -moz-border-radius: 5px;
163 -webkit-border-radius: 5px;
166 #data_controls_btns {
167 padding: 5px 10px 5px 10px;
174 border-bottom: 1px solid black;
178 padding: 15px 0 15px 0;
181 text-decoration: none;
184 border: 1px solid black;
188 border: 1px solid black;
193 padding: 25px 45px 20px 45px;
194 *width: 40%; /* otherwise takes all screen width in ie<7 */
208 filter:alpha(opacity=85);
209 background-color: white;
210 padding: 5px 1px 5px 1px;
211 position: relative; /* otherwise, under #map in ie */
215 /* nominatim-suggestions */
216 #nominatim-suggestions {
218 border: 2px solid blue;
219 -moz-border-radius: 8px;
220 -webkit-border-radius: 8px;
223 width: 360px\9; /* ie only */
224 background-color: white;
228 #nominatim-suggestions-list {
232 padding: 0 16px 0 12px;
234 #nominatim-suggestions-title {
238 #nominatim-suggestions-list li.current {
239 background-color: #D3D3D3;
241 .nominatim-suggestions-icon {
243 vertical-align: middle;
246 .nominatim-suggestions-link {
247 text-decoration: none;
253 background-color: white;
259 border: 1px solid gray;
261 filter:alpha(opacity=85);
269 margin: 0 35px 12px 35px;
275 #user_control_anchor {
280 margin: 0px 0px 12px 0px;
281 padding: 8px 2px 8px 2px;
282 background-color: #D3D3D3; /* lightgrey */
287 /* override opacity defined in .modal rule */
289 filter:alpha(opacity=100);