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

git-svn-id: https://develop.svn.wordpress.org/trunk@26437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-27 20:11:43 +00:00
parent ae0d35a7ed
commit e31bda9bf4
1 changed files with 8 additions and 3 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;
}