update assets

This commit is contained in:
sentriz
2019-11-27 01:43:24 +00:00
parent e174e72ac7
commit 8d983d3b42
4 changed files with 623 additions and 524 deletions

View File

@@ -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;