-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearchcss0906
64 lines (58 loc) · 872 Bytes
/
searchcss0906
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
/* Style elements for Search Section */
.searchform {
margin-top: 25px;
margin-left: 20px;
position: fixed;
}
.dsrchrslt {
margin-top: 50px;
border-top: 1px solid black;
border-bottom: 1px solid black;
line-height: 1px;
}
.dsglerslt {
border-bottom: 1px solid black;
line-height: 20px;
}
td,
th {
border: 1px solid black;
text-align: left;
padding: 8px;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
font-size: 20px;
}
.psrchrslt {
margin-left: 80px;
}
.hsrchrslt {
margin-left: 120px;
}
.searchBtn {
margin-top: 50px;
margin-left: 130px;
}
.labelinput {
float: left;
margin-right: 20px;
}
.inputcl {
margin-left: 50px;
}
.inputtp {
margin-top: 10px;
margin-left: 30px;
}
label {
display: block;
}
.btndiv {
display: inline;
}
.react-datepicker-wrapper {
display: inline;
}