Changeset 7826
- Timestamp:
- 11/05/2018 09:10:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/css/i18n-teams.css
r7825 r7826 304 304 article.page .translators-info table tbody td[data-column-title]:before { 305 305 content: attr(data-column-title); 306 position: initial; 307 display: flex; 306 position: absolute; 308 307 left: 10px; 309 width: 50%;308 width: 33%; 310 309 font-weight: bold; 311 310 } … … 313 312 article.page .translators-info table tbody td:nth-of-type(1) { 314 313 display: inline-block; 315 padding-left: 40%;314 padding-left: 33% !important; 316 315 padding-right: 5px; 317 width: 30%;316 width: 66%; 318 317 border-bottom: none !important; 319 318 } … … 322 321 display: inline-block; 323 322 padding-left: 0; 324 width: 23%;323 width: 33%; 325 324 border-bottom: none !important; 326 325 } … … 328 327 article.page .translators-info table tbody td:nth-of-type(3) { 329 328 border-top: 1px solid #f1f1f1 !important; 329 padding-left: 33% !important; 330 330 } 331 331 332 332 article.page .translators-info table tbody td:nth-of-type(4) { 333 333 display: inline-block; 334 padding-left: 40%;334 padding-left: 33% !important; 335 335 padding-right: 5px; 336 width: 30%;336 width: 66%; 337 337 border-bottom: none !important; 338 338 } … … 341 341 display: inline-block; 342 342 padding-left: 0; 343 width: 23%;343 width: 33%; 344 344 border-bottom: none !important; 345 345 } … … 347 347 article.page .translators-info table tbody td:nth-of-type(6) { 348 348 display: inline-block; 349 padding-left: 40%;350 width: 30%;349 padding-left: 33% !important; 350 width: 66%; 351 351 border-top: 1px solid #f1f1f1 !important; 352 352 border-bottom: none !important; … … 356 356 display: inline-block; 357 357 padding-left: 0; 358 width: 23%;358 width: 33%; 359 359 border-top: 1px solid #f1f1f1 !important; 360 360 border-bottom: none !important; … … 365 365 border-bottom: none !important; 366 366 padding-right: 0; 367 } 368 } 367 padding-left: 33% !important; 368 } 369 }
Note: See TracChangeset
for help on using the changeset viewer.