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