T161 messages are removed. Snapshot 1.0

This commit is contained in:
2021-02-09 14:20:11 +01:00
parent 0fefcca41f
commit cad85ec8af
6 changed files with 57 additions and 26 deletions

View File

@@ -157,7 +157,8 @@
}
.menuItem {
width: 180px;
float: left;
width: 150px;
padding: 10px;
height: 42px;
font-size: 14px;
@@ -180,7 +181,8 @@
}
.menuItemSelected {
width: 180px;
float: left;
width: 150px;
padding: 10px;
height: 42px;
font-size: 14px;
@@ -192,6 +194,14 @@
font-weight: 400;
}
.btn-del-MenuItem {
float: left;
font-size: 24px;
color: red;
text-align: center;
}
#headerTable {
margin-top: 40px;
margin-bottom: 20px;