PluginProbe
Polylang / 0.8.4
Polylang v0.8.4
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.dev.css

admin.dev.css in Polylang 0.8.4, at css/admin.dev.css

104 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* languages admin panel */
2 .column-term_group, .column-flag, .column-count {
3 width : 10%;
4 }
5
6 .form-field input.tog {
7 width: auto;
8 margin-right: 2px;
9 }
10
11 /* about Polylang metabox */
12 #pll_about_box p {
13 text-align: justify;
14 }
15
16 #pll_about_box input {
17 margin: 0;
18 padding: 0;
19 float: right;
20 }
21
22 /* strings translation table */
23 .stringstranslations .column-name {
24 width: 10%;
25 }
26
27 .stringstranslations .column-string {
28 width: 36%;
29 }
30
31 .translation label {
32 display: inline-block;
33 width: 23%;
34 }
35
36 .translation input {
37 width: 72%;
38 }
39
40 /* language columns in edit.php and edit-tags.php */
41 th[class*='column-language_'] {
42 width: 2em;
43 }
44
45 .pll_icon_edit, .pll_icon_add, .pll_icon_tick {
46 display: block;
47 width: 16px;
48 height: 16px;
49 background-image: url("icons.png");
50 }
51
52 .pll_icon_edit {background-position: 0px -24px;}
53 .pll_icon_add {background-position: -16px -24px;}
54 .pll_icon_tick {background-position: -32px -24px;}
55
56 .pll_icon_edit:hover {background-position: 0px -40px;}
57 .pll_icon_add:hover {background-position: -16px -40px;}
58 .pll_icon_tick:hover {background-position: -32px -40px;}
59
60 /* languages metabox in post.php */
61 #post-translations table {
62 width: 100%;
63 text-align: left;
64 font-size: 11px;
65 margin: 0 6px;
66 }
67
68 #post-translations td {
69 font-size: 11px;
70 }
71
72 /* language and translations in edit-tags.php */
73 #term-translations table {
74 width: 97%;
75 }
76
77 #term-translations th {
78 padding: 8px 10px;
79 }
80
81 #term-translations td {
82 font-size: 12px;
83 line-height: 26px;
84 margin-bottom: 9px;
85 padding: 4px 10px;
86 }
87
88 .tr-language-column {
89 width: 35%;
90 }
91
92 div#term-translations select[id*='tr_lang_'] {
93 width: 95%;
94 }
95
96 tr#term-translations select[id*='tr_lang_'] {
97 width: 65%;
98 }
99
100
101 .tr-edit-column {
102 width: 15%;
103 }
104