Projekt

Obecné

Profil

Stáhnout (700 Bajtů) Statistiky
| Větev: | Revize:
1 19963e5b kohlicekjan
* {
2
    padding: 0;
3
    margin: 0;
4
}
5
6
html, body {
7
    min-height: 100% !important;
8
    width: 100%;
9
    height: 100%;
10
    padding: 0;
11
    margin: 0;
12
}
13
14
#search {
15
    min-height: 100%;
16
    background: #CFD8DC;
17
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
18
    z-index: 20;
19
    overflow: auto;
20
}
21
22
23
#search header h1 {
24
    line-height: 1rem;
25
    font-size: 1rem;
26
    font-weight: bold;
27
}
28
29
#search footer {
30
    position: absolute;
31
    right: 0;
32
    bottom: 0;
33
    left: 0;
34
    font-size: 0.8rem;
35
}
36
37
#graph {
38
    min-height: 100%;
39
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
40
    z-index: 10;
41
    overflow: auto;
42
}
43
44
#map {
45
    padding: 0;
46
    margin: 0;
47
    overflow: hidden;
48
}
49
50