Changeset 32984
- Timestamp:
- 06/28/2015 05:45:49 AM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r32977 r32984 472 472 } 473 473 474 .widefat thead th { 474 .widefat thead th, 475 .widefat thead td { 475 476 border-bottom: 1px solid #e1e1e1; 476 477 } 477 478 478 .widefat tfoot th { 479 .widefat tfoot th, 480 .widefat tfoot td { 479 481 border-top: 1px solid #e1e1e1; 480 482 border-bottom: none; … … 497 499 } 498 500 499 .widefat th { 501 .widefat th, 502 .widefat thead td, 503 .widefat tfoot td { 500 504 text-align: left; 501 505 line-height: 1.3em; … … 503 507 } 504 508 505 .widefat th input { 509 .widefat th input, 510 .widefat thead td input, 511 .widefat tfoot td input { 506 512 margin: 0 0 0 8px; 507 513 padding: 0; … … 515 521 } 516 522 517 .widefat th input[type=checkbox] { 523 .widefat th input[type=checkbox], 524 .widefat thead td input[type=checkbox], 525 .widefat tfoot td input[type=checkbox] { 518 526 margin-top: -1px; 519 527 } … … 527 535 } 528 536 529 .widefat thead t h.check-column,537 .widefat thead td.check-column, 530 538 .widefat tbody th.check-column, 531 .widefat tfoot t h.check-column {539 .widefat tfoot td.check-column { 532 540 padding: 11px 0 0 3px; 533 541 } 534 542 535 .widefat thead th.check-column { 543 .widefat thead td.check-column, 544 .widefat tfoot td.check-column { 536 545 padding-top: 10px; 537 546 } … … 715 724 #your-profile #rich_editing, 716 725 .widefat thead th, 717 .widefat tfoot th { 726 .widefat thead td, 727 .widefat tfoot th, 728 .widefat tfoot td { 718 729 line-height: 1.4em; 719 730 } … … 1688 1699 } 1689 1700 1690 .widefat th { 1701 .widefat th, 1702 .widefat thead td, 1703 .widefat tfoot td { 1691 1704 font-weight: normal; 1692 1705 } 1693 1706 1694 1707 .widefat thead tr th, 1695 .widefat tfoot tr th { 1708 .widefat thead tr td, 1709 .widefat tfoot tr th, 1710 .widefat tfoot tr td { 1696 1711 color: #32373c; 1697 1712 } -
trunk/src/wp-admin/css/forms.css
r32777 r32984 945 945 } 946 946 947 input[type="checkbox"], .widefat th input[type="checkbox"] { 947 input[type="checkbox"], 948 .widefat th input[type="checkbox"], 949 .widefat thead td input[type="checkbox"], 950 .widefat tfoot td input[type="checkbox"] { 948 951 -webkit-appearance: none; 949 952 padding: 10px; 950 953 } 951 954 952 .widefat th input[type="checkbox"] { 955 .widefat th input[type="checkbox"], 956 .widefat thead td input[type="checkbox"], 957 .widefat tfoot td input[type="checkbox"] { 953 958 margin-bottom: 8px; 954 959 } 955 960 956 input[type="checkbox"]:checked:before, .widefat th input[type="checkbox"]:before { 961 input[type="checkbox"]:checked:before, 962 .widefat th input[type="checkbox"]:before, 963 .widefat thead td input[type="checkbox"]:before, 964 .widefat tfoot td input[type="checkbox"]:before { 957 965 font: normal 30px/1 'Dashicons'; 958 966 margin: -3px -5px; -
trunk/src/wp-admin/css/ie.css
r32677 r32984 485 485 486 486 .widefat tr, 487 .widefat th { 487 .widefat th, 488 .widefat thead td, 489 .widefat tfoot td { 488 490 margin-bottom: 0; 489 491 border-spacing: 0; 490 492 } 491 493 492 .widefat th input { 494 .widefat th input, 495 .widefat thead td input, 496 .widefat tfoot td input { 493 497 margin: 0 0 0 5px; 494 498 } -
trunk/src/wp-admin/css/list-tables.css
r32948 r32984 370 370 } 371 371 372 #commentsdiv .comments-box thead th { 372 #commentsdiv .comments-box thead th, 373 #commentsdiv .comments-box thead td { 373 374 background: transparent; 374 375 padding: 0 7px 4px; … … 1086 1087 } 1087 1088 1088 .plugins thead t h.check-column,1089 .plugins tfoot t h.check-column,1089 .plugins thead td.check-column, 1090 .plugins tfoot td.check-column, 1090 1091 .plugins .inactive th.check-column { 1091 1092 padding-left: 6px; 1092 1093 } 1093 1094 1094 #update-plugins-table thead t h.check-column,1095 #update-plugins-table tfoot t h.check-column {1095 #update-plugins-table thead td.check-column, 1096 #update-plugins-table tfoot td.check-column { 1096 1097 padding-top: 11px; 1097 1098 } … … 1236 1237 font-size: 13px; 1237 1238 font-weight: normal; 1238 margin: 6px 12px 12px;1239 padding: 6px 12px;1240 1239 margin: 0 10px 8px 31px; 1240 padding: 6px 12px 8px 40px; 1241 1241 background-color: #f7f7f7; 1242 1242 background-color: rgba(0,0,0,0.03); … … 1261 1261 1262 1262 .plugin-update-tr .update-message:before { 1263 margin: 0 8px 0 -2px;1263 margin: 0 10px 0 -30px; 1264 1264 } 1265 1265 … … 1834 1834 .wp-list-table.plugins { 1835 1835 position: relative; 1836 margin-top: 35px; 1837 margin-bottom: 50px; 1838 } 1839 1840 .wp-list-table.plugins thead .column-description, 1836 margin-bottom: 15px; 1837 } 1838 1839 #wpbody-content .wp-list-table.plugins thead .column-description, 1841 1840 #wpbody-content .wp-list-table.plugins tfoot .column-description, 1842 1841 .wp-list-table.plugins th#description { … … 1857 1856 } 1858 1857 1859 .wp-list-table.plugins thead,1860 .wp-list-table.plugins tfoot {1861 position: absolute;1862 top: -35px;1863 left: 0;1864 right: 0;1865 width: auto;1866 height: 35px;1867 }1868 1869 .wp-list-table.plugins tfoot {1870 bottom: -35px;1871 top: auto;1872 }1873 1874 1858 .active, .inactive { 1875 1859 padding-top: 0; … … 1917 1901 } 1918 1902 1903 .wp-list-table.plugins .manage-column.column-name { 1904 padding-top: 11px; 1905 padding-bottom: 12px; 1906 } 1907 1908 .wp-list-table.plugins .manage-column.column-name.sortable { 1909 padding: 4px 12px 4px 36px; 1910 } 1911 1919 1912 .wp-list-table.plugins tr { 1920 1913 position: relative; … … 1922 1915 1923 1916 .wp-list-table.plugins th.check-column, 1917 .wp-list-table.plugins thead td.check-column, 1918 .wp-list-table.plugins tfoot td.check-column, 1924 1919 .wp-list-table.plugins tr.update th.check-column { 1925 1920 position: absolute; … … 1932 1927 } 1933 1928 1934 .wp-list-table.plugins thead t h.check-column,1935 .wp-list-table.plugins tfoot t h.check-column {1929 .wp-list-table.plugins thead td.check-column, 1930 .wp-list-table.plugins tfoot td.check-column { 1936 1931 padding-left: 3px; 1937 1932 padding-top: 11px; … … 1939 1934 } 1940 1935 1941 . widefattbody th.check-column input[type="checkbox"] {1936 .plugins tbody th.check-column input[type="checkbox"] { 1942 1937 margin-top: -3px; 1943 margin-left: 8px;1944 } 1945 1946 . wp-list-table.plugins .active .check-column input,1947 . wp-list-table.plugins .update .check-column input{1938 margin-left: 9px; 1939 } 1940 1941 .plugins tbody .active th.check-column input[type="checkbox"], 1942 .plugins tbody .active.update th.check-column input[type="checkbox"] { 1948 1943 margin-left: 5px; 1949 1944 } … … 1951 1946 .wp-list-table.plugins thead .check-column input, 1952 1947 .wp-list-table.plugins tfoot .check-column input { 1953 margin-top: -6px; 1948 margin-top: -2px; 1949 margin-left: 8px; 1954 1950 } 1955 1951 -
trunk/src/wp-admin/includes/class-wp-list-table.php
r32948 r32984 994 994 } 995 995 996 $tag = ( 'cb' === $column_key ) ? 'td' : 'th'; 997 $scope = ( 'th' === $tag ) ? 'scope="col"' : ''; 996 998 $id = $with_id ? "id='$column_key'" : ''; 997 999 … … 999 1001 $class = "class='" . join( ' ', $class ) . "'"; 1000 1002 1001 echo "< th scope='col' $id $class>$column_display_name</th>";1003 echo "<$tag $scope $id $class>$column_display_name</$tag>"; 1002 1004 } 1003 1005 }
Note: See TracChangeset
for help on using the changeset viewer.