| @@ -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,15 +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 */ | |
| 151 | +/* Text direcction in post.php and edit-tags.php */ | |
| 161 | 152 | .pll-dir-rtl textarea, |
| 162 | 153 | .pll-dir-rtl input[type="text"] { |
| 163 | 154 | direction: rtl; |
| 164 | 155 | } |
| @@ -244,9 +235,9 @@ | ||
| 244 | 235 | } |
| 245 | 236 | |
| 246 | 237 | #term-translations p { |
| 247 | 238 | /* same style as label */ |
| 248 | - font-weight: 400; | |
| 239 | + font-size: 12px; | |
| 249 | 240 | font-style: normal; |
| 250 | 241 | padding: 2px; |
| 251 | 242 | color: #23282d; |
| 252 | 243 | } |
| @@ -271,12 +262,14 @@ | ||
| 271 | 262 | font-weight: normal; |
| 272 | 263 | } |
| 273 | 264 | |
| 274 | 265 | /* icon fonts */ |
| 266 | +.pll_icon_tick:before { | |
| 267 | + content: "\f147"; | |
| 268 | +} | |
| 275 | 269 | .pll_icon_add:before { |
| 276 | 270 | content: "\f132"; |
| 277 | 271 | } |
| 278 | - | |
| 279 | 272 | .pll_icon_edit:before { |
| 280 | 273 | content: "\f464"; |
| 281 | 274 | } |
| 282 | 275 | |
| @@ -297,22 +290,8 @@ | ||
| 297 | 290 | |
| 298 | 291 | #wpadminbar #wp-admin-bar-languages .ab-icon:before { |
| 299 | 292 | content: "\f326"; |
| 300 | 293 | 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 | 294 | } |
| 316 | 295 | |
| 317 | 296 | @media screen and ( max-width: 782px ) { |
| 318 | 297 | /* settings */ |