mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-24 05:04:25 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user