-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPLO.css
More file actions
94 lines (93 loc) · 1.66 KB
/
PLO.css
File metadata and controls
94 lines (93 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
.form input{
width: 80%;
height: 20px;
background: #e0dede;
justify-content: center;
display: flex;
margin: 20px auto;
padding: 10px;
border: none;
outline: none;
border-radius: 5px;
}
select {
box-sizing: border-box;
width: 15%;
height: 28px;
margin: 8px 0;
}
form label {
font-size: 16px;
margin-right: 5px;
}
input[type="button"] {
width: 70px;
margin-left: 10px;
border: none;
height: 30px;
color: #fff;
background: #0d287b;
font-size: 16px;
font-weight: bold;
border-radius: 10px;
}
input[type="button"]:hover{
cursor: pointer;
background: #1336a1;
color: #fff;
font-weight: bold;
}
.form-field{
width:20%;
}
input[type="submit"] {
width: 80px;
height: 30px;
margin-left: 30%;
border: none;
color: #fff;
background: #0d287b;
font-size: 16px;
font-weight: bold;
border-radius: 10px;
}
input[type="submit"]:hover{
cursor: pointer;
background: #1336a1;
color: #fff;
font-weight: bold;
}
input[type="Submit"] {
width: 155px;
height: 30px;
margin-left: 30%;
flex: auto;
border: none;
color: #fff;
background: #0d287b;
font-size: 16px;
font-weight: bold;
border-radius: 8px;
}
input[type="Submit"]:hover{
cursor: pointer;
background: #1336a1;
color: #fff;
font-weight: bold;
}
.form-field{
text-align: right;
padding-right: 30px;
}
.select{
margin-right: 50px;
}
.form-studentid input[type="text"]{
border:2px solid #aaa;
border-radius:4px;
margin:8px 0;
outline:none;
padding:8px;
box-sizing:border-box;
transition:.3s;
}