Fix field labels in file.php, fixes #8456

git-svn-id: https://develop.svn.wordpress.org/trunk@10018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-12-03 01:43:11 +00:00
parent 6a3f6d7dec
commit 4194adcfd3
2 changed files with 20 additions and 5 deletions

View File

@@ -2924,3 +2924,7 @@ table.fixed {
margin: 14px 6px 0 0;
width: 36px;
}
.key-labels label {
line-height: 24px;
}