added new restriction and fixed button dowload

This commit is contained in:
2025-12-10 13:13:47 -06:00
parent d8e37b5475
commit 5e13d3424a
14 changed files with 427 additions and 230 deletions
+4
View File
@@ -125,6 +125,10 @@
width: 100%;
}
.barNavigation li{
width: 100%;
}
.barNavigation ul {
position: absolute;
background-color: #f4f5f7;
+3 -2
View File
@@ -59,6 +59,7 @@
border-radius: 0 0 4px 4px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
overflow: hidden;
min-height: 243px;
}
table {
@@ -71,7 +72,7 @@ thead th {
color: #fff;
text-align: left;
padding: 14px;
font-size: 15px;
font-size: 12px;
font-weight: 600;
cursor: pointer;
user-select: none;
@@ -85,7 +86,7 @@ thead th {
tbody td {
padding: 12px 14px;
border-bottom: 1px solid #f0f0f0;
font-size: 15px;
font-size: 12px;
}
tr:nth-child(even) {