SAAS-1022: Re-implement disk quota status on side nav bar

Small css tweak
This commit is contained in:
drigato 2015-08-25 12:56:02 -04:00
parent a41793666d
commit bb2757127d
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
#recent_uploads_wrapper #recent_uploads_wrapper
{ {
position: relative; position: relative;
min-height: 500px;
} }
@ -268,12 +269,12 @@ table#recent_uploads_table td
border: 2px solid rgba(0, 0, 0, 0.3); border: 2px solid rgba(0, 0, 0, 0.3);
background: #333; background: #333;
padding: 20px 20px; padding: 20px 20px;
max-height: 1000px; max-height: 500px;
overflow-y: auto; overflow-y: auto;
} }
.dropzone.dz-clickable { .dropzone.dz-clickable {
cursor: pointer cursor: pointer;
} }
.dropzone.dz-clickable * { .dropzone.dz-clickable * {