This commit is contained in:
TypoMustakes
2024-04-23 18:19:57 +02:00
parent d981b8afa0
commit ce81ab4070
3 changed files with 134 additions and 29 deletions

View File

@@ -3,35 +3,55 @@
width: 100%;
}
table, th, td
.list table, .list th, .list td
{
border: 1px solid black;
}
table
.list table
{
border-collapse: collapse;
}
th,td
.list th, .list td
{
padding: 5px;
}
th
.list th
{
background-color: rgb(127, 255, 138);
}
#formdiv
.list button
{
width: 100%;
height: 30px;
box-sizing: border-box;
}
.formdiv
{
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
#formdiv button input
.formdiv table
{
margin: 10px;
padding: 5px;
border: none;
}
.formdiv button, .formdiv input
{
width: 100%;
height: 60px;
box-sizing: border-box;
}
.datatable *
{
padding: 10;
}