Statistics
| Branch: | Tag: | Revision:

root / static / css / style.css @ 4772922a

History | View | Annotate | Download (1.1 kB)

1
a.navbar-brand {
2
        padding: 0;
3
}
4

    
5
a.navbar-brand img {
6
        height: 100%;
7
}
8

    
9
html, body {
10
        height: 100%;
11
}
12

    
13
footer {
14
        height: 60px;
15
        background: #eee;
16
        text-align: center;
17
        padding: 25px;
18
}
19

    
20
footer.auth {
21
        padding: 8px;
22
}
23

    
24

    
25
#wrap {
26
        min-height: 100%;
27
        height: auto !important;
28
        margin: 0 auto -60px;
29
}
30

    
31
.push-top {
32
        height: 51px;
33
}
34

    
35
.push {
36
        height: 60px;
37
}
38

    
39
.home .squares {
40
        position: relative;
41
        margin: 600px auto 0;
42
        padding: 50px 0;
43
        z-index: 1000;
44
        background: white;
45
}
46

    
47
.home .squares .square > div {
48
        background: #9eb5bd;
49
        padding: 5%;
50
        text-align: center;
51
        height: 400px;
52
}
53

    
54
.home .squares .square > div:hover {
55
        background: #8da4ac;
56
}
57

    
58
.home .squares .square h3 {
59
        text-align: center;
60
}
61

    
62
.home #map_wrapper {
63
        position: fixed ;
64
        height: 600px;
65
        z-index: 0;
66
        left: 0;
67
        right: 0;
68
}
69

    
70
.headtitle {
71
        font-family: "Franklin Gothic Demi", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
72
        letter-spacing: -1px;
73
}
74

    
75
.closest #map_canvas{
76
        position: fixed !important;
77
        top: 52px;
78
        bottom: 60px;
79
        left: 0;
80
        right: 0;
81
        z-index: 10000;
82
}
83

    
84

    
85
.sidebar-nav .active {
86
        background: #eee;
87

    
88
}