1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
.locale-untranslated {
|
3 |
|
|
font-style: normal;
|
4 |
|
|
text-decoration: line-through;
|
5 |
|
|
}
|
6 |
|
|
|
7 |
|
|
#locale-translation-filter-form .form-item-language,
|
8 |
|
|
#locale-translation-filter-form .form-item-translation,
|
9 |
|
|
#locale-translation-filter-form .form-item-group {
|
10 |
|
|
float: left;
|
11 |
|
|
padding-right: .8em;
|
12 |
|
|
margin: 0.1em;
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
width: 15em;
|
19 |
|
|
}
|
20 |
|
|
#locale-translation-filter-form .form-type-select select {
|
21 |
|
|
width: 100%;
|
22 |
|
|
}
|
23 |
|
|
#locale-translation-filter-form .form-actions {
|
24 |
|
|
float: left;
|
25 |
|
|
padding: 3ex 0 0 1em;
|
26 |
|
|
}
|
27 |
|
|
.language-switcher-locale-session a.active {
|
28 |
|
|
color: #0062A0;
|
29 |
|
|
}
|
30 |
|
|
.language-switcher-locale-session a.session-active {
|
31 |
|
|
color: #000000;
|
32 |
|
|
} |