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.
39 lines
481 B
CSS
39 lines
481 B
CSS
2 weeks ago
|
.hidden {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#template-list-data {
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
|
||
|
#template-list-data td {
|
||
|
border: 1px solid #000;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
.template-list-preview {
|
||
|
width: 480px;
|
||
|
}
|
||
|
|
||
|
#template-new-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-new-coord {
|
||
|
width: 50px;
|
||
|
}
|
||
|
|
||
|
#google-authentication {
|
||
|
margin-top: 5px;
|
||
|
}
|