V 1.1.0 - Bearbeiten bei Liste geht, auch Löschen.

This commit is contained in:
rxf
2025-09-01 18:47:31 +02:00
parent 90662d8d0b
commit 6466bb2d92
7 changed files with 124 additions and 90 deletions

View File

@@ -99,21 +99,18 @@ table {
th, td {
text-align: left;
padding: 8px;
border-bottom: 1px solid #eee;
padding: 4px;
border-bottom: 1px solid #888;
}
#tdDate {
width: 8em;
}
/* Spaltenbreiten über colgroup steuern */
col.col-sensornumber { width: 7em; }
col.col-espid {width: 6em}
col.col-bezeichnung { width: 8em; }
col.col-beschreibung{ width: 12em; }
col.col-date { width: 10em; }
col.col-aktionen { width: 18em; }
#tdBeschreibung {
width: 10em;
}
#tdAktionen {
width: 20em;
}
.controls input#page,
.controls input#limit {
@@ -163,8 +160,10 @@ button:hover {
background: #0056b3;
}
#saveBtn {
margin-top: 20px;
.twobuttons {
display:flex;
width: 100%;
justify-content: space-between;
}
p.error {