Fix upload page styling

This commit is contained in:
Duncan Sommerville 2015-08-26 16:11:49 -04:00
parent c728be38ab
commit 7d8c6dc90d
3 changed files with 23 additions and 3 deletions

View file

@ -3,7 +3,7 @@
#recent_uploads_wrapper
{
position: relative;
min-height: 500px;
/*min-height: 500px;*/
}
@ -16,6 +16,8 @@
#recent_uploads_table_wrapper
{
position: absolute;
left: 8px;
right: 8px;
}
table#recent_uploads_table td

View file

@ -3642,7 +3642,7 @@ button.btn-icon-text > i.icon-white {
#upload_form {
/* width: 100%;
min-width: 555px;*/
margin-bottom: 10px;
/*margin-bottom: 10px;*/
margin-right: 10px;
height: 100%;
position:relative;
@ -3741,6 +3741,24 @@ hr {
margin-right:4px
}
#uploads_disk_usage {
position:absolute;
left: 8px;
right: 8px;
bottom: 8px;
margin-top: 8px;
border-radius: 1px;
font-size: 14px;
text-align: center;
padding: 5px;
background-color: #242424;
border: 1px solid #5b5b5b;
color: #ccc;
}
#disk_usage {
border-radius: 1px;
/*position: fixed;