summaryrefslogtreecommitdiffstats
path: root/web/client.css
blob: 16d810c1a5a6e72c6da830fab133f27b7505e49a (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
/*
 * Copyright (c) 2012-2013 Kaarle Ritvanen
 * See LICENSE file for license details
 */


#status { min-height: 40px; }


.invalid {
    background-color: red;
    color: white;
}

.changed {
    background-color: lime;
    color: black;
}

.current {
    background-color: grey;
    color: white;
}


#modules { position: absolute; }

#modules li { list-style-type: none; }


#tabs, #content { margin-left: 150px; }

#tabs { padding: 0; }

#tabs li {
    display: inline-block;
    padding: 5px;
}