Commit | Line | Data |
---|---|---|
03ff3b4f DM |
1 | .path-admin-report-customlang .langmenubox, |
2 | .path-admin-report-customlang fieldset.buttonsbar, | |
3 | .path-admin-report-customlang .menu { | |
4 | margin: 5px auto; | |
5 | text-align: center; | |
6 | } | |
7 | ||
8 | .path-admin-report-customlang .menu .singlebutton, | |
9 | .path-admin-report-customlang .menu .singlebutton form, | |
10 | .path-admin-report-customlang .menu .singlebutton form div { | |
11 | display: inline; | |
12 | } | |
13 | ||
14 | ||
15 | .path-admin-report-customlang .mform.filterform { | |
16 | width: 70%; | |
17 | margin-left: auto; | |
18 | margin-right: auto; | |
19 | } | |
20 | ||
21 | .path-admin-report-customlang .mform.filterform .fitem .fitemtitle { | |
22 | width: 30%; | |
23 | } | |
24 | ||
25 | .path-admin-report-customlang .mform.filterform .fitem .felement { | |
26 | width: 60%; | |
27 | margin-left: 31%; | |
28 | } | |
29 | ||
30 | .path-admin-report-customlang #translator { | |
31 | width: 100%; | |
32 | } | |
33 | ||
34 | .path-admin-report-customlang #translator .standard, | |
35 | .path-admin-report-customlang #translator .local { | |
36 | min-width: 35%; | |
37 | } | |
38 | ||
39 | .path-admin-report-customlang #translator .customized { | |
40 | background-color: #e7f1c3; | |
41 | } | |
42 | ||
43 | .path-admin-report-customlang #translator .customized.outdated { | |
44 | background-color: #f3f2aa; | |
45 | } | |
46 | ||
47 | .path-admin-report-customlang #translator .modified { | |
48 | background-color: #ffd3d9; | |
49 | } | |
50 | ||
51 | .path-admin-report-customlang #translator .customized.modified { | |
52 | background-color: #d2ebff; | |
53 | } | |
54 | ||
55 | .path-admin-report-customlang #translator textarea { | |
56 | width: 100%; | |
57 | min-height: 4em; | |
58 | } |