cspace-ui
Version:
CollectionSpace user interface for browsers
64 lines (50 loc) • 981 B
CSS
@value textDark from 'cspace-input/styles/colors.css';
.common :global(.cspace-layout-Modal--common) {
width: 80%;
max-width: 900px;
}
.tableContainer > .queryTable {
table-layout: fixed;
}
.tableContainer > .queryTable th {
padding: 4px 10px;
text-align: left;
}
.tableContainer > .queryTable th:nth-child(1) {
width: 28%;
}
.tableContainer > .queryTable th:nth-child(2) {
width: 15%;
}
.tableContainer > .queryTable th:nth-child(3) {
width: 42%;
}
.tableContainer > .queryTable th:nth-child(4) {
width: 15%;
}
.tableContainer > .queryTable td {
overflow-wrap: break-word;
padding: 4px 10px;
vertical-align: top;
}
.executable {
cursor: pointer;
}
.actions {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 4px;
justify-content: flex-end;
}
.actions button {
cursor: pointer;
}
.empty {
padding: 8px;
}
.note {
color: textDark;
font-size: 12px;
margin: 16px 0 0;
}