31 lines
509 B
CSS
31 lines
509 B
CSS
/* Kleine Anpassungen über PicoCSS hinaus */
|
|
|
|
nav .container-fluid {
|
|
padding-top: 0.5rem;
|
|
padding-bottom: 0.5rem;
|
|
}
|
|
|
|
footer {
|
|
margin-top: 2rem;
|
|
padding: 1rem 0;
|
|
text-align: center;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
table .small, button.small {
|
|
padding: 0.25rem 0.5rem;
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
#status-message {
|
|
margin-top: 1rem;
|
|
padding: 1rem;
|
|
border-radius: 0.25rem;
|
|
background: var(--pico-muted-border-color);
|
|
}
|
|
|
|
dialog article {
|
|
max-height: 90vh;
|
|
overflow-y: auto;
|
|
}
|