Add download buttons to subdirectory entries

This commit is contained in:
Fabian Würfl
2018-05-20 20:32:05 +02:00
parent de96175c18
commit 74ae51f65c
2 changed files with 45 additions and 2 deletions

View File

@ -21,3 +21,33 @@ form.file.file_download {
/* with some space to the left of the second form */
margin-right: 20px;
}
/* necessary to place all forms/buttons of the directory entries next to each other */
li.directory {
clear: both;
list-style-position: outside;
margin-top: 15px;
margin-bottom: 15px;
}
li.directory span {
float: left;
}
form.directory {
float: left;
}
form.directory.form1 {
margin-left: 5px;
margin-right: 5px;
}
form.directory.form2 {
margin-right: 5px;
}
form.directory.form3 {
clear: right;
margin-right: 5px;
}