首页 > Web开发 > 详细

解决EXT.NET在IE9下中文太小Default.css

时间:2016-01-23 12:10:09      阅读:294      评论:0      收藏:0      [点我收藏+]

复制代码
代码如下:

.ext-el-mask-msg div
{
font-size: 12px;
}
.loading-indicator
{
font-size: 12px;
}
.x-tab-strip span.x-tab-strip-text
{
font-size: 12px;
}
.x-form-invalid-msg
{
font-size: 12px;
}
.x-small-editor .x-form-field
{
font-size: 12px;
}
.x-fieldset legend
{
font-size: 12px;
}
.x-btn
{
font-size: 12px;
}
.x-btn button
{
font-size: 12px;
}
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label
{
font-size: 12px;
}
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td
{
font-size: 12px;
}
.x-grid3-topbar, .x-grid3-bottombar
{
font-size: 12px;
}
.x-grid-group-hd div
{
font-size: 12px;
}
.x-grid-empty
{
font-size: 12px;
}
.x-dd-drag-ghost
{
font-size: 12px;
}
.x-tree-node
{
font-size: 12px;
}
.x-date-middle, .x-date-left, .x-date-right
{
font-size: 12px;
}
.x-date-inner a
{
font-size: 12px;
}
.x-date-mp td
{
font-size: 12px;
}
.x-date-mp-btns button
{
font-size: 12px;
}
.x-tip .x-tip-mc
{
font-size: 12px;
}
.x-tip .x-tip-header-text
{
font-size: 12px;
}
.x-tip .x-tip-body
{
font-size: 12px;
}
.x-menu-list-item
{
font-size: 12px;
}
#x-debug-browser .x-tree .x-tree-node a span
{
font-size: 12px;
}
.x-combo-list-hd
{
font-size: 12px;
}
.x-combo-list-small .x-combo-list-item
{
font-size: 12px;
}
.x-panel-header
{
font-size: 12px;
}
.x-panel-tl .x-panel-header
{
font-size: 12px;
}
.x-panel-mc
{
font-size: 12px;
}
.x-window-tl .x-window-header
{
font-size: 12px;
}
.x-window-mc
{
font-size: 12px;
}
.x-progress-text
{
font-size: 12px;
}
.x-date-picker, .x-date-picker a
{
font-size: 12px;
}
.x-date-left
{
font-size: 12px;
}
.ext-ie .x-toolbar
{
font-size: 12px;
}
.x-info-mc
{
font-size: 12px;
}
.my-list-item-text
{
font-size: 12px;
}
.my-tbl
{
font-size: 12px;
}
.my-tbl-col-text
{
font-size: 12px;
}
.my-tbl-data .my-tbl-item-cell-text
{
font-size: 12px;
}
.my-tree
{
font-size: 12px;
}
.my-treeitem, .my-treeitem table, .my-treeitem table td
{
font-size: 12px;
}

解决EXT.NET在IE9下中文太小Default.css

原文:http://www.jb51.net/css/141208.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!