WebKit EFL overwrites padding values of input fields. So CSS padding values are ignored. test codes: <form> <input type="text" size="100" style="padding-left: 100px;"> <br> <select style="padding-left: 100px;"> <option value="1">1</option> <option value="2">2</option> </select> </form>
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.