Fix for IE7 not respecting min-width on buttons, fixes #8109
git-svn-id: https://develop.svn.wordpress.org/trunk@9653 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
45ae47b57a
commit
c0f3c21378
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user