-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_transaction.css
64 lines (63 loc) · 1.19 KB
/
new_transaction.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
input[type=submit] {
width: 50%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin-left: 105px;
border: none;
border-radius: 4px;
cursor: pointer;
}
form {
border-radius: 10px;
width: 30%;
background-color: white ;
padding: 10px;
margin: auto;
opacity: 0.9;
}
input[type=Number], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
#date{
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
strong[type=date]{
font-size: 20px;
}
strong[type=payment]{
font-size: 20px;
}
strong[type=category]{
font-size: 20px;
}
strong[type=amount]{
font-size: 20px;
}
h3{
margin-left: 570px;
}
.transactionsimage {
background-image: url("/UFAZL3S1/Homework/transactions.png");
background-color: #cccccc;
height: 655px;
width: 101%;
margin-top: -19px;
margin-left: -6px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}