1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-22 05:08:33 +00:00

modification for ff

This commit is contained in:
llj 2012-06-11 13:22:22 +08:00
parent 2e134f92d5
commit d97b51d8ce

View File

@ -10,19 +10,22 @@ ol { padding-left:2em; }
/* input button */
textarea { border: 1px solid #80B0B0; }
input {
display:inline-block;/*for ie*/
height:20px;
line-height:20px;
margin:3px 0;
border: 1px solid #80B0B0;
}
input,
button {
font-size:13px;/*for ff*/
display:inline-block;/*for ie*/
}
input[type=checkbox] {
height:auto;
}
input[type=submit],
input.submit,
button {
font-size:13px;/*for ff*/
color: #080;
height:23px;
line-height:21px;
@ -34,7 +37,6 @@ button {
margin-top:8px;
}
button {
display:inline-block;/*for ie*/
margin:0;
}
input[type=submit]:hover,