2023-11-09 07:46:45 +05:30
|
|
|
#samples-table {
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
width: 100%;
|
2023-12-25 13:46:54 +05:30
|
|
|
font-size: small;
|
2023-11-09 07:46:45 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#samples-table td,
|
|
|
|
|
#samples-table th {
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
width: 10vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#samples-table td {
|
|
|
|
|
width: 15vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#samples-table tr:nth-child(even) {
|
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#samples-table tr:hover {
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#samples-table th {
|
|
|
|
|
padding-top: 12px;
|
|
|
|
|
padding-bottom: 12px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: rgb(144, 183, 255);
|
|
|
|
|
color: black;
|
|
|
|
|
width: 5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.samples-container {
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|