-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddress.css
More file actions
103 lines (92 loc) · 1.66 KB
/
address.css
File metadata and controls
103 lines (92 loc) · 1.66 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
h1 {
text-align: center;
font-style: italic;
font-family: monospace;
}
.head{
font-weight: bold;
width: 12%;
display: inline-block;
padding: 2% 0% 0% 1%;
text-align: left;
position: relative;
color: aliceblue;
}
.header{
background: #498000;
padding: 2% 8% 2% 1%
}
.spa {
width: 12%;
display: inline-block;
margin: 4% 0.8% 1% 0.5%;
text-align: left;
position: relative;
}
#QuickAdd{
margin: 3% 42% 5%;
padding: 8px 19px;
background: #498000;
color: aliceblue;
font-weight: bold;
border-radius: 4px;
border: 2px solid #498000;
}
.quickaddForm{
background: lightgrey;
padding: 2% 4% 2% 7%;
display: none;
width: 43%;
margin: -3% auto;
border-radius: 19px;
}
.editForm{
background: lightgrey;
padding: 2% 4% 2% 7%;
display: none;
width: 43%;
margin: -3% auto;
border-radius: 19px;
}
.formLabel{
margin-right: 3%;
}
.entry{
background: aliceblue;
}
label {
padding-top: 3%;
display: inline-block;
float: left;
clear: left;
text-align: right;
}
#address, #edtAddress{
height: 15vh;
}
input{
width: 61%;
padding: 4px 5px 2% 4%;
margin: 1% 1% 3% 23%;
border-radius: 6px;
display: -webkit-box;
border-style: solid;
border-color: darkgray;
}
#Add, #addEdt{
background-color: #498000;
color: aliceblue;
border: 2px solid #498000;
padding: 7px;
margin: 1% 3% 5% 32%;
font-weight: bold;
border-radius: 6px;
}
#Cancel, #cancelEdt{
background-color: red;
color: aliceblue;
border: 2px solid red;
padding: 7px;
font-weight: bold;
border-radius: 6px;
}