PluginProbe
Polylang / 0.7
Polylang v0.7
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
polylang / css / admin.css

admin.css in Polylang 0.7, at css/admin.css

73 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #term-translations table {
2 width: 97%;
3 }
4
5 #term-translations th {
6 padding: 8px 10px;
7 }
8
9 #term-translations td {
10 font-size: 12px;
11 line-height: 26px;
12 margin-bottom: 9px;
13 padding: 4px 10px;
14 }
15
16 .tr-language-column {
17 width: 35%;
18 }
19
20 .tr-edit-column {
21 width: 15%;
22 }
23
24 #post-translations table {
25 width: 100%;
26 text-align: left;
27 font-size: 11px;
28 margin: 0 6px;
29 }
30
31 #post-translations td {
32 font-size: 11px;
33 }
34
35 .form-field input.tog {
36 width: auto;
37 margin-right: 2px;
38 }
39
40 .stringstranslations .column-name {
41 width: 10%;
42 }
43
44 .stringstranslations .column-string {
45 width: 36%;
46 }
47
48 .translation label {
49 display: inline-block;
50 width: 23%;
51 }
52
53 .translation input {
54 width: 72%;
55 }
56
57 .column-term_group, .column-flag, .column-count {
58 width : 10%;
59 }
60
61 .pll_icon_add, .pll_icon_edit {
62 display: block;
63 width: 16px;
64 height: 16px;
65 background-image: url("icons.png");
66 }
67
68 .pll_icon_edit {background-position: 0px -24px;}
69 .pll_icon_add {background-position: 16px -24px;}
70
71 .pll_icon_edit:hover {background-position: 0px -40px;}
72 .pll_icon_add:hover {background-position: 16px -40px;}
73