aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/sidebar.css
blob: 8208983b1f3be170f1f4b1adcfff1e8933402619 (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
/*
 * css for sidebar
 */

.navbar-bright {
    background-color: #111155;
    color: #fff;
}

.affix-top, .affix{
    position: static;
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        margin-top: 30px;
        width: 228px;
    }

    #sidebar.affix {
        position: fixed;
        top: 70px;
        width: 228px;
    }
}

#sidebar li.active {
    border: 0 #eee solid;
    border-left-width: 5px;
}