forked from fidenz-chim/fundsplitter_web3jsraw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
samplecss.css
79 lines (67 loc) · 1.03 KB
/
samplecss.css
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
body {
padding-left: 25px;
padding-right: 25px;
}
h1 {
color: navy;
margin-left: 20px;
}
.button {
background-color: #1A5276;
border: none;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin:5px;
min-width:150px;
}
.row {
min-height: 100px;
overflow: hidden;
border-bottom: 3px solid gray;
padding-top: 5px;
}
.w3-container-row {
border-bottom: 3px solid gray;
}
.left, .right {
position: absolute;
top: 0;
bottom: 0;
padding: 5px 5px;
}
.left {
left: 0;
width: 34%;
overflow:scroll;
}
.right {
right: 0;
width: 64%;
}
.upper, .lower {
position: absolute;
left: 0;
right: 0;
}
.upper {
top: 0;
height: 70%;
overflow:scroll;
}
.lower {
bottom: 0;
height: 28%;
background-color: #F3F3F3;
}
.txnrow {
bottom: 0;
font-family:"Courier New", Times, serif;
font-size: 12px;
background-color: #F3F3F3;
white-space: pre;
border-bottom: 1px solid gray;
}