| @@ -1,36 +1,9 @@ | ||
| 1 | 1 | /* languages admin panel */ |
| 2 | -#add-lang select { | |
| 3 | - width: 95%; | |
| 4 | -} | |
| 5 | - | |
| 6 | -.column-locale, | |
| 7 | -.languages .column-slug { | |
| 8 | - width : 15% | |
| 9 | -} | |
| 10 | - | |
| 11 | -.column-default_lang { | |
| 12 | - width : 5%; | |
| 13 | -} | |
| 14 | - | |
| 15 | -.column-term_group, | |
| 16 | -.column-flag, .column-count { | |
| 2 | +.column-term_group, .column-flag, .column-count { | |
| 17 | 3 | width : 10%; |
| 18 | 4 | } |
| 19 | 5 | |
| 20 | -.icon-default-lang:before { | |
| 21 | - font-family: 'dashicons'; | |
| 22 | - content: "\f155"; | |
| 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 | - | |
| 33 | 6 | .form-field input[type="radio"] { |
| 34 | 7 | width: auto; |
| 35 | 8 | margin-right: 2px; |
| 36 | 9 | } |
| @@ -35,14 +8,13 @@ | ||
| 35 | 8 | margin-right: 2px; |
| 36 | 9 | } |
| 37 | 10 | |
| 38 | 11 | /* about Polylang metabox */ |
| 39 | -#pll-about-box p, | |
| 40 | -#pll-recommended p { | |
| 12 | +#pll_about_box p { | |
| 41 | 13 | text-align: justify; |
| 42 | 14 | } |
| 43 | 15 | |
| 44 | -#pll-about-box input { | |
| 16 | +#pll_about_box input { | |
| 45 | 17 | margin: 0; |
| 46 | 18 | padding: 0; |
| 47 | 19 | float: right; |
| 48 | 20 | } |
| @@ -47,10 +19,13 @@ | ||
| 47 | 19 | float: right; |
| 48 | 20 | } |
| 49 | 21 | |
| 50 | 22 | /* strings translation table */ |
| 51 | -.stringstranslations .column-name, | |
| 52 | -.stringstranslations .column-context { | |
| 23 | +#string-translation .search-box { | |
| 24 | + margin: 16px 0 8px 0; | |
| 25 | +} | |
| 26 | + | |
| 27 | +.stringstranslations .column-name, .stringstranslations .column-context { | |
| 53 | 28 | width: 10%; |
| 54 | 29 | } |
| 55 | 30 | |
| 56 | 31 | .stringstranslations .column-string { |
| @@ -62,127 +37,41 @@ | ||
| 62 | 37 | width: 23%; |
| 63 | 38 | vertical-align: top; |
| 64 | 39 | } |
| 65 | 40 | |
| 66 | -.translation input, | |
| 67 | -.translation textarea { | |
| 41 | +.translation input, .translation textarea { | |
| 68 | 42 | width: 72%; |
| 69 | 43 | } |
| 70 | 44 | |
| 71 | 45 | /* settings */ |
| 72 | -.pll-settings { | |
| 73 | - margin-top: 20px; | |
| 74 | -} | |
| 75 | - | |
| 76 | -.pll-settings .plugin-title { | |
| 77 | - width: 25%; | |
| 78 | -} | |
| 79 | - | |
| 80 | -#wpbody-content .pll-settings .pll-configure tr { | |
| 81 | - display: table-row; | |
| 82 | -} | |
| 83 | - | |
| 84 | -#wpbody-content .pll-settings .pll-configure td { | |
| 85 | - display: table-cell; | |
| 86 | -} | |
| 87 | - | |
| 88 | -#wpbody-content .pll-settings .pll-configure > td { | |
| 89 | - padding: 20px 20px 20px 40px; | |
| 90 | -} | |
| 91 | - | |
| 92 | -.pll-configure legend { | |
| 93 | - font-size: 14px; | |
| 94 | - font-weight: 600; | |
| 95 | - margin-bottom: 0.5em; | |
| 96 | -} | |
| 97 | - | |
| 98 | -.pll-configure td .description { | |
| 99 | - margin-top: 2px; | |
| 100 | - margin-bottom: 0.5em; | |
| 101 | -} | |
| 102 | - | |
| 103 | -.pll-configure p.submit { | |
| 104 | - margin-top: 20px; | |
| 105 | -} | |
| 106 | - | |
| 107 | -.pll-configure .button { | |
| 108 | - margin-right: 20px; | |
| 109 | -} | |
| 110 | - | |
| 111 | -.pll-configure fieldset { | |
| 112 | - margin-bottom: 1.5em; | |
| 113 | -} | |
| 114 | - | |
| 115 | -.pll-inline-block-list { | |
| 46 | +.pll_inline_block { | |
| 116 | 47 | margin: 0; |
| 117 | 48 | } |
| 118 | 49 | |
| 119 | -.pll-inline-block-list li { | |
| 50 | +.pll_inline_block li { | |
| 120 | 51 | display: inline-block; |
| 121 | 52 | margin: 0; |
| 122 | 53 | width: 250px; |
| 123 | 54 | } |
| 124 | 55 | |
| 125 | -/* settings URL modifications */ | |
| 126 | 56 | #pll-domains-table td { |
| 127 | 57 | padding: 2px 2px 2px 1.5em; |
| 128 | - -webkit-box-shadow: none; | |
| 129 | - box-shadow: none; | |
| 130 | - border: none; | |
| 131 | 58 | } |
| 132 | 59 | |
| 133 | -.pll-settings-url-col { | |
| 134 | - display: inline-block; | |
| 135 | - width: 49%; | |
| 136 | - vertical-align: top; | |
| 60 | +#pll-force-lang .description { | |
| 61 | + margin-top: 0; | |
| 62 | + margin-bottom: 0.5em; | |
| 137 | 63 | } |
| 138 | 64 | |
| 139 | -/* settings Activation keys */ | |
| 140 | -#pll-licenses-table td { | |
| 141 | - vertical-align: top; | |
| 142 | -} | |
| 143 | - | |
| 144 | -#pll-licenses-table label { | |
| 145 | - font-size: 1em; | |
| 146 | - font-weight: 600; | |
| 147 | -} | |
| 148 | - | |
| 149 | -.pll-configure .pll-deactivate-license { | |
| 150 | - margin: 0 0 0 20px; | |
| 151 | -} | |
| 152 | - | |
| 153 | 65 | /* 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_'] { | |
| 156 | - width: 1.5em; | |
| 157 | - box-sizing: content-box; /* Override ACF 5.9.0 styles */ | |
| 66 | +th[class*='column-language_'] { | |
| 67 | + width: 2em; | |
| 158 | 68 | } |
| 159 | 69 | |
| 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 | - | |
| 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 | 70 | /* languages metabox in post.php */ |
| 177 | -#post-translations p { | |
| 178 | - float: left; | |
| 179 | -} | |
| 180 | - | |
| 181 | 71 | #post-translations table { |
| 182 | 72 | table-layout: fixed; |
| 183 | 73 | width: 100%; |
| 184 | - clear: both; | |
| 185 | 74 | } |
| 186 | 75 | |
| 187 | 76 | #post-translations a { |
| 188 | 77 | text-decoration: none; |
| @@ -187,23 +76,17 @@ | ||
| 187 | 76 | #post-translations a { |
| 188 | 77 | text-decoration: none; |
| 189 | 78 | } |
| 190 | 79 | |
| 191 | -#post-translations .pll-language-column, | |
| 192 | -#post-translations .pll-column-icon { | |
| 193 | - width: 20px; | |
| 80 | +#post-translations .pll-language-column, #post-translations .pll-edit-column { | |
| 81 | + width: 10%; | |
| 194 | 82 | } |
| 195 | 83 | |
| 196 | -#post-translations .tr_lang { | |
| 197 | - width: 100%; | |
| 198 | -} | |
| 199 | - | |
| 200 | 84 | #post-translations td { |
| 201 | 85 | padding: 2px; |
| 202 | 86 | } |
| 203 | 87 | |
| 204 | -#post-translations .spinner, | |
| 205 | -#term-translations .spinner { | |
| 88 | +#post-translations .spinner, #term-translations .spinner { | |
| 206 | 89 | float: none; |
| 207 | 90 | margin: 0; |
| 208 | 91 | background-position: center; |
| 209 | 92 | width: auto; |
| @@ -208,82 +91,60 @@ | ||
| 208 | 91 | background-position: center; |
| 209 | 92 | width: auto; |
| 210 | 93 | } |
| 211 | 94 | |
| 212 | -.pll-column-icon { | |
| 95 | +.pll-edit-column { | |
| 213 | 96 | text-align: center; |
| 214 | 97 | } |
| 215 | 98 | |
| 216 | -#select-post-language .pll-select-flag { | |
| 217 | - padding: 4px; | |
| 218 | - margin-right: 32px; | |
| 99 | +/* specific case for media */ | |
| 100 | +#post-translations .pll-media-language-column { | |
| 101 | + width: 60%; | |
| 219 | 102 | } |
| 220 | 103 | |
| 221 | -/* specific cases for media */ | |
| 222 | -#select-media-language .pll-select-flag { | |
| 223 | - padding: 4px; | |
| 224 | - margin-right: 10px; | |
| 104 | +/* language and translations in edit-tags.php */ | |
| 105 | +#term-translations table { | |
| 106 | + width: 95%; | |
| 225 | 107 | } |
| 226 | 108 | |
| 227 | -.pll-media-edit-column { | |
| 228 | - float: right; | |
| 109 | +#term-translations .pll-language-column { | |
| 110 | + line-height: 28px; | |
| 111 | + width: 20%; | |
| 229 | 112 | } |
| 230 | 113 | |
| 231 | -/* language and translations in edit-tags.php */ | |
| 232 | -.pll-translation-flag { /* also for media */ | |
| 233 | - margin-right: 14px; | |
| 114 | +#term-translations .pll-edit-column { | |
| 115 | + width: 10%; | |
| 234 | 116 | } |
| 235 | 117 | |
| 236 | -#select-add-term-language .pll-select-flag { | |
| 237 | - padding: 11px; | |
| 238 | - margin-right: 13px; | |
| 118 | +/* icon fonts */ | |
| 119 | +/* backward compatibility WP < 3.8 */ | |
| 120 | +/* use same policy as WP for dashicons for font order and file vs embedded */ | |
| 121 | +@font-face { | |
| 122 | + font-family: 'polylang'; | |
| 123 | + src: url('polylang.eot'); | |
| 239 | 124 | } |
| 240 | 125 | |
| 241 | -#select-edit-term-language .pll-select-flag { | |
| 242 | - padding: 11px; | |
| 243 | - margin-right: 4px; | |
| 244 | -} | |
| 245 | - | |
| 246 | -#term-translations p { | |
| 247 | - /* same style as label */ | |
| 248 | - font-weight: 400; | |
| 126 | +@font-face { | |
| 127 | + font-family: 'polylang'; | |
| 128 | + src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), | |
| 129 | + url('polylang.ttf') format('truetype'), | |
| 130 | + url('polylang.svg#polylang') format('svg'); | |
| 131 | + font-weight: normal; | |
| 249 | 132 | font-style: normal; |
| 250 | - padding: 2px; | |
| 251 | - color: #23282d; | |
| 252 | 133 | } |
| 253 | 134 | |
| 254 | -#add-term-translations, | |
| 255 | -#edit-term-translations { | |
| 256 | - width: 95%; | |
| 135 | +.pll_icon_tick:before { | |
| 136 | + content: "\e600"; | |
| 257 | 137 | } |
| 258 | - | |
| 259 | -#term-translations .pll-language-column { | |
| 260 | - line-height: 28px; | |
| 261 | - width: 20%; | |
| 262 | -} | |
| 263 | - | |
| 264 | -#term-translations .pll-edit-column, | |
| 265 | -#add-term-translations .pll-language-column { | |
| 266 | - width: 20px; | |
| 267 | -} | |
| 268 | - | |
| 269 | -#edit-term-translations .pll-language-column { | |
| 270 | - padding: 15px 10px; | |
| 271 | - font-weight: normal; | |
| 272 | -} | |
| 273 | - | |
| 274 | -/* icon fonts */ | |
| 275 | 138 | .pll_icon_add:before { |
| 276 | - content: "\f132"; | |
| 139 | + content: "\e601"; | |
| 277 | 140 | } |
| 278 | - | |
| 279 | 141 | .pll_icon_edit:before { |
| 280 | - content: "\f464"; | |
| 142 | + content: "\e602"; | |
| 281 | 143 | } |
| 282 | 144 | |
| 283 | -[class^="pll_icon_"] { | |
| 284 | - font: 20px/1 'dashicons'; | |
| 285 | - vertical-align: middle; | |
| 145 | +[class^="pll_icon_"], #wpadminbar #wp-admin-bar-languages .ab-icon:before { | |
| 146 | + font-family: 'polylang'; | |
| 286 | 147 | } |
| 287 | 148 | |
| 288 | 149 | /* admin bar */ |
| 289 | 150 | #wpadminbar #wp-admin-bar-languages .ab-item img { |
| @@ -294,128 +155,16 @@ | ||
| 294 | 155 | float: none; |
| 295 | 156 | top: 4px; |
| 296 | 157 | } |
| 297 | 158 | |
| 159 | +/* backward compatibility WP < 3.8 */ | |
| 298 | 160 | #wpadminbar #wp-admin-bar-languages .ab-icon:before { |
| 299 | - content: "\f326"; | |
| 161 | + font: 20px/1 'polylang'; | |
| 162 | + content: "\e603"; | |
| 300 | 163 | top: 1px; |
| 301 | 164 | } |
| 302 | 165 | |
| 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 | -} | |
| 316 | - | |
| 317 | -@media screen and ( max-width: 782px ) { | |
| 318 | - /* settings */ | |
| 319 | - #wpbody-content .pll-settings .pll-configure > td { | |
| 320 | - padding: 20px; | |
| 321 | - } | |
| 322 | - | |
| 323 | - #wpbody-content .pll-settings #cb { | |
| 324 | - padding: 20px 9px; | |
| 325 | - } | |
| 326 | - | |
| 327 | - /* settings URL modifications */ | |
| 328 | - .pll-inline-block { | |
| 329 | - width: auto; | |
| 330 | - } | |
| 331 | - | |
| 332 | - .pll-settings-url-col { | |
| 333 | - display: block; | |
| 334 | - width: 100%; | |
| 335 | - } | |
| 336 | - | |
| 337 | - /* settings licenses */ | |
| 338 | - #wpbody-content .pll-settings #pll-licenses-table td { | |
| 339 | - display: block; | |
| 340 | - } | |
| 341 | - | |
| 342 | - .pll-configure .pll-deactivate-license { | |
| 343 | - margin: 10px 0 5px; | |
| 344 | - } | |
| 345 | - | |
| 346 | - /* strings translations table */ | |
| 347 | - .stringstranslations .column-context, | |
| 348 | - .stringstranslations .column-name { | |
| 349 | - display: none; /* backward compatibility WP < 4.3 */ | |
| 350 | - } | |
| 351 | - | |
| 352 | - .translation label { | |
| 353 | - display: block; | |
| 354 | - width: 95%; | |
| 355 | - padding-left: 0; | |
| 356 | - } | |
| 357 | - | |
| 358 | - .translation input { | |
| 359 | - width: 95%; | |
| 360 | - } | |
| 361 | - | |
| 362 | - /* hide selected language flag and translations language name */ | |
| 363 | - #select-add-term-language .pll-select-flag, | |
| 364 | - #select-edit-term-language .pll-select-flag, | |
| 365 | - #edit-term-translations .pll-language-name { | |
| 366 | - display: none; | |
| 367 | - } | |
| 368 | - | |
| 369 | - #edit-term-translations { | |
| 370 | - width: 100%; | |
| 371 | - } | |
| 372 | - | |
| 373 | - #add-term-translations .pll-language-column { | |
| 374 | - line-height: 38px; | |
| 375 | - } | |
| 376 | - | |
| 377 | - #edit-term-translations td { | |
| 378 | - padding: 8px 10px; | |
| 379 | - } | |
| 380 | - | |
| 381 | - #edit-term-translations .pll-language-column, | |
| 382 | - #edit-term-translations .pll-edit-column { | |
| 383 | - width: 20px; | |
| 384 | - } | |
| 385 | - | |
| 386 | - /* translations tables should be kept as table */ | |
| 387 | - .term-translations .pll-language-column, | |
| 388 | - .term-translations .pll-edit-column, | |
| 389 | - .term-translations .pll-translation-column { | |
| 390 | - display: table-cell; | |
| 391 | - } | |
| 392 | - | |
| 393 | - .term-translations .hidden { | |
| 394 | - display: none; | |
| 395 | - } | |
| 396 | - | |
| 397 | - /* admin bar */ | |
| 398 | - #wpadminbar #wp-admin-bar-languages { | |
| 399 | - display: block; /*shows our menu on mobile devices */ | |
| 400 | - } | |
| 401 | - | |
| 402 | - #wpadminbar #wp-admin-bar-languages > .ab-item { | |
| 403 | - width: 50px; | |
| 404 | - text-align: center; | |
| 405 | - } | |
| 406 | - | |
| 407 | - #wpadminbar #wp-admin-bar-languages > .ab-item .ab-icon:before { | |
| 408 | - font: 32px/1 'dashicons'; | |
| 409 | - top: -1px; | |
| 410 | - } | |
| 411 | - | |
| 412 | - #wpadminbar #wp-admin-bar-languages > .ab-item img { | |
| 413 | - margin: 19px 0; | |
| 414 | - } | |
| 415 | - | |
| 416 | - #wpadminbar #wp-admin-bar-languages #wp-admin-bar-all .ab-item .ab-icon { | |
| 417 | - margin-right: 6px; | |
| 418 | - font-size: 20px !important; | |
| 419 | - line-height: 20px !important; | |
| 420 | - } | |
| 166 | +/* backward compatibility WP < 3.8 */ | |
| 167 | +#wpadminbar #wp-admin-bar-languages .ab-item .ab-icon { | |
| 168 | + margin: 0 6px 0 0; | |
| 169 | + padding: 4px 0; | |
| 421 | 170 | } |