styling
This commit is contained in:
@@ -61,6 +61,8 @@ table
|
|||||||
color: white;
|
color: white;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
border-radius: 10px;
|
||||||
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th, table td
|
table th, table td
|
||||||
@@ -69,6 +71,32 @@ table th, table td
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table th
|
||||||
|
{
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table th:last-child, table td:last-child
|
||||||
|
{
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tr:last-child td
|
||||||
|
{
|
||||||
|
text-align: center;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
table th:first-child, table td:first-child
|
||||||
|
{
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
table tr:first-child td
|
||||||
|
{
|
||||||
|
border-top: none;
|
||||||
|
}
|
||||||
|
|
||||||
.inputcell
|
.inputcell
|
||||||
{
|
{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -80,19 +108,7 @@ table th, table td
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td input
|
table td input, table button
|
||||||
{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list table
|
|
||||||
{
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
table button
|
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user