Fix binkp remote closing connection, add/delete session details, menu item this system, minor CSS fixes, move system form editing to individual files

This commit is contained in:
Deon George
2021-07-04 21:47:23 +10:00
parent d56681a187
commit acfde97e79
21 changed files with 1293 additions and 655 deletions

View File

@@ -594,12 +594,20 @@ tbody {
margin-bottom:.5em
}
.monotable thead {
color:#fff;
background-color:#000
}
.monotable thead tr:first-child {
border-top:1px solid #666;
border-left:2px solid #666;
border-right:2px solid #666;
border-bottom:0;
color:#fff;
background-color:#000
border-bottom:1px solid #666;
}
.monotable thead tr {
border-top:1px solid #666;
border-left:2px solid #666;
border-right:2px solid #666;
border-bottom: 0;
}
.monotable th {
padding:.5em 1.5ch .4em;