Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/webroot/css/localizers.css
blob: 6213973f03525176b8baec832e3cb30e535cde16 (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
53
54
55
56
57
58
/* Global */
div.error {
    background: #ffa5a5;
    border: 1px solid red;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    margin: 5px 0 5px 0;
}

/* summary */
table.stats {
    float: none;
    width: 100%;
}
table.log {
    float: none;
}

table.stats td.title {
    width: 13em;
    font-weight: bold;
}
table.stats td.value {
    width: 7em;
}

/* pages */
table.stats th {
    text-align: left;
}
table.stats td.translated {
    color: green;
}
table.stats td.notTranslated {
    color: red;
}

/* other */
table.translatedSection {
    width: 100%;
}
table.translatedSection th {
    border-bottom: 1px solid gray;
}
table.translatedSection td {
    padding: 5px;
    font-size: 80%;
}
table.translatedSection td.field {
    font-weight: bold;
}
table.translatedSection td.enus {
    border-left: 1px solid gray;
}
table.translatedSection td.localized {
    border-left: 1px solid gray;
}