mirror of
https://github.com/xevidos/codiad.git
synced 2024-12-23 06:12:16 +01:00
Updated styles for upload gui functionality
This commit is contained in:
parent
dccd6e210a
commit
f69093b07e
1 changed files with 4 additions and 8 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue