PluginProbe
Polylang / 1.1.6
Polylang v1.1.6
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 1.1.6, at css/admin.css

124 lines 2.1 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 #string-translation .search-box {
24 margin: 16px 0 8px 0;
25 }
26
27 .stringstranslations .column-name, .stringstranslations .column-context {
28 width: 10%;
29 }
30
31 .stringstranslations .column-string {
32 width: 33%;
33 }
34
35 .translation label {
36 display: inline-block;
37 width: 23%;
38 vertical-align: top;
39 }
40
41 .translation input, .translation textarea {
42 width: 72%;
43 }
44
45 /* settings */
46 .pll_inline_block {
47 margin: 0;
48 }
49
50 .pll_inline_block li {
51 display: inline-block;
52 margin: 0;
53 width: 250px;
54 }
55
56 /* language columns in edit.php and edit-tags.php */
57 th[class*='column-language_'] {
58 width: 2em;
59 }
60
61 .pll_icon_edit, .pll_icon_add, .pll_icon_tick {
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 .pll_icon_tick {background-position: -32px -24px;}
71
72 .pll_icon_edit:hover {background-position: 0px -40px;}
73 .pll_icon_add:hover {background-position: -16px -40px;}
74 .pll_icon_tick:hover {background-position: -32px -40px;}
75
76 /* languages metabox in post.php */
77 #post-translations table {
78 width: 100%;
79 text-align: left;
80 font-size: 11px;
81 margin: 0 6px;
82 }
83
84 #post-translations td {
85 font-size: 11px;
86 }
87
88 /* language and translations in edit-tags.php as well as media translations in upload.php */
89 #term-translations table {
90 width: 97%;
91 }
92
93 #term-translations th, .media-item .describe .media-translations th {
94 padding: 8px 10px;
95 }
96
97 #term-translations td, .media-item .describe .media-translations td {
98 font-size: 12px;
99 line-height: 26px;
100 margin-bottom: 9px;
101 padding: 4px 10px;
102 }
103
104 .tr-language-column {
105 width: 35%;
106 }
107
108 div#term-translations select[id*='tr_lang_'] {
109 width: 95%;
110 }
111
112 tr#term-translations select[id*='tr_lang_'] {
113 width: 65%;
114 }
115
116 .tr-edit-column {
117 width: 15%;
118 }
119
120 /* media translations in upload.php */
121 .media-translations {
122 width: 460px;
123 }
124