root / drupal7 / modules / locale / locale.css @ 6d8023f2
1 |
|
---|---|
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; /* LTR */ |
11 |
padding-right: .8em; /* LTR */ |
12 |
margin: 0.1em; |
13 |
/**
|
14 |
* In Opera 9, DOM elements with the property of "overflow: auto"
|
15 |
* will partially hide its contents with unnecessary scrollbars when
|
16 |
* its immediate child is floated without an explicit width set.
|
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; /* LTR */ |
25 |
padding: 3ex 0 0 1em; /* LTR */ |
26 |
} |
27 |
.language-switcher-locale-session a.active { |
28 |
color: #0062A0; |
29 |
} |
30 |
.language-switcher-locale-session a.session-active { |
31 |
color: #000000; |
32 |
} |