crudoc_wev8.css
3.21 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
@CHARSET "UTF-8";
html, body {
height: 100%;
overflow: hidden;
}
.e8_weavertab .x-tab-panel-footer{
border-bottom:1px solid #d8d8d8;
border-top:1px solid #d8d8d8;
border-left:none;
border-right:none;
}
.e8_weavertab ul.x-tab-strip-bottom{
background-color:rgb(248,248,248)!important;
margin-top:0px;
background-image: url("") !important;
}
.e8_weavertab ul.x-tab-strip-bottom li.x-tab-strip-div-disabled{
background-color:rgb(219, 218, 218)!important;
}
.x-tab-strip-div-disabled span.x-tab-strip-text{
color:#918B8B!important;
cursor:default!important;
}
.e8_weavertab ul.x-tab-strip-bottom li{
background-color:rgb(248,248,248);
line-height:30px;
}
.e8_weavertab ul.x-tab-strip-bottom li.x-tab-strip-active{
line-height:29px;
}
.cke_skin_kama .cke_wrapper{
background:none!important;
padding:0px 0px 5px 0px;
}
#cke_top_doccontent{
background-color:rgb(244,244,244);
border-bottom:1px solid #d8d8d8;
}
.e8_weavertab .x-tab-strip-text {
text-align:center;
}
.e8_weavertab .x-tab-right{
/*border-top:1px solid #d8d8d8;*/
border-top:1px solid transparent;
border-right:1px solid #d8d8d8;
}
.e8_weavertab .x-tab-strip-bottom .x-tab-strip-active .x-tab-right{
margin-top:0px;
background-color:#fff;
border-bottom:2px solid rgb(98,150,254);
background-image:none;
}
.e8_weavertab .x-tab-strip-active span.x-tab-strip-text{
font-weight:normal;
}
.e8_weavertab #divContentInfoATab{
border-left:1px solid #d8d8d8;
margin-left:5px;
}
#divPropTileIcon{
display:none;
}
.tab_box{
overflow:hidden !important;
}
#divPropTab .x-tab-panel-body{
border:none;
}
.e8_propTab span.cke_skin_kama{
border:none;
}
#e8_shadow{
width: 100px;
height: 3px;
background-color: #fff;
position: absolute;
display:none;
border-left:1px solid #d8d8d8;
border-right:1px solid #d8d8d8;
}
.tab_menu .fieldName{
padding-left:0px!important;
}
.e8AccListArea{
position:fixed;
bottom:35px;
width:100%;
border-left:1px solid rgb(216,216,216);
border-top:1px solid rgb(216,216,216);
border-right:1px solid rgb(216,216,216);
background-color:#fff;
z-index:3;
}
.e8AccListArea span{
display:inline-block;
vertical-align:middle;
height:100%;
}
.e8AccListHead{
width:100%;
background-color:rgb(247,247,247);
height:35px;
}
.e8AccListHeadLeft{
float:left;
height:35px;
}
.e8AccListBtn{
position:fixed;
height:44px;
width:44px;
cursor:pointer;
bottom:60px;
right:15px;
background-image:url(/images/docs/expandAccBtn_wev8.png);
background-repeat:no-repeat;
background-position:50% 50%;
z-index:3;
}
.e8AccListBtn:hover{
background-image:url(/images/docs/expandAccBtnHover_wev8.png);
}
.e8AccListHeadRight{
float:right;
height:16px;
width:16px;
margin-top:8px;
margin-right:15px;
cursor:pointer;
background-image:url(/images/docs/down_wev8.png);
background-repeat:no-repeat;
background-position:50% 50%;
}
.e8AccListHeadLeft span, .e8AccListHeadRight span{
line-height:35px;
}
.e8AccListContent{
padding-left:10px;
}
.e8AccListTable{
width:100%;
border:none;
}
.e8AccListTable td{
height:30px;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.e8AccListTable td a{
height:30px;
max-width:90%;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.e8AccListTable td span{
line-height:30px;
}