css improved

This commit is contained in:
mic 2024-05-13 20:27:11 +02:00
parent 9fd14b1276
commit bbfb8c8a04

View file

@ -32,8 +32,29 @@ table {
}
thead {
position: sticky;
top: 26px;
}
#command_palette{
position: sticky;
top: 0;
padding-top: 1px;
height: 26px;
width: 100%;
background-color: inherit;
}
#btnNew{
float: right;
}
#btnSaveAll{
float: left;
}
#msgDisplay{
padding-left: 40px;
}
table tr {