fixed logo and prod dash
This commit is contained in:
parent
edcedb8f91
commit
85c8ddc985
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 456 KiB |
@ -41,7 +41,7 @@
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
margin-bottom: 40px;
|
||||
margin-bottom: 50px;
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
}
|
||||
@ -93,16 +93,17 @@
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
justify-items: center;
|
||||
margin-bottom: 25px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.dashboard-grid-bottom {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(200px, 1fr));
|
||||
gap: 25px 35px;
|
||||
gap: 15px 35px;
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
justify-items: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.dash-btn {
|
||||
@ -160,7 +161,16 @@
|
||||
background: linear-gradient(135deg, #b9e3ffff, #d7f1ffff);
|
||||
}
|
||||
|
||||
.btn-programmazione {
|
||||
background: linear-gradient(135deg, #d1b3ffff, #e2ccffff);
|
||||
}
|
||||
|
||||
.btn-status {
|
||||
background: linear-gradient(135deg, #ffd5f6ff, #ffe4faff);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.stats-row {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@ -169,7 +179,7 @@
|
||||
.dashboard-grid,
|
||||
.dashboard-grid-bottom {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 20px;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.dash-btn {
|
||||
@ -229,7 +239,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ===== BOTTONI PRINCIPALI (3 per riga) ===== -->
|
||||
<!-- ===== PRIMA RIGA ===== -->
|
||||
<div class="dashboard-grid">
|
||||
|
||||
<button class="dash-btn btn-inserisci" onclick="location.href='production_add.php'">
|
||||
@ -248,8 +258,8 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- ===== SECONDA RIGA BOTTONI (3 per riga) ===== -->
|
||||
<div class="dashboard-grid-bottom">
|
||||
<!-- ===== SECONDA RIGA ===== -->
|
||||
<div class="dashboard-grid">
|
||||
<button class="dash-btn btn-mescole" onclick="location.href='mescole.php'">
|
||||
<div class="dash-icon">⚗️</div>
|
||||
<div>Mescole</div>
|
||||
@ -265,8 +275,22 @@
|
||||
<div>Linee di Produzione</div>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ===== TERZA RIGA (solo 2 bottoni centrati) ===== -->
|
||||
<div class="dashboard-grid-bottom">
|
||||
<div></div> <!-- spaziatore per centratura -->
|
||||
<button class="dash-btn btn-programmazione" onclick="location.href='produzione_programmazione.php'">
|
||||
<div class="dash-icon">🗓️</div>
|
||||
<div>Programmazione</div>
|
||||
</button>
|
||||
|
||||
<button class="dash-btn btn-status" onclick="location.href='status.php'">
|
||||
<div class="dash-icon">⚙️</div>
|
||||
<div>Status Macchine</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include('jsinclude.php'); ?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user