summaryrefslogtreecommitdiff
path: root/assets/css/src/dashboard.css
blob: aed805d850378715ec9968bacb478491c813adf4 (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
38
39
40
/* dashboard */

@media only screen and (min-width: 1280px) {

    #dashboard table {
        font-size: 0.9em;
    }

    .dashboard-left-column {
        width: 55%;
        float: left;
    }

    .dashboard-right-column {
        margin-left: 5%;
        width: 40%;
        float: left;
    }
}

.dashboard-project-stats span {
    font-size: 0.75em;
    margin-right: 10px;
    color: #999;
}

.dashboard-project-stats strong {
    font-size: 1.2em;
}

.dashboard-table-link {
    font-weight: bold;
    color: #444;
    text-decoration: none;
}

.dashboard-table-link:focus,
.dashboard-table-link:hover {
    color: #999;
}