SAAS-1022: Re-implement disk quota status on side nav bar
Small css fix
This commit is contained in:
parent
bb2757127d
commit
0c50247909
3 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -3611,6 +3611,7 @@ button.btn-icon-text > i.icon-white {
|
|||
margin-right: 10px;
|
||||
height: 100%;
|
||||
position:relative;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
#sub-menu-wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue