Export: add missing labels and improvement accessibility of the Export screen.

Props afercia.
Fixes #33046.


git-svn-id: https://develop.svn.wordpress.org/trunk@35316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2015-10-21 03:56:22 +00:00
parent 6f6c0ebb52
commit ba1177bf4c
2 changed files with 73 additions and 32 deletions

View File

@@ -753,6 +753,18 @@ table.form-table td .updated p {
line-height: 24px;
}
.label-responsive {
vertical-align: middle;
}
#export-filters p {
margin: 0 0 1em;
}
#export-filters p.submit {
margin: 7px 0 5px;
}
/* Card styles */
.card {
@@ -1110,12 +1122,21 @@ table.form-table td .updated p {
}
.form-table th,
.form-table td {
.form-table td,
.label-responsive {
display: block;
width: auto;
vertical-align: middle;
}
.label-responsive {
margin: 0.5em 0;
}
.export-filters li {
margin-bottom: 0;
}
.form-table .color-palette td {
display: table-cell;
width: 15px;