FEATURE add download button to document listing

This commit is contained in:
2023-03-07 14:25:17 +01:00
committed by Julien Fastré
parent 23cee274a5
commit 3aac4d5d35
4 changed files with 20 additions and 10 deletions

View File

@@ -88,3 +88,17 @@ div.flex-bloc.concerned-groups {
font-size: 120%;
}
}
/// DOCUMENT LIST IN ACTIVITY ITEM
li.document-list-item {
display: flex;
width: 100%;
justify-content: space-between;
margin-bottom: 0.3rem;
.dropdown-toggle {
border-radius: 5px;
line-height: 1rem;
}
}