Add download dossiers button on procedure#show

This commit is contained in:
Mathieu Magnin 2017-09-15 14:46:17 +02:00
parent 1f2beb7cc9
commit e33259a464
2 changed files with 20 additions and 0 deletions

View file

@ -23,4 +23,12 @@
text-align: center;
margin: 60px 0;
}
.procedure-actions {
margin-left: auto;
.dropdown-items li {
min-width: 150px;
}
}
}