Add edit note line on an order

This commit is contained in:
Jean-Baptiste Bellet
2022-06-29 11:23:50 +02:00
parent 7fbe893927
commit 3f1099d968
6 changed files with 50 additions and 0 deletions

View File

@@ -90,6 +90,18 @@ table.index td.actions {
text-align: left;
}
table.edit-note-table {
margin-top: -15px;
tr:first-child th, tr:first-child td {
border-top: none;
}
td.actions {
width: 15%;
}
}
.index-controls {
button {