Plugin AP List: Fix table width problem in Firefox

This commit is contained in:
Xelio
2013-03-25 15:10:46 +08:00
parent b7bbc75c77
commit e97925b7f0
2 changed files with 10 additions and 10 deletions

View File

@ -36,7 +36,7 @@
}
.ap-list-td-checkbox {
width: 5%;
width: 18px;
height: 1px;
}
@ -46,18 +46,20 @@
}
.ap-list-td-link-eny {
width: 70%;
}
.ap-list-td-link-frd {
width: 75%;
}
.ap-list-td-ap {
width: 18%;
width: 44px;
white-space:nowrap;
}
.ap-list-td-eff-lv {
width: 20px;
}
.ap-list-checkbox-outer {
display: table;
height: 100%;