SAAS-1022: Re-implement disk quota status on side nav bar
Small css tweak
This commit is contained in:
parent
a41793666d
commit
bb2757127d
|
@ -3,6 +3,7 @@
|
|||
#recent_uploads_wrapper
|
||||
{
|
||||
position: relative;
|
||||
min-height: 500px;
|
||||
|
||||
}
|
||||
|
||||
|
@ -268,12 +269,12 @@ table#recent_uploads_table td
|
|||
border: 2px solid rgba(0, 0, 0, 0.3);
|
||||
background: #333;
|
||||
padding: 20px 20px;
|
||||
max-height: 1000px;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.dropzone.dz-clickable {
|
||||
cursor: pointer
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dropzone.dz-clickable * {
|
||||
|
|
Loading…
Reference in New Issue