Fix field labels in file.php, fixes #8456

git-svn-id: http://svn.automattic.com/wordpress/trunk@10018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-12-03 01:43:11 +00:00
parent 7061676d80
commit a4f2b6960b
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;
}