PluginProbe
Polylang / 2.0.3
Polylang v2.0.3
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
← All changes | css/admin.css +9 -88 2.7.42.0.3 View file →
@@ -20,16 +20,8 @@
20 20 .icon-default-lang:before {
21 21 font-family: 'dashicons';
22 22 content: "\f155";
23 23 }
24 -.pll-icon:before{
25 - display: inline-block;
26 - text-align: left;
27 - width: 15px;
28 -}
29 -.pll-circle:before{
30 - content: "\25cf";
31 -}
32 24
33 25 .form-field input[type="radio"] {
34 26 width: auto;
35 27 margin-right: 2px;
@@ -47,8 +39,12 @@
47 39 float: right;
48 40 }
49 41
50 42 /* strings translation table */
43 +#string-translation .search-box {
44 + margin: 16px 0 8px 0;
45 +}
46 +
51 47 .stringstranslations .column-name,
52 48 .stringstranslations .column-context {
53 49 width: 10%;
54 50 }
@@ -68,12 +64,8 @@
68 64 width: 72%;
69 65 }
70 66
71 67 /* settings */
72 -.pll-settings {
73 - margin-top: 20px;
74 -}
75 -
76 68 .pll-settings .plugin-title {
77 69 width: 25%;
78 70 }
79 71
@@ -150,30 +142,14 @@
150 142 margin: 0 0 0 20px;
151 143 }
152 144
153 145 /* language columns in edit.php and edit-tags.php */
154 -.wp-list-table th[class*='column-language_'],
155 -.wp-list-table td[class*='column-language_'] {
146 +th[class*='column-language_'],
147 +td[class*='column-language_'] {
156 148 width: 1.5em;
157 - box-sizing: content-box; /* Override ACF 5.9.0 styles */
158 149 }
159 150
160 -/* Text direction in post.php and edit-tags.php */
161 -.pll-dir-rtl textarea,
162 -.pll-dir-rtl input[type="text"] {
163 - direction: rtl;
164 -}
165 151
166 -.pll-dir-ltr textarea,
167 -.pll-dir-ltr input[type="text"] {
168 - direction: ltr;
169 -}
170 -
171 -.pll-dir-ltr .tr_lang,
172 -.pll-dir-rtl .tr_lang {
173 - direction: inherit;
174 -}
175 -
176 152 /* languages metabox in post.php */
177 153 #post-translations p {
178 154 float: left;
179 155 }
@@ -188,9 +164,9 @@
188 164 text-decoration: none;
189 165 }
190 166
191 167 #post-translations .pll-language-column,
192 -#post-translations .pll-column-icon {
168 +#post-translations .pll-edit-column {
193 169 width: 20px;
194 170 }
195 171
196 172 #post-translations .tr_lang {
@@ -208,9 +184,9 @@
208 184 background-position: center;
209 185 width: auto;
210 186 }
211 187
212 -.pll-column-icon {
188 +.pll-edit-column {
213 189 text-align: center;
214 190 }
215 191
216 192 #select-post-language .pll-select-flag {
@@ -227,27 +203,8 @@
227 203 .pll-media-edit-column {
228 204 float: right;
229 205 }
230 206
231 -/* Languages metabox buttons */
232 -.pll-button {
233 - padding: 0;
234 - height: 20px;
235 - background: none;
236 - border: none;
237 - font-size: 20px;
238 - cursor: pointer;
239 -}
240 -
241 -.pll-button:not(.wp-ui-text-highlight) {
242 - color: #DDDDDD;
243 -}
244 -
245 -#pll-duplicate {
246 - float: right;
247 - margin: 13px 7px;
248 -}
249 -
250 207 /* language and translations in edit-tags.php */
251 208 .pll-translation-flag { /* also for media */
252 209 margin-right: 14px;
253 210 }
@@ -263,9 +220,9 @@
263 220 }
264 221
265 222 #term-translations p {
266 223 /* same style as label */
267 - font-weight: 400;
224 + font-size: 12px;
268 225 font-style: normal;
269 226 padding: 2px;
270 227 color: #23282d;
271 228 }
@@ -293,13 +250,11 @@
293 250 /* icon fonts */
294 251 .pll_icon_tick:before {
295 252 content: "\f147";
296 253 }
297 -
298 254 .pll_icon_add:before {
299 255 content: "\f132";
300 256 }
301 -
302 257 .pll_icon_edit:before {
303 258 content: "\f464";
304 259 }
305 260
@@ -320,42 +275,8 @@
320 275
321 276 #wpadminbar #wp-admin-bar-languages .ab-icon:before {
322 277 content: "\f326";
323 278 top: 1px;
324 -}
325 -
326 -/* Notices */
327 -.pll-notice.notice {
328 - padding-right: 38px;
329 - position: relative;
330 -}
331 -
332 -.pll-notice a.notice-dismiss {
333 - text-decoration: none;
334 -}
335 -
336 -.pll-notice .button {
337 - margin-right: 10px;
338 -}
339 -
340 -/* Bulk translate */
341 -.bulk-translate-save .button {
342 - margin-right: 20px;
343 -}
344 -
345 -#wpbody-content #pll-translate fieldset {
346 - display: inline-block;
347 - width: 300px;
348 -}
349 -
350 -#pll-translate .pll-translation-flag {
351 - margin-right: 0.3em;
352 -}
353 -
354 -#pll-translate .title {
355 - display: block;
356 - margin: 0.2em 0;
357 - line-height: 2.5;
358 279 }
359 280
360 281 @media screen and ( max-width: 782px ) {
361 282 /* settings */