mirror of
https://github.com/cheveguerra/Colaborando.git
synced 2026-08-19 00:46:37 +00:00
Ajustes de altura en el header de los deptos
This commit is contained in:
+4
-4
@@ -36,7 +36,7 @@
|
|||||||
.column {
|
.column {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 15px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-left {
|
.column-left {
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
.card {
|
.card {
|
||||||
border: 2px solid #ccc;
|
border: 2px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 8px;
|
padding: 5px;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -388,8 +388,8 @@
|
|||||||
?>
|
?>
|
||||||
<div class="card departamentos droppable-asset-recovery" id="<?= $depto['id'] ?>">
|
<div class="card departamentos droppable-asset-recovery" id="<?= $depto['id'] ?>">
|
||||||
<table style="width:100%;">
|
<table style="width:100%;">
|
||||||
<tr style="border-bottom: 1px solid gray;">
|
<tr style="border-bottom: 1px solid gray; height: 35px;">
|
||||||
<td style="width: 80%;"><span id="nombreDeptoCh"><?= $depto['nombre'] ?></span></td>
|
<td style="width: 70%;"><span id="nombreDeptoCh"><?= $depto['nombre'] ?></span></td>
|
||||||
<td style="text-align:right;">
|
<td style="text-align:right;">
|
||||||
<span style="border:1px solid black;padding:5px;" class="<?= $depto['act1_class'] ?> draggable activo-item" id="activoCh1">0</span>
|
<span style="border:1px solid black;padding:5px;" class="<?= $depto['act1_class'] ?> draggable activo-item" id="activoCh1">0</span>
|
||||||
<span style="border:1px solid black;padding:5px;" class="<?= $depto['act2_class'] ?> draggable activo-item" id="activoCh2">0</span>
|
<span style="border:1px solid black;padding:5px;" class="<?= $depto['act2_class'] ?> draggable activo-item" id="activoCh2">0</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user