Set the font size for all text within .form-table to 14px. Fixes #26271.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-27 20:12:11 +00:00
parent 06f391665e
commit a3261ab61a
4 changed files with 18 additions and 8 deletions

View File

@ -6072,17 +6072,23 @@ span.imgedit-scale-warn {
.form-table {
border-collapse: collapse;
font-size: 14px;
margin-top: 0.5em;
width: 100%;
clear: both;
}
.form-table,
.form-table td,
.form-table th,
.form-table td p,
.form-wrap label {
font-size: 14px;
}
.form-table td {
margin-bottom: 9px;
padding: 15px 10px;
line-height: 1.3;
font-size: 14px;
vertical-align: middle;
}
@ -6090,7 +6096,6 @@ span.imgedit-scale-warn {
.form-wrap label {
font-weight: normal;
text-shadow: none;
font-size: 14px;
vertical-align: baseline;
}

File diff suppressed because one or more lines are too long

View File

@ -6072,17 +6072,23 @@ span.imgedit-scale-warn {
.form-table {
border-collapse: collapse;
font-size: 14px;
margin-top: 0.5em;
width: 100%;
clear: both;
}
.form-table,
.form-table td,
.form-table th,
.form-table td p,
.form-wrap label {
font-size: 14px;
}
.form-table td {
margin-bottom: 9px;
padding: 15px 10px;
line-height: 1.3;
font-size: 14px;
vertical-align: middle;
}
@ -6090,7 +6096,6 @@ span.imgedit-scale-warn {
.form-wrap label {
font-weight: normal;
text-shadow: none;
font-size: 14px;
vertical-align: baseline;
}

File diff suppressed because one or more lines are too long