Updated styles for upload gui functionality

This commit is contained in:
xevidos 2020-02-12 23:23:31 -05:00
parent dccd6e210a
commit f69093b07e

View file

@ -482,9 +482,9 @@ table [class^="icon-"], [class*=" icon-"] {
background: #1a1a1a; background: #1a1a1a;
bottom: 25px; bottom: 25px;
cursor: pointer;
display: none; display: none;
height: 50%; height: 50%;
overflow-y: auto;
position: absolute; position: absolute;
right: 100px; right: 100px;
width: 250px; width: 250px;
@ -500,7 +500,6 @@ table [class^="icon-"], [class*=" icon-"] {
.uploads-content { .uploads-content {
height: 100%; height: 100%;
overflow-y: auto;
text-align: center; text-align: center;
width: 100%; width: 100%;
} }
@ -515,18 +514,14 @@ table [class^="icon-"], [class*=" icon-"] {
.upload-title { .upload-title {
display: inline-block; display: inline-block;
left: -45px;
max-width: 75%; max-width: 75%;
position: relative; width: 80%;
width: auto;
} }
.upload-progress-text { .upload-progress-text {
display: inline-block; display: inline-block;
position: relative; width: 20%;
right: -45px;
width: auto;
} }
.upload-progress { .upload-progress {
@ -708,6 +703,7 @@ table [class^="icon-"], [class*=" icon-"] {
left: 0; left: 0;
right: 10px; right: 10px;
bottom: 276px; bottom: 276px;
background-color: #1a1a1a;
} }
.sb-left-projects { .sb-left-projects {