bin.shen
2016-12-05 a4c9331bbfe3e8765ccdc1c54cc6931bac49cc82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@charset "utf-8";
 
html, body { *overflow:hidden;}
 
#header .nav li a { line-height:14px;}
#header .menu li a, #header .menu li span { line-height:37px;}
#taskbar li .taskbutton span { line-height:31px;}
 
.toggleCollapse h2 { line-height:27px;}
/* Panel */
.panel .panelHeaderContent h1 { line-height:32px;}
 
/* Accordion */
.accordion .accordionHeader h2 { line-height:27px;}
 
/* Tabs */
.tabsHeader li span { line-height:32px;}
.tabsPanel .panelHeader li span { line-height:30px;}
.tabsPanel .panelHeader li.selected span { line-height:32px;}
.tabsPage .tabsPageHeader { width:auto;}
.tabsPage .tabsPageHeader li span { _line-height:24px; font-family:"宋体"}
.tabsPage .tabsRight { _right:16px;}
.tabsPage .tabsMore { _right:-1px;}
.tabsPage .tabsMoreList { _right:-1px;}
.tabsPage .tabsMoreList li a { line-height:23px;}
 
/* Alert */
.alert h1, .alert h1 { line-height:34px;}
 
/* Dialog */
.dialog .dialogHeader h1 { line-height:32px;}
 
/* Shadow */
.shadow .shadow_h_l { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_h_l.png");}
.shadow .shadow_h_r { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_h_r.png");}
.shadow .shadow_h_c { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_h_c.png");}
.shadow .shadow_c_l { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_c_l.png");}
.shadow .shadow_c_r { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_c_r.png");}
.shadow .shadow_c_c { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_c_c.png");}
.shadow .shadow_f_l { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_f_l.png");}
.shadow .shadow_f_r { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_f_r.png");}
.shadow .shadow_f_c { _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="themes/default/images/shadow/shadow_f_c.png");}
 
/* Tree */
.tree a, .tree span { line-height:24px;}
.tree a { _margin-left:-3px;}
 
/* Grid */
.panelBar .toolBar span, .panelBar .toolBar li.hover span,
.panelBar .pagination span, .panelBar .pagination li.hover span { line-height:25px;}
.grid .gridCol { line-height:23px;}
 
/* ----------------------------------------------------------------- Form */
/* TextInput */
.textInput, .textInputHover, .textInputRequired, .textInputInvalid, .textInputReadonly, .textInputDisabled,
.textArea, .textAreaHover, .textAreaRequired, .textAreaInvalid, .textAreaReadonly, .textAreaDisabled { padding:3px 2px 1px 2px;}
 
/* Button */
.button span, .buttonDisabled span, .buttonActive span,
.button button, .buttonActive button, .buttonDisabled button { line-height:27px;}
 
/* calendar */
#calendar .time .hh, #calendar .time .mm, #calendar .time .ss {border:0}
#calendar .time .up, #calendar .time .down {font-size:7px;}
 
textarea.required { background-position:104% 0;}