diff --git a/.gitignore b/.gitignore index 28b7f83..64b7d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ dev-tasks.md npm-debug.log* yarn-debug.log* yarn-error.log* +devtastks diff --git a/app.js b/app.js index dd98039..5542217 100644 --- a/app.js +++ b/app.js @@ -1218,7 +1218,7 @@ async function initializeApp() { } console.log('Activating client sub-tab...'); - activateClientSubTab('sub-tab-consult'); + activateClientSubTab('sub-tab-register'); console.log('Clearing client record...'); clearClientRecord(); console.log('Populating footer...'); diff --git a/index.html b/index.html index 551fff2..d347eb4 100644 --- a/index.html +++ b/index.html @@ -372,21 +372,6 @@ -
-

Ubicación y Exportación de Datos - -

- -

Mis Credenciales

@@ -448,6 +433,16 @@
+
+

Ubicación y Exportación de Datos + +

+ +
+ diff --git a/styles.css b/styles.css index 92fedc9..2a73c62 100644 --- a/styles.css +++ b/styles.css @@ -154,39 +154,6 @@ button:hover { border-radius: 5px; } -#tblMoves, #tblClients, #tblUsers { - width: 100%; - border-collapse: collapse; - margin: 0; -} - -#tblMoves th, #tblMoves td, -#tblClients th, #tblClients td, -#tblUsers th, #tblUsers td { - border-bottom: 1px solid #dee2e6; - padding: 12px 15px; - text-align: left; - white-space: nowrap; -} -#tblMoves td:last-child, #tblMoves th:last-child, -#tblClients td:last-child, #tblClients th:last-child, -#tblUsers td:last-child, #tblUsers th:last-child { - text-align: center; -} - -#tblMoves th, #tblClients th, #tblUsers th { - background-color: #f8f9fa; - font-family: 'Montserrat', sans-serif; - font-weight: 500; - border-bottom-width: 2px; -} - -#tblMoves tbody tr:last-child td, -#tblClients tbody tr:last-child td, -#tblUsers tbody tr:last-child td { - border-bottom: none; -} - .action-btn { background: none; border: none;