SAAS-1022: Re-implement disk quota status on side nav bar
Changed "upload" page layout - panels are side by side and storage status is at bottom of left panel
This commit is contained in:
parent
e188fcde32
commit
2da431895f
4 changed files with 61 additions and 39 deletions
|
@ -2,18 +2,19 @@
|
|||
|
||||
#recent_uploads_wrapper
|
||||
{
|
||||
width: 100%;
|
||||
margin-bottom: 40px;
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
#recent_uploads_table
|
||||
{
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#recent_uploads_table_wrapper
|
||||
{
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
table#recent_uploads_table td
|
||||
|
@ -267,7 +268,7 @@ table#recent_uploads_table td
|
|||
border: 2px solid rgba(0, 0, 0, 0.3);
|
||||
background: #333;
|
||||
padding: 20px 20px;
|
||||
max-height: 300px;
|
||||
max-height: 1000px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
@ -303,7 +304,7 @@ table#recent_uploads_table td
|
|||
border: 2px dashed rgba(255, 255, 255, 0.2);
|
||||
border-radius: 15px;
|
||||
display: block;
|
||||
width: 50%;
|
||||
position: relative;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
|
||||
-webkit-box-shadow: inset 0px -7px 27px -4px rgba(0,0,0,0.55);
|
||||
|
@ -319,7 +320,6 @@ table#recent_uploads_table td
|
|||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin: 16px;
|
||||
/*min-height: 100px*/
|
||||
}
|
||||
|
||||
.dropzone .dz-preview:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue