qwc2
Version:
QGIS Web Client
118 lines (97 loc) • 2.04 kB
CSS
#Print div.print-body {
padding: 0.25em;
}
#Print span.option-label {
margin-right: 1em;
width: 10em;
}
#Print .print-minimize-maximize {
margin-left: 1em;
padding: 0.25em;
}
#Print table.options-table {
width: 100%;
}
#Print table.options-table td {
padding: 0.125em 0;
}
#Print table.options-table td:first-child {
max-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 0.25em;
white-space: nowrap;
}
#Print table.options-table td:nth-child(2) {
width: 99%;
}
#Print table.options-table td:nth-child(2) > * {
width: 100%;
}
#Print table.options-table textarea {
resize: vertical;
min-height: 2em;
}
#Print div.button-bar {
margin-top: 0.5em;
}
#Print div.button-bar > button {
width: 100%;
}
div.print-output-window-body {
width: 100%;
height: 100%;
position: relative;
}
div.print-output-window-body > iframe {
border: 0;
width: 100%;
height: 100%;
}
span.print-output-window-wait {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(200, 200, 200, 0.9);
}
span.print-output-window-wait div.spinner {
width: 4em;
height: 4em;
margin-right: 1em;
}
#Print span.print-wait {
display: flex;
align-items: center;
}
#Print span.print-wait {
display: flex;
align-items: center;
}
#Print span.print-wait div.spinner {
width: 1.25em;
height: 1.25em;
margin-right: 0.5em;
flex: 0 0 auto;
}
#Print div.print-atlas-features {
display: flex;
flex-wrap: wrap;
border: 1px solid var(--border-color);
background-color: var(--input-bg-color);
}
#Print div.print-atlas-features > span {
background-color: var(--border-color);
color: var(--text-color);
display: flex;
align-items: center;
padding: 0.25em;
margin: 0.125em;
}
#Print div.print-atlas-features > span > span:first-child {
margin-right: 0.5em;
}