Ajout modèle Chant

This commit is contained in:
Claude Paroz 2025-10-19 17:59:46 +02:00
parent 78cb3bae07
commit c7a08b3d3c
14 changed files with 220 additions and 11 deletions

View file

@ -44,6 +44,15 @@ nav {
@media only screen and (max-width : 500px) {
img#abeille { width: 75px; }
}
.errorlist { list-style: none; padding-left: 0 !important; }
.errorlist li {
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border-radius: .25rem;
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger { background-color: #FFD79C; }
.main-text { max-width: 100vw; }
.red-bottom { border-bottom: 1px solid red; }
@ -86,8 +95,8 @@ nav {
}
.portrait { max-width: 13rem; }
tr.editable .edit-button { display: none; }
tr.editable:hover .edit-button { display: inline-block; }
tr.editable .edit-button, tr.editable .delete-button { display: none; }
tr.editable:hover .edit-button, tr.editable:hover .delete-button { display: inline-block; }
.agenda_line { margin-right: 7em !important; }
.agenda_container > div:first-of-type { margin-top: 7em !important; }
@ -104,3 +113,17 @@ tr.editable:hover .edit-button { display: inline-block; }
color: red;
font-style: italic;
}
.card-membres {
background-color: #b56a4d;
height: 6em;
}
.card-membres:hover {
background-color: #999;
}
.card-membres a {
color: white;
text-decoration: none;
height: 100%;
}
table.table-chants th.numero { width: 3em; }
table.table-chants th.boutons { width: 3em; }