things
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user