mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
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:
parent
06f391665e
commit
a3261ab61a
@ -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;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user