update assets
This commit is contained in:
@@ -15,7 +15,7 @@ body {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
table td:first-child::after {
|
||||
table td:not(:last-child)::after {
|
||||
content: " ";
|
||||
white-space: pre;
|
||||
}
|
||||
@@ -32,25 +32,16 @@ table td:first-child::after {
|
||||
}
|
||||
}
|
||||
|
||||
form input[type=file] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
form input[type],
|
||||
form select,
|
||||
form textarea {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
form {
|
||||
max-width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
form > * {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form input {
|
||||
padding: 3px;
|
||||
border: 1px solid #ccc;
|
||||
@@ -68,6 +59,20 @@ form input[type=submit] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
form {
|
||||
max-width: 400px;
|
||||
margin-left: auto;
|
||||
margin-right: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
form > * {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user