Commit c7bf3d4d026ad6b4e3b1a496b89894db8ebc70b3
1 parent
d061d586
Exists in
master
remção da tag table e ajustes no css dos botões de seleção (select>
Showing
4 changed files
with
248 additions
and
48 deletions
Show diff stats
css/geral.css
... | ... | @@ -15,16 +15,56 @@ input[type=text]{ |
15 | 15 | -o-user-select: text; |
16 | 16 | user-select: text; |
17 | 17 | } |
18 | -/* | |
19 | -.olPopupCloseBox { | |
20 | - background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | |
21 | - cursor: pointer; | |
22 | - padding: 3px; | |
23 | - background-position: 7px 0px; | |
24 | - margin-right: -5px; | |
25 | - margin-top: -5px; | |
18 | +a:active { | |
19 | + outline: none; | |
26 | 20 | } |
21 | +/* | |
22 | +Popup do identifica no openlayers 3 | |
27 | 23 | */ |
24 | +.ol-popup { | |
25 | + position: absolute; | |
26 | + background-color: white; | |
27 | + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
28 | + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
29 | + padding: 8px; | |
30 | + border-radius: 10px; | |
31 | + border: 1px solid #cccccc; | |
32 | + bottom: 12px; | |
33 | + left: -50px; | |
34 | +} | |
35 | +.ol-popup:after, .ol-popup:before { | |
36 | + top: 100%; | |
37 | + border: solid transparent; | |
38 | + content: " "; | |
39 | + height: 0; | |
40 | + width: 0; | |
41 | + position: absolute; | |
42 | + pointer-events: none; | |
43 | +} | |
44 | +.ol-popup:after { | |
45 | + border-top-color: white; | |
46 | + border-width: 10px; | |
47 | + left: 48px; | |
48 | + margin-left: -10px; | |
49 | +} | |
50 | +.ol-popup:before { | |
51 | + border-top-color: #cccccc; | |
52 | + border-width: 11px; | |
53 | + left: 48px; | |
54 | + margin-left: -11px; | |
55 | +} | |
56 | +.ol-popup-closer { | |
57 | + text-decoration: none; | |
58 | + position: absolute; | |
59 | + top: 2px; | |
60 | + right: 1px; | |
61 | + cursor:pointer; | |
62 | +} | |
63 | +.ol-popup-closer:after { | |
64 | + content: "\2716"; | |
65 | + color: red; | |
66 | + font-size: 16px; | |
67 | +} | |
28 | 68 | /* |
29 | 69 | Ajusta altura dos controles do googlemaps |
30 | 70 | */ |
... | ... | @@ -269,10 +309,12 @@ Utilizado na janela do buscador INDE |
269 | 309 | } |
270 | 310 | |
271 | 311 | .toolTipBalaoTitulo { |
272 | - text-decoration: underline; | |
312 | + text-decoration: none; | |
273 | 313 | text-align: left; |
274 | 314 | font-size: 8pt; |
275 | 315 | font-weight: normal; |
316 | + margin-top: 8px; | |
317 | + margin-bottom: 2px; | |
276 | 318 | } |
277 | 319 | |
278 | 320 | .toolTipBalaoTexto { |
... | ... | @@ -280,13 +322,21 @@ Utilizado na janela do buscador INDE |
280 | 322 | font-size: 8pt; |
281 | 323 | background-color: #E0E0E0; |
282 | 324 | color: black; |
325 | + padding: 3px; | |
326 | + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
327 | + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
328 | + border-radius: 6px; | |
283 | 329 | } |
284 | 330 | |
285 | 331 | .toolTipBalaoTexto1 { |
286 | 332 | text-align: left; |
287 | 333 | font-size: 8pt; |
288 | - background-color: #F8F8F8; | |
334 | + background-color: #e5e5e5; | |
289 | 335 | color: black; |
336 | + padding: 3px; | |
337 | + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
338 | + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
339 | + border-radius: 6px; | |
290 | 340 | } |
291 | 341 | |
292 | 342 | fieldset { |
... | ... | @@ -1296,10 +1346,10 @@ h1 { |
1296 | 1346 | text-overflow: ellipsis; |
1297 | 1347 | font-size: 12px; |
1298 | 1348 | appearance: none; |
1299 | - background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1349 | + background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1300 | 1350 | @media (-webkit-min-device-pixel-ratio: 2), |
1301 | 1351 | (min-resolution: 192dpi) { |
1302 | - background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1352 | + background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1303 | 1353 | background-size: 16px 144px; |
1304 | 1354 | } |
1305 | 1355 | } | ... | ... |
css/i3geo6.css
... | ... | @@ -15,16 +15,56 @@ input[type=text]{ |
15 | 15 | -o-user-select: text; |
16 | 16 | user-select: text; |
17 | 17 | } |
18 | -/* | |
19 | -.olPopupCloseBox { | |
20 | -background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | |
21 | -cursor: pointer; | |
22 | -padding: 3px; | |
23 | -background-position: 7px 0px; | |
24 | -margin-right: -5px; | |
25 | -margin-top: -5px; | |
18 | +a:active { | |
19 | +outline: none; | |
26 | 20 | } |
21 | +/* | |
22 | +Popup do identifica no openlayers 3 | |
27 | 23 | */ |
24 | +.ol-popup { | |
25 | +position: absolute; | |
26 | +background-color: white; | |
27 | +-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
28 | +filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
29 | +padding: 8px; | |
30 | +border-radius: 10px; | |
31 | +border: 1px solid #cccccc; | |
32 | +bottom: 12px; | |
33 | +left: -50px; | |
34 | +} | |
35 | +.ol-popup:after, .ol-popup:before { | |
36 | +top: 100%; | |
37 | +border: solid transparent; | |
38 | +content: " "; | |
39 | +height: 0; | |
40 | +width: 0; | |
41 | +position: absolute; | |
42 | +pointer-events: none; | |
43 | +} | |
44 | +.ol-popup:after { | |
45 | +border-top-color: white; | |
46 | +border-width: 10px; | |
47 | +left: 48px; | |
48 | +margin-left: -10px; | |
49 | +} | |
50 | +.ol-popup:before { | |
51 | +border-top-color: #cccccc; | |
52 | +border-width: 11px; | |
53 | +left: 48px; | |
54 | +margin-left: -11px; | |
55 | +} | |
56 | +.ol-popup-closer { | |
57 | +text-decoration: none; | |
58 | +position: absolute; | |
59 | +top: 2px; | |
60 | +right: 1px; | |
61 | +cursor:pointer; | |
62 | +} | |
63 | +.ol-popup-closer:after { | |
64 | +content: "\2716"; | |
65 | +color: red; | |
66 | +font-size: 16px; | |
67 | +} | |
28 | 68 | /* |
29 | 69 | Ajusta altura dos controles do googlemaps |
30 | 70 | */ |
... | ... | @@ -242,22 +282,32 @@ width: 40px; |
242 | 282 | border: 0px solid white; |
243 | 283 | } |
244 | 284 | .toolTipBalaoTitulo { |
245 | -text-decoration: underline; | |
285 | +text-decoration: none; | |
246 | 286 | text-align: left; |
247 | 287 | font-size: 8pt; |
248 | 288 | font-weight: normal; |
289 | +margin-top: 8px; | |
290 | +margin-bottom: 2px; | |
249 | 291 | } |
250 | 292 | .toolTipBalaoTexto { |
251 | 293 | text-align: left; |
252 | 294 | font-size: 8pt; |
253 | 295 | background-color: #E0E0E0; |
254 | 296 | color: black; |
297 | +padding: 3px; | |
298 | +-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
299 | +filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
300 | +border-radius: 6px; | |
255 | 301 | } |
256 | 302 | .toolTipBalaoTexto1 { |
257 | 303 | text-align: left; |
258 | 304 | font-size: 8pt; |
259 | -background-color: #F8F8F8; | |
305 | +background-color: #e5e5e5; | |
260 | 306 | color: black; |
307 | +padding: 3px; | |
308 | +-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
309 | +filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
310 | +border-radius: 6px; | |
261 | 311 | } |
262 | 312 | fieldset { |
263 | 313 | text-align: left; |
... | ... | @@ -1154,10 +1204,10 @@ white-space: nowrap; |
1154 | 1204 | text-overflow: ellipsis; |
1155 | 1205 | font-size: 12px; |
1156 | 1206 | appearance: none; |
1157 | -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1207 | +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1158 | 1208 | @media (-webkit-min-device-pixel-ratio: 2), |
1159 | 1209 | (min-resolution: 192dpi) { |
1160 | -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1210 | +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1161 | 1211 | background-size: 16px 144px; |
1162 | 1212 | } |
1163 | 1213 | } | ... | ... |
css/i3geo6.css.php
... | ... | @@ -15,16 +15,56 @@ input[type=text]{ |
15 | 15 | -o-user-select: text; |
16 | 16 | user-select: text; |
17 | 17 | } |
18 | -/* | |
19 | -.olPopupCloseBox { | |
20 | -background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | |
21 | -cursor: pointer; | |
22 | -padding: 3px; | |
23 | -background-position: 7px 0px; | |
24 | -margin-right: -5px; | |
25 | -margin-top: -5px; | |
18 | +a:active { | |
19 | +outline: none; | |
26 | 20 | } |
21 | +/* | |
22 | +Popup do identifica no openlayers 3 | |
27 | 23 | */ |
24 | +.ol-popup { | |
25 | +position: absolute; | |
26 | +background-color: white; | |
27 | +-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
28 | +filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
29 | +padding: 8px; | |
30 | +border-radius: 10px; | |
31 | +border: 1px solid #cccccc; | |
32 | +bottom: 12px; | |
33 | +left: -50px; | |
34 | +} | |
35 | +.ol-popup:after, .ol-popup:before { | |
36 | +top: 100%; | |
37 | +border: solid transparent; | |
38 | +content: " "; | |
39 | +height: 0; | |
40 | +width: 0; | |
41 | +position: absolute; | |
42 | +pointer-events: none; | |
43 | +} | |
44 | +.ol-popup:after { | |
45 | +border-top-color: white; | |
46 | +border-width: 10px; | |
47 | +left: 48px; | |
48 | +margin-left: -10px; | |
49 | +} | |
50 | +.ol-popup:before { | |
51 | +border-top-color: #cccccc; | |
52 | +border-width: 11px; | |
53 | +left: 48px; | |
54 | +margin-left: -11px; | |
55 | +} | |
56 | +.ol-popup-closer { | |
57 | +text-decoration: none; | |
58 | +position: absolute; | |
59 | +top: 2px; | |
60 | +right: 1px; | |
61 | +cursor:pointer; | |
62 | +} | |
63 | +.ol-popup-closer:after { | |
64 | +content: "\2716"; | |
65 | +color: red; | |
66 | +font-size: 16px; | |
67 | +} | |
28 | 68 | /* |
29 | 69 | Ajusta altura dos controles do googlemaps |
30 | 70 | */ |
... | ... | @@ -242,22 +282,32 @@ width: 40px; |
242 | 282 | border: 0px solid white; |
243 | 283 | } |
244 | 284 | .toolTipBalaoTitulo { |
245 | -text-decoration: underline; | |
285 | +text-decoration: none; | |
246 | 286 | text-align: left; |
247 | 287 | font-size: 8pt; |
248 | 288 | font-weight: normal; |
289 | +margin-top: 8px; | |
290 | +margin-bottom: 2px; | |
249 | 291 | } |
250 | 292 | .toolTipBalaoTexto { |
251 | 293 | text-align: left; |
252 | 294 | font-size: 8pt; |
253 | 295 | background-color: #E0E0E0; |
254 | 296 | color: black; |
297 | +padding: 3px; | |
298 | +-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
299 | +filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
300 | +border-radius: 6px; | |
255 | 301 | } |
256 | 302 | .toolTipBalaoTexto1 { |
257 | 303 | text-align: left; |
258 | 304 | font-size: 8pt; |
259 | -background-color: #F8F8F8; | |
305 | +background-color: #e5e5e5; | |
260 | 306 | color: black; |
307 | +padding: 3px; | |
308 | +-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
309 | +filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
310 | +border-radius: 6px; | |
261 | 311 | } |
262 | 312 | fieldset { |
263 | 313 | text-align: left; |
... | ... | @@ -1154,10 +1204,10 @@ white-space: nowrap; |
1154 | 1204 | text-overflow: ellipsis; |
1155 | 1205 | font-size: 12px; |
1156 | 1206 | appearance: none; |
1157 | -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1207 | +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1158 | 1208 | @media (-webkit-min-device-pixel-ratio: 2), |
1159 | 1209 | (min-resolution: 192dpi) { |
1160 | -background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1210 | +background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1161 | 1211 | background-size: 16px 144px; |
1162 | 1212 | } |
1163 | 1213 | } | ... | ... |
css/i3geo_ferramentas6.css
... | ... | @@ -15,16 +15,56 @@ input[type=text]{ |
15 | 15 | -o-user-select: text; |
16 | 16 | user-select: text; |
17 | 17 | } |
18 | -/* | |
19 | -.olPopupCloseBox { | |
20 | - background: url("img/edit-delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); | |
21 | - cursor: pointer; | |
22 | - padding: 3px; | |
23 | - background-position: 7px 0px; | |
24 | - margin-right: -5px; | |
25 | - margin-top: -5px; | |
18 | +a:active { | |
19 | + outline: none; | |
26 | 20 | } |
21 | +/* | |
22 | +Popup do identifica no openlayers 3 | |
27 | 23 | */ |
24 | +.ol-popup { | |
25 | + position: absolute; | |
26 | + background-color: white; | |
27 | + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
28 | + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
29 | + padding: 8px; | |
30 | + border-radius: 10px; | |
31 | + border: 1px solid #cccccc; | |
32 | + bottom: 12px; | |
33 | + left: -50px; | |
34 | +} | |
35 | +.ol-popup:after, .ol-popup:before { | |
36 | + top: 100%; | |
37 | + border: solid transparent; | |
38 | + content: " "; | |
39 | + height: 0; | |
40 | + width: 0; | |
41 | + position: absolute; | |
42 | + pointer-events: none; | |
43 | +} | |
44 | +.ol-popup:after { | |
45 | + border-top-color: white; | |
46 | + border-width: 10px; | |
47 | + left: 48px; | |
48 | + margin-left: -10px; | |
49 | +} | |
50 | +.ol-popup:before { | |
51 | + border-top-color: #cccccc; | |
52 | + border-width: 11px; | |
53 | + left: 48px; | |
54 | + margin-left: -11px; | |
55 | +} | |
56 | +.ol-popup-closer { | |
57 | + text-decoration: none; | |
58 | + position: absolute; | |
59 | + top: 2px; | |
60 | + right: 1px; | |
61 | + cursor:pointer; | |
62 | +} | |
63 | +.ol-popup-closer:after { | |
64 | + content: "\2716"; | |
65 | + color: red; | |
66 | + font-size: 16px; | |
67 | +} | |
28 | 68 | /* |
29 | 69 | Ajusta altura dos controles do googlemaps |
30 | 70 | */ |
... | ... | @@ -269,10 +309,12 @@ Utilizado na janela do buscador INDE |
269 | 309 | } |
270 | 310 | |
271 | 311 | .toolTipBalaoTitulo { |
272 | - text-decoration: underline; | |
312 | + text-decoration: none; | |
273 | 313 | text-align: left; |
274 | 314 | font-size: 8pt; |
275 | 315 | font-weight: normal; |
316 | + margin-top: 8px; | |
317 | + margin-bottom: 2px; | |
276 | 318 | } |
277 | 319 | |
278 | 320 | .toolTipBalaoTexto { |
... | ... | @@ -280,13 +322,21 @@ Utilizado na janela do buscador INDE |
280 | 322 | font-size: 8pt; |
281 | 323 | background-color: #E0E0E0; |
282 | 324 | color: black; |
325 | + padding: 3px; | |
326 | + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
327 | + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
328 | + border-radius: 6px; | |
283 | 329 | } |
284 | 330 | |
285 | 331 | .toolTipBalaoTexto1 { |
286 | 332 | text-align: left; |
287 | 333 | font-size: 8pt; |
288 | - background-color: #F8F8F8; | |
334 | + background-color: #e5e5e5; | |
289 | 335 | color: black; |
336 | + padding: 3px; | |
337 | + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
338 | + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); | |
339 | + border-radius: 6px; | |
290 | 340 | } |
291 | 341 | |
292 | 342 | fieldset { |
... | ... | @@ -1296,10 +1346,10 @@ h1 { |
1296 | 1346 | text-overflow: ellipsis; |
1297 | 1347 | font-size: 12px; |
1298 | 1348 | appearance: none; |
1299 | - background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1349 | + background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1300 | 1350 | @media (-webkit-min-device-pixel-ratio: 2), |
1301 | 1351 | (min-resolution: 192dpi) { |
1302 | - background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 6px; | |
1352 | + background: transparent url("../imagens/menuarodwn8_nrm_1.gif") no-repeat scroll 99% 0px; | |
1303 | 1353 | background-size: 16px 144px; |
1304 | 1354 | } |
1305 | 1355 | } | ... | ... |