freewfopwithformmode_wev8.css
1.44 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
.outertable{
border:none !important;
}
TABLE.ViewForm TD{
padding:0px;
}
.fname {
height: 20px !important;
background-color: #f7f7f7 !important;
font-size: 10pt !important;
border-style: solid !important;
border-color: #e6e6e6 !important;
border-width: 1px !important;
padding-left: 10px !important;
}
.fvalue {
height: 20px !important;
background-color: #ffffff !important;
border-style: solid !important;
border-color: #e6e6e6 !important;
border-width: 1px !important;
padding-left: 5px !important;
}
.detailtitle {
height: 20px !important;
font-size: 10pt !important;
background-color: #ffffff!important;
border-style: solid !important;
border-color: #e6e6e6 !important;
border-width: 0px !important;
border-bottom: 2px solid #B7E0FE !important;
}
.detailfield {
background-color: #FFFFFF !important;
border-bottom-style: solid !important;
border-bottom-color: #e6e6e6 !important;
border-bottom-width: 1px !important;
}
.detailtable {
border-collapse: collapse !important;
border-style: solid !important;
border-color: #e6e6e6 !important;
border-width: 1px !important;
}
TABLE.Form TR:first-child {
height: 0px;
}
TABLE.Form TR:first-child td{
height: 0px;
}
input, select, textarea {
border: #e7e7e7 1px solid;
}
.reqformtitle {
text-align: left;
margin-top: -17px;
padding-bottom: 8px;
background: #Fff;
}
.reqname {
color: #000000 !important;
font-size: 12pt !important;
font-weight: bold !important;
}
.fvalue td{
background:#ffffff !important;
}