CSS fix for IE7 so that the login button is in the box. Fixed #4828 props intoxination.

git-svn-id: https://develop.svn.wordpress.org/trunk@5971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2007-08-29 17:39:41 +00:00
parent 84b76f6832
commit e419eaa9d3
1 changed files with 2 additions and 0 deletions

View File

@ -679,6 +679,8 @@ input.delete:hover {
padding: 0 50px 25px;
_width: 325px;
_margin: 0 auto;
min-height: 200px;
height: auto !important; /* min-height fast hack */
height: 200px;
}