-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDataType.css
More file actions
61 lines (61 loc) · 1.52 KB
/
Copy pathDataType.css
File metadata and controls
61 lines (61 loc) · 1.52 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
/*BOC-PARALLEL-004 Drew S*/
.FLOAT_M, .AMT_M, .INT_M {
border: 1px solid #ccc;
font-family: "Microsoft YaHei",sans-serif;
font-size: 12px;
left: 5px;
position: static;
text-align: right;
}
.FLOAT_O, .AMT_O, .INT_O {
background-color: #ffffff;
border: 1px solid #ccc;
font-family: "Microsoft YaHei",sans-serif;
font-size: 12px;
left: 5px;
position: static;
text-align: right;
}
.FLOAT_P, .AMT_P, .INT_P {
background-color: #efefef;
border: 1px solid #ccc;
font-family: "Microsoft YaHei",sans-serif;
font-size: 12px;
left: 5px;
position: static;
text-align: right;
}
.TIME_M, .CHAR_M, .DATE_M, .SEARCH_M {
border: 1px solid #ccc;
font-family: "Microsoft YaHei",sans-serif;
font-size: 12px;
left: 5px;
position: static;
text-align: left;
}
.TIME_O, .CHAR_O, .DATE_O, .SEARCH_O {
background-color: #ffffff;
border: 1px solid #ccc;
font-family: "Microsoft YaHei",sans-serif;
font-size: 12px;
left: 5px;
position: static;
text-align: left;
}
.TIME_P, .CHAR_P, .DATE_P, .SEARCH_P {
background-color: #efefef;
border: 1px solid #ccc;
font-family: "Microsoft YaHei",sans-serif;
font-size: 12px;
left: 5px;
position: static;
text-align: left;
}
.DATE_O, .DATE_M {
/*BOC-PARALLEL-004 DREW ADD 2017-05-09 S*/
background: url("../Images/buttons/btn.png") no-repeat scroll -187px -351px;
/*BOC-PARALLEL-004 DREW ADD 2017-05-09 E*/
cursor: default;
width: 110px;
}
/*BOC-PARALLEL-004 Drew S*/