summaryrefslogtreecommitdiff
path: root/assets/css/dashboard.css
blob: dc0771804d458454b3989ba046e7cdc1788f09f7 (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
/* dashboard */
#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.1em;
}

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

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