employees

This commit is contained in:
2025-12-11 10:45:24 +01:00
parent 50c808e605
commit 7f78a61808
2 changed files with 791 additions and 29 deletions
+39 -29
View File
@@ -110,7 +110,6 @@
background: linear-gradient(135deg, #9f7aea, #b794f4);
}
.dash-btn {
width: 100%;
max-width: 280px;
@@ -174,6 +173,38 @@
background: linear-gradient(135deg, #61ce5dff, #61ce5dff);
}
.btn-problem {
background-color: #ef4444 !important;
color: #ffffff !important;
border-radius: 12px;
}
.btn-problem:hover {
background-color: #dc2626 !important;
}
.btn-tools {
background: linear-gradient(135deg, #9f7aea, #b794f4);
}
/* 🔹 Nuovo bottone Employees */
.btn-employees {
background: linear-gradient(135deg, #a5b4fc, #c7d2fe);
}
/* --- Pulsanti grandi (default) --- */
.dash-btn-large {
padding: 18px 10px;
font-size: 1.3rem;
}
/* --- Pulsanti di servizio: più bassi --- */
.dash-btn-small {
padding: 9px 10px !important;
font-size: 1.05rem !important;
min-height: 80px;
}
@media (max-width: 768px) {
.stats-row {
@@ -196,31 +227,6 @@
font-size: 2.6rem;
}
}
.btn-problem {
background-color: #ef4444 !important;
/* rosso brillante */
color: #ffffff !important;
border-radius: 12px;
}
.btn-problem:hover {
background-color: #dc2626 !important;
/* rosso scuro hover */
}
/* --- Pulsanti grandi (default) --- */
.dash-btn-large {
padding: 18px 10px;
font-size: 1.3rem;
}
/* --- Pulsanti di servizio: più bassi --- */
.dash-btn-small {
padding: 9px 10px !important;
font-size: 1.05rem !important;
min-height: 80px;
}
</style>
</head>
@@ -281,7 +287,6 @@
<div>Line View</div>
</button>
<button class="dash-btn dash-btn-large btn-statistiche" onclick="location.href='production_stats.php'">
<div class="dash-icon">📈</div>
<div>Statistiche</div>
@@ -296,7 +301,6 @@
<div class="dash-icon">📊</div>
<div>Manager Stats</div>
</button>
</div>
<!-- ===== SECONDA RIGA ===== -->
@@ -319,7 +323,6 @@
<!-- ===== TERZA RIGA ===== -->
<div class="dashboard-grid-bottom">
<button class="dash-btn dash-btn-small btn-inserisci btn-inserisci-status" onclick="location.href='production_status.php'">
<div class="dash-icon">📋</div>
<div>Status</div>
@@ -336,6 +339,13 @@
</button>
</div>
<!-- 🔹 QUARTA RIGA: EMPLOYEES -->
<div class="dashboard-grid-bottom" style="margin-top: 20px;">
<button class="dash-btn dash-btn-small btn-employees" onclick="location.href='employees.php'">
<div class="dash-icon">👥</div>
<div>Employees</div>
</button>
</div>
</div>
</div>