Improved www.ttss.krakow.pl
Jacek Kowalski
2017-04-15 57b8d31119e351b15ffbf90e7f133de7f2818081
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
html, body, #map {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}
 
#popup {
    color: black;
    background: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 12px;
}
#popup p {
    margin: 0;
    padding: 5px;
}
#popup .bold {
    font-weight: bold;
}
 
#title {
    top: .5em;
    left: .5em;
    padding: 2px .5em;
    font-weight: bold;
    background-color: rgba(255,255,255,.6);
}
#fail {
    top: -10em;
    right: 0.5em;
    background: red;
    color: white;
    font-weight: bold;
    padding: 5px;
}
.ol-zoom {
    top: 2.2em;
}
 
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}