common_wev8.css
766 Bytes
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
.row{
border-bottom:1px dashed #E0E0E0;
padding:3 5 0 5;
width:95%
}
.left{
vertical-align:top;
width:20%;
}
.center{
width:50px;
}
.right{
width:50%;
text-align:right;
}
.right2{
width:77%;
text-align:left;
}
.left_sub{
width:40%;
text-align:left;
}
fieldset {
padding:5px;
margin:0px;
width:100%;
color:#333;
}
legend {
padding:5px;
color:#06c;
font-weight:800;
background:#fff;
}
.inputstyle_1{
BORDER-LEFT-STYLE: none;
BORDER-RIGHT-STYLE: none;
BORDER-TOP-STYLE: none ;
BORDER-BOTTOM: gray 1px solid;
}
.spin{
BORDER-LEFT-STYLE: none;
BORDER-RIGHT-STYLE: none;
BORDER-TOP-STYLE: none ;
BORDER-BOTTOM: gray 1px solid;
width:45px;
}
.width{
width:20px;
}
.colorblock{
height:20px;
width:50px;
border:1px solid gray;
}