PluginProbe
Polylang / 2.1
Polylang v2.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/admin.css +6 -42 2.8.22.1 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;
@@ -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 }
@@ -244,9 +220,9 @@
244 220 }
245 221
246 222 #term-translations p {
247 223 /* same style as label */
248 - font-weight: 400;
224 + font-size: 12px;
249 225 font-style: normal;
250 226 padding: 2px;
251 227 color: #23282d;
252 228 }
@@ -271,12 +247,14 @@
271 247 font-weight: normal;
272 248 }
273 249
274 250 /* icon fonts */
251 +.pll_icon_tick:before {
252 + content: "\f147";
253 +}
275 254 .pll_icon_add:before {
276 255 content: "\f132";
277 256 }
278 -
279 257 .pll_icon_edit:before {
280 258 content: "\f464";
281 259 }
282 260
@@ -297,22 +275,8 @@
297 275
298 276 #wpadminbar #wp-admin-bar-languages .ab-icon:before {
299 277 content: "\f326";
300 278 top: 1px;
301 -}
302 -
303 -/* Notices */
304 -.pll-notice.notice {
305 - padding-right: 38px;
306 - position: relative;
307 -}
308 -
309 -.pll-notice a.notice-dismiss {
310 - text-decoration: none;
311 -}
312 -
313 -.pll-notice .button {
314 - margin-right: 10px;
315 279 }
316 280
317 281 @media screen and ( max-width: 782px ) {
318 282 /* settings */