2014-02-19 58 views

回答

0

之間的間隙,你必須符合該input或在你的CSS選擇器label

.checkbox_style input { margin-right: 15px; } 
+0

thanq will u請告訴​​我在gwt – user3327342

+0

「In gwt」?! CSS是CSS,不管是否使用GWT。 –

+0

thanq so much much托馬斯它成功地工作 – user3327342

0

這是我用什麼來讓複選框一致的跨瀏覽器:

.gwt-CheckBox { 
    display: block; 
    margin-top: 6px; 
    padding-left: 26px; 
    text-indent: -26px; 
} 
input[type="checkbox"] { 
    height: 13px; 
    margin: 0 6px; 
    *overflow: hidden; 
    width: 13px; 
} 
0

這將幫助你試試吧

JQuery.select(element).css(「margin-right」,「10px」);