| @@ -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,12 +142,11 @@ | ||
| 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 | 151 | /* Text direction in post.php and edit-tags.php */ |
| 161 | 152 | .pll-dir-rtl textarea, |
| @@ -271,8 +262,12 @@ | ||
| 271 | 262 | font-weight: normal; |
| 272 | 263 | } |
| 273 | 264 | |
| 274 | 265 | /* icon fonts */ |
| 266 | +.pll_icon_tick:before { | |
| 267 | + content: "\f147"; | |
| 268 | +} | |
| 269 | + | |
| 275 | 270 | .pll_icon_add:before { |
| 276 | 271 | content: "\f132"; |
| 277 | 272 | } |
| 278 | 273 | |
| @@ -307,12 +302,8 @@ | ||
| 307 | 302 | } |
| 308 | 303 | |
| 309 | 304 | .pll-notice a.notice-dismiss { |
| 310 | 305 | text-decoration: none; |
| 311 | -} | |
| 312 | - | |
| 313 | -.pll-notice .button { | |
| 314 | - margin-right: 10px; | |
| 315 | 306 | } |
| 316 | 307 | |
| 317 | 308 | @media screen and ( max-width: 782px ) { |
| 318 | 309 | /* settings */ |