mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
544 B
CSS
44 lines
544 B
CSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
table > form {
|
|
display: table-row;
|
|
}
|
|
|
|
#template-list-data {
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
#template-list-data td {
|
|
border: 1px solid #000;
|
|
padding: 2px;
|
|
}
|
|
|
|
.template-list-preview {
|
|
width: 480px;
|
|
}
|
|
|
|
#template-new-errors,
|
|
.template-data-edit-errors {
|
|
color: #c00;
|
|
}
|
|
|
|
#template-new-form-fields {
|
|
display: grid;
|
|
grid-template-columns: max-content max-content;
|
|
gap: 1px;
|
|
}
|
|
|
|
#template-new-form-fields > div {
|
|
display: contents;
|
|
}
|
|
|
|
.template-coord {
|
|
width: 50px;
|
|
}
|
|
|
|
#google-authentication {
|
|
margin-top: 5px;
|
|
}
|