css tuning. disallow too large zips

This commit is contained in:
2018-01-26 22:07:45 +02:00
parent 928e953f34
commit 4f6f421b40
4 changed files with 49 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ a:link {
#footer {
position: absolute;
bottom: 0;
left: 9vw;
width: 80vw;
height: 23px;
background: #f3f3fb;
@@ -63,16 +64,29 @@ tr:nth-child(even) {
border: 4px solid lightslategray;
background-color: #f3f3fb;
line-height: 1.5em;
position: relative;
}
#list_menu ul {
margin-top: 0px;
margin-bottom: 0px;
}
#list_upload {
margin-bottom: 0.5em;
}
#list_upload_select {
width: 200px;
}
#list_upload_button {
position: absolute;
right: 8px;
}
#list_table {
border-collapse: collapse;
margin-left: 2em;
line-height: 1.5em;
margin-bottom: 33px;
}
.direct {