Files
Prog4_Beadando/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css

57 lines
559 B
CSS
Raw Normal View History

2024-04-22 14:50:21 +02:00
table
{
width: 100%;
2024-04-22 10:12:07 +02:00
}
2024-04-22 14:50:21 +02:00
2024-04-23 18:19:57 +02:00
.list table, .list th, .list td
2024-04-22 14:50:21 +02:00
{
border: 1px solid black;
}
2024-04-23 18:19:57 +02:00
.list table
2024-04-22 14:50:21 +02:00
{
border-collapse: collapse;
}
2024-04-23 18:19:57 +02:00
.list th, .list td
2024-04-22 14:50:21 +02:00
{
padding: 5px;
}
2024-04-23 18:19:57 +02:00
.list th
2024-04-22 14:50:21 +02:00
{
background-color: rgb(127, 255, 138);
}
2024-04-23 18:19:57 +02:00
.list button
{
width: 100%;
height: 30px;
box-sizing: border-box;
}
.formdiv
2024-04-22 14:50:21 +02:00
{
display: flex;
flex-direction: column;
}
2024-04-23 18:19:57 +02:00
.formdiv table
2024-04-22 14:50:21 +02:00
{
2024-04-23 18:19:57 +02:00
border: none;
}
.formdiv button, .formdiv input
{
width: 100%;
height: 60px;
box-sizing: border-box;
}
.datatable *
{
padding: 10;
2024-04-22 14:50:21 +02:00
}