Fix for IE7 not respecting min-width on buttons, fixes #8109

git-svn-id: http://svn.automattic.com/wordpress/trunk@9653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-13 00:50:09 +00:00
parent 031a280fd0
commit 31fd853986

View File

@ -30,6 +30,14 @@ input.button-highlighted {
padding: 0;
}
#minor-publishing-actions input,
#major-publishing-actions input,
#minor-publishing-actions .preview {
min-width: auto;
padding-left: 0;
padding-right: 0;
}
#wphead-info {
float: right;
}