修改了按钮/用户反馈框显示错误

This commit is contained in:
huangjingquan 2013-09-02 13:29:46 +08:00
parent f077fd397b
commit 0aeb56f8f7
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
<style>
input[type="submit"].bid_btn {
vertical-align: middle;
width: 47px;/*modified by ming*/
height: 20px;
width: 60px;/*modified by ming*/
height: 25px;
line-height: 19px;
font-size: 14px;
color: rgb(0, 0, 0);
@ -17,8 +17,8 @@
/*margin-right: -4px;*/
}
input[type="button"].bid_btn {
width: 47px;/*modified by ming*/
height: 20px;
width: 60px;/*modified by ming*/
height: 25px;
line-height: 19px;
font-size: 14px;
color: rgb(0, 0, 0);