aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/static/view.css
blob: 6520611e54379123f9b56197aad66b8624dfb91c (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
/* Special alert areas at the top of the page. */
.todo-div {
    background-color: #bbffbb;
}
.warning-div {
    background-color: #ffbb00;
}

/* Tab which has been selected. */
.tab-true {
    background-color: #ccccff;
    display: inline-block;
    font-size: 20px;
}
/* All other tabs. */
.tab-false {
    background-color: #8888ff;
    display: inline-block;
    font-size: 20px;
}
/* Spacers between tabs. */
.tab-spacer {
    display: inline-block;
}
/* The main working area (connected to the selected tab). */
.tab-main {
    background-color: #ccccff;
}

.update-results-button {
    font-size: 30px;
}

.show-only-button {
    font-size: 8px;
}
.show-all-button {
    font-size: 8px;
}

.image-link {
    text-decoration: none;
}