css tuning. disallow too large zips
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user