3

正如您在这个小提琴中看到的那样,与相同主题的Themeroller 页面上的弹出窗口相比,日期选择器弹出窗口非常大。这发生在对话框等其他小部件上。

如果您查看资源面板,您会看到我已链接到未经修改的 Google 托管的 css 和 js 文件,所以我没有对文件做任何事情.. 我怎样才能让我的小部件像那些一样显示得很好在 Themeroller 页面上?

4

2 回答 2

3

Try this :

.ui-widget {
    font-size: 12px;
}

The default font-size of the jquery-ui themeroller is 10px, the .ui-widget CSS property comes with font-size:1.1em, and .ui-datepicker table comes after with font-size:0.9em.

To conclude, the font-size of your jquery-ui widgets depends on your default CSS font-size.

于 2012-09-03T19:16:41.527 回答
1
于 2012-09-03T19:16:07.570 回答