1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-12 22:49:15 +00:00

Merge branch 'lj_ie'

This commit is contained in:
llj 2012-10-17 14:31:51 +08:00
commit 0c025c88a9

View File

@ -45,6 +45,9 @@ button {
font-family:Arial, Helvetica, sans-serif;/*for ff*/
display:inline-block;/*for ie*/
}
button {
overflow:visible;/*for ie 7*/
}
input[type=checkbox] {
height:auto;
}