dev #1
@@ -80,37 +80,6 @@ pre {
|
|||||||
height: 60px; /* Logo Höhe, kann angepasst werden */
|
height: 60px; /* Logo Höhe, kann angepasst werden */
|
||||||
}
|
}
|
||||||
|
|
||||||
#log-container {
|
|
||||||
position: relative;
|
|
||||||
height: calc(100vh - 150px); /* Füllt die Seite minus Header */
|
|
||||||
}
|
|
||||||
|
|
||||||
#log-box {
|
|
||||||
height: 97%;
|
|
||||||
overflow: auto;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
font-family: monospace;
|
|
||||||
border: 1px solid #dee2e6; /* Bootstrap-like border */
|
|
||||||
padding: 1rem;
|
|
||||||
background-color: #f8f9fa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#refresh-timer {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 10px;
|
|
||||||
right: 10px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Tabelle anpassen */
|
|
||||||
.custom-table input,
|
|
||||||
.custom-table select {
|
|
||||||
height: 28px;
|
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Spaltenbreiten */
|
/* Spaltenbreiten */
|
||||||
.custom-table .col-small {
|
.custom-table .col-small {
|
||||||
width: 140px; /* Hostname, Port */
|
width: 140px; /* Hostname, Port */
|
||||||
|
|||||||
Reference in New Issue
Block a user