-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
110 lines (91 loc) · 1.45 KB
/
custom.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
.row {
display: flex; /* equal height of children */
}
.container .row {
padding: 5px;
}
.row .col {
padding: 0px;
margin: 5px;
}
.modify_row {
background-color: #a8ffb9;
}
.row_form {
padding: 20px;
}
.column {
padding: 5px;
flex: 1;
background-color: #f9f9f9;
}
.bgAdjust {
margin-left: 30px;
margin-right: 30px;
padding: 20px;
border-color: black;
border-style: solid;
border-width: 3px;
}
input[type=text] , input[type=password] {
height: 50px;
width: 60%;
font-size: 19px;
padding: 5px;
}
input[type=radio] {
width: 20px;
height: 20px;
}
input[type=date] {
height: 50px;
width: 300px;
}
.row .column button {
font-size: 19px;
height: 50px;
width: 300px;
}
.buttonAdjust {
text-align: center;
padding: 0px;
}
.incorrect {
color: red;
font-size: 20px;
}
table {
background-color: #f9f9f9;
width: 95%;
font-size: 22px;
}
table , tr , th , td {
border-style: solid;
border-color: #cccccc;
border-width: 2px;
text-align: center;
font-weight: bold;
}
td input {
padding: 0px;
}
#prompt {
text-align: center;
background-color: #dddbdb;
margin-left: 30%;
margin-right: 30%;
}
#addRemind_form {
text-align: center;
margin: auto;
width: 90%;
}
#input_subject , #input_remark {
height: 150px;
width: 100%;
font-size: 21px;
}
.modify_input {
width: 60px;
height: 20px;
}