summaryrefslogtreecommitdiffstats
path: root/leafymiracle/static/css/leafy.css
blob: 07d26795be35a43fe123a082182b6d0176be4572 (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
29
30
31
32
33
34
35
36
37
#leafy_graph {
        width: 100%;
}

#leafy_graph-canvaswidget {
        margin: auto;
}

.outer {
        width: 100%;
        margin-top:-8px;
        margin-bottom:-15px;
}

img.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 0;
}

.searchbar-wrapper {
        position: absolute;
        float: right;
        float: top;
}

.ui-autocomplete {
        font-size: 75%;
        width: 180px;

        /* vertical scrollbar on */
        max-height: 600px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
}