summaryrefslogtreecommitdiffstats
path: root/web/client.css
blob: e9dabbfa8de0ce0993ecb2b5464067d6a5f7f7ab (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
41
42
43
44
45
46
47
48
49
50
51
52
/*
 * Copyright (c) 2012-2013 Kaarle Ritvanen
 * See LICENSE file for license details
 */


#status { height: 40px; }

#status p {
    position: absolute;
    top: 0;
    left: 15px;
}

#status div {
    position: absolute;
    top: 15px;
    right: 15px;
}

.hidden { display: none; }


.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;
}