ext2.2 datefield在firefox上过长的解决方案

ext2.2 datefield在firefox下过长的解决方案
搜索ext-all.css,找到这一行:
.x-date-picker{border:1px solid #1b376c;border-top:0 none;background:#fff;position:relative;}  


替换为:
 .x-date-picker{border:1px solid #1b376c;border-top:0 none;background:#fff;position:relative;width:10px;}