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

Small css fix
This commit is contained in:
drigato 2015-08-25 13:09:07 -04:00
parent bb2757127d
commit 0c50247909
3 changed files with 4 additions and 3 deletions

View file

@ -265,11 +265,11 @@ table#recent_uploads_table td
}
.dropzone {
min-height: 150px;
min-height: 30%;
border: 2px solid rgba(0, 0, 0, 0.3);
background: #333;
padding: 20px 20px;
max-height: 500px;
max-height: 75%;
overflow-y: auto;
}

View file

@ -3611,6 +3611,7 @@ button.btn-icon-text > i.icon-white {
margin-right: 10px;
height: 100%;
position:relative;
max-width: 50%;
}
#sub-menu-wrapper {