Add download buttons to subdirectory entries
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user