summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/navbar.less
blob: f0ce53e7187c67be1836e12d37f00d45b8e70e34 (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
.menu {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    border: 0;
    z-index: 1000000000;
    height: 40px;
    line-height: 40px;
    ul {
        padding: 0;
        margin: 0;
        li {
            padding: 0 0.6em;
            margin: 0;
            float: left;
            list-style: none;
        }
    }
}

.menu-right {
    right: 2em;
}

.menu-left {
    left: 2em;
}