summaryrefslogtreecommitdiff
path: root/addons/website_google_map/static/src/css/website_google_map.css
blob: 3d5ec1d8f2dede47b753299a2dad53e2666c1aff (plain)
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
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#odoo-google-map {
    width: 100%;
    height: 100%;
}

.marker {
    font-size: 13px !important;
}

.marker a {
    text-decoration: none;
}

.marker pre {
    margin-top: 0;
    margin-bottom: 0;
    font-family: sans-serif !important;
}