zip download, and proper config

This commit is contained in:
2018-01-26 14:49:23 +02:00
parent bfaa3467cb
commit 454ea7875c
6 changed files with 119 additions and 32 deletions

View File

@@ -49,8 +49,11 @@ tr:nth-child(even) {
clear: both;
}
#list_left {
float: left;
}
#list_title {
float:left;
margin-left: 5em;
}
@@ -59,10 +62,21 @@ tr:nth-child(even) {
padding: 8px;
border: 4px solid lightslategray;
background-color: #f3f3fb;
line-height: 1.5em;
}
#list_menu ul {
margin-top: 0px;
}
#list_table {
border-collapse: collapse;
margin-left: 2em;
line-height: 1.5em;
}
.direct {
margin-right: 1em;
}
/* index */
@@ -77,6 +91,7 @@ tr:nth-child(even) {
padding: 8px;
border: 4px solid lightslategray;
background-color: #f3f3fb;
line-height: 2em;
}
#index_table {