fix weird looking input [IE7]

This commit is contained in:
0ip 2012-02-27 22:40:47 +01:00
parent d8a0584768
commit a17a04182a
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@
box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0 45px 0 10px;
*padding: 0; /* IE7 hack */
width: 100%;
height: 100%;
outline: none;