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

git-svn-id: http://svn.automattic.com/wordpress/trunk@5971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2007-08-29 17:39:41 +00:00
parent 51bde8f657
commit ad90a8f560
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;
}