Improve table footer tab sequence by moving <tfoot> after <tbody>. Props afercia, rianrietveld, DrewAPicture. Fixes #30914.

Built from https://develop.svn.wordpress.org/trunk@31513


git-svn-id: http://core.svn.wordpress.org/trunk@31494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-02-22 21:48:26 +00:00
parent 0cd7554f75
commit 19dbf7b998
12 changed files with 34 additions and 60 deletions

View File

@@ -1631,7 +1631,6 @@ html.wp-toolbar {
.widefat th,
.widefat td {
overflow: hidden;
color: #555;
}

View File

@@ -1631,7 +1631,6 @@ html.wp-toolbar {
.widefat th,
.widefat td {
overflow: hidden;
color: #555;
}

View File

@@ -475,17 +475,6 @@ th.sorted a {
padding: 7px 10px 8px 7px;
}
th.manage-column a,
th.sortable a:hover,
th.sortable a:active,
th.sortable a:focus {
color: #32373c;
}
th.sortable a:focus {
background: #e1e1e1;
}
.fixed .column-comments.sortable a,
.fixed .column-comments.sorted a {
padding: 8px 0;

View File

@@ -475,17 +475,6 @@ th.sorted a {
padding: 7px 7px 8px 10px;
}
th.manage-column a,
th.sortable a:hover,
th.sortable a:active,
th.sortable a:focus {
color: #32373c;
}
th.sortable a:focus {
background: #e1e1e1;
}
.fixed .column-comments.sortable a,
.fixed .column-comments.sorted a {
padding: 8px 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long