mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
up styles
This commit is contained in:
parent
b1f6433b7d
commit
0169b9a1a4
7 changed files with 78 additions and 57 deletions
|
@ -269,7 +269,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
const checkboxLabel = document.createElement('label');
|
||||
checkboxLabel.htmlFor = `${prefix}-active`;
|
||||
checkboxLabel.classList.add('form-check-label');
|
||||
checkboxLabel.textContent = 'Activer cette plage';
|
||||
checkboxLabel.textContent = '';
|
||||
|
||||
checkboxContainer.appendChild(checkbox);
|
||||
checkboxContainer.appendChild(checkboxLabel);
|
||||
|
@ -543,7 +543,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
form.addEventListener('submit', check_validity);
|
||||
updateCompletionProgress()
|
||||
}
|
||||
document.addEventListener('DOMContentLoaded', updateCompletionProgress);
|
||||
updateCompletionProgress();
|
||||
|
||||
// Focus sur le premier champ texte au chargement
|
||||
const firstTextInput = document.querySelector('input.form-control');
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
background-color: rgb(236, 236, 236);
|
||||
transition: background-color ease 0.5s;
|
||||
}
|
||||
|
||||
.body-landing .container {
|
||||
|
@ -9,8 +10,13 @@ body {
|
|||
}
|
||||
|
||||
.main-footer {
|
||||
padding-bottom: 10rem;
|
||||
padding-bottom: 20rem;
|
||||
background-color: #dfe5eb;
|
||||
|
||||
}
|
||||
|
||||
#qrcode {
|
||||
margin-bottom: 8rem;
|
||||
}
|
||||
|
||||
.filled {
|
||||
|
@ -33,7 +39,16 @@ table.js-sort-table th:active {
|
|||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
#mapLoader {
|
||||
/*// formulaire de temps d'ouverture */
|
||||
.form-check-input {
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
.jour-container {
|
||||
border: solid #dedede 1px;
|
||||
}
|
||||
|
||||
#maploader {
|
||||
position: relative;
|
||||
top: 200px;
|
||||
left: 50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue