Fix layout on train page & reason code page
This commit is contained in:
parent
b54b99aa21
commit
6cfa295807
@ -89,11 +89,11 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
p {
|
p {
|
||||||
margin-top: 50px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
min-width: 50px;
|
min-width: 150px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
@ -106,7 +106,7 @@
|
|||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
min-width: 40px;
|
min-width: 100px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -85,17 +85,17 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 50px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
th, td {
|
th, td {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
Loading…
Reference in New Issue
Block a user