@ -150,3 +150,51 @@ input[type=submit] {
|
||||
border: none;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tr {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
td {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
section .content-header {
|
||||
display: flex;
|
||||
/* background-color: #08f008; */
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
justify-content: space-evenly;
|
||||
padding: 0px;
|
||||
min-height: 120px;
|
||||
|
||||
}
|
||||
|
||||
section .content-header fieldset {
|
||||
/* background-color: #0851f0; */
|
||||
width: 350px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
|
||||
}
|
||||
|
||||
section .content-header fieldset label {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
||||
section .content-header fieldset input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
@ -1,47 +0,0 @@
|
||||
table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tr {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
td {
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
section .content-header {
|
||||
display: flex;
|
||||
/* background-color: #08f008; */
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
justify-content: space-evenly;
|
||||
padding: 0px;
|
||||
min-height: 120px;
|
||||
|
||||
}
|
||||
|
||||
section .content-header fieldset {
|
||||
/* background-color: #0851f0; */
|
||||
width: 350px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
|
||||
}
|
||||
|
||||
section .content-header fieldset label {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
|
||||
section .content-header fieldset input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
Reference in New Issue
Block a user