-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapa.css
More file actions
71 lines (68 loc) · 1.11 KB
/
mapa.css
File metadata and controls
71 lines (68 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 22/07/2015, 08:21:16
Author : felipe.camargos
*/
.map {
height: 100%;
width: 100%;
}
.map:-moz-full-screen {
height: 100%;
}
.map:-webkit-full-screen {
height: 100%;
}
.map:-ms-fullscreen {
height: 100%;
}
.map:full-screen {
height: 100%;
}
.ol-custom{
right: .5em;
top: 2.3em;
}
.inv{
display: none;
}
.pagina{
height: 100%;
width: 100%;
}
body {
overflow-y:hidden;
}
.botaoContCad{
background-image: url(images/save.png);
width: 16px;
height: 16px;
background-position: center;
background-repeat: no-repeat;
}
.desligar{
height: 20px;
top: 80%;
left: 5px;
position: absolute;
z-index: 200000;
}
.btnDesligar {
background-image: url(images/desligar.png);
width: 16px;
height: 16px;
background-position: center;
background-repeat: no-repeat;
}
.ui-dialog-contain {
width: 92.5%;
max-width: 500px;
margin: 10% auto 15px auto;
padding: 0;
position: relative;
top: -15px;
}