V 1.1.0 - Bearbeiten bei Liste geht, auch Löschen.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user