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.
wubloader/thrimbletrimmer/styles/thumbnails.css

39 lines
481 B
CSS

.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;
}