PluginProbe
Polylang / 3.1
Polylang v3.1
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/build/admin.css +37 -10 3.03.1 View file →
@@ -2,8 +2,21 @@
2 2 #add-lang select {
3 3 width: 95%;
4 4 }
5 5
6 +#add-lang label {
7 + margin: 0.35em 0 0.5em;
8 +}
9 +
10 +.pll-legend {
11 + display: block;
12 + padding: 2px 0;
13 + color: #1d2327;
14 + font-weight: 400;
15 + text-shadow: none;
16 + margin: 0.35em 0 0.5em;
17 +}
18 +
6 19 .column-locale,
7 20 .languages .column-slug {
8 21 width : 15%
9 22 }
@@ -29,13 +42,8 @@
29 42 .pll-circle:before{
30 43 content: "\25cf";
31 44 }
32 45
33 -.form-field input[type="radio"] {
34 - width: auto;
35 - margin-right: 2px;
36 -}
37 -
38 46 /* about Polylang metabox */
39 47 #pll-about-box p,
40 48 #pll-recommended p {
41 49 text-align: justify;
@@ -186,12 +194,21 @@
186 194 direction: inherit;
187 195 }
188 196
189 197 /* languages metabox in post.php */
198 +#ml_box p {
199 + margin-top: 1em;
200 +}
201 +
190 202 #post-translations p {
191 203 float: left;
204 + margin-top: 1em;
192 205 }
193 206
207 +.rtl #post-translations p {
208 + float: right;
209 +}
210 +
194 211 #post-translations table {
195 212 table-layout: fixed;
196 213 width: 100%;
197 214 clear: both;
@@ -221,15 +238,17 @@
221 238 background-position: center;
222 239 width: auto;
223 240 }
224 241
225 -.pll-column-icon {
226 - text-align: center;
242 +#select-post-language .pll-select-flag {
243 + padding: 4px;
244 + margin-right: 10px;
227 245 }
228 246
229 -#select-post-language .pll-select-flag {
230 - padding: 4px;
231 - margin-right: 32px;
247 +.rtl #select-post-language .pll-select-flag {
248 + padding: 4px;
249 + margin-right: 0px;
250 + margin-left: 10px;
232 251 }
233 252
234 253 /* specific cases for media */
235 254 #select-media-language .pll-select-flag {
@@ -310,8 +329,16 @@
310 329
311 330 #wpadminbar #wp-admin-bar-languages .ab-icon:before {
312 331 content: "\f326";
313 332 top: 1px;
333 +}
334 +
335 +#wp-admin-bar-languages.pll-filtered-languages {
336 + background: #a03f3f;
337 +}
338 +/* Enforce white color for WordPress admin light theme. */
339 +#wpadminbar #wp-admin-bar-languages.pll-filtered-languages span.ab-label{
340 + color: #fff;
314 341 }
315 342
316 343 /* Notices */
317 344 .pll-notice.notice {