diff --git a/srv/poe_manager/static/css/style.css b/srv/poe_manager/static/css/style.css index 6d3c235..404ab61 100644 --- a/srv/poe_manager/static/css/style.css +++ b/srv/poe_manager/static/css/style.css @@ -80,6 +80,37 @@ pre { 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 */ .custom-table .col-small { width: 140px; /* Hostname, Port */