Visual enhancements for new uploader
This commit is contained in:
parent
50ded2697b
commit
99f5248032
@ -21,7 +21,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 450px;
|
width: 450px;
|
||||||
margin-left: -225px;
|
margin-left: -225px;
|
||||||
margin-top: -160px;
|
margin-top: -170px;
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
background-image: -webkit-linear-gradient(top, rgb(75, 75, 75), rgb(45, 45, 45));
|
background-image: -webkit-linear-gradient(top, rgb(75, 75, 75), rgb(45, 45, 45));
|
||||||
background-image: -moz-linear-gradient(top, rgb(75, 75, 75), rgb(45, 45, 45));
|
background-image: -moz-linear-gradient(top, rgb(75, 75, 75), rgb(45, 45, 45));
|
||||||
@ -83,7 +83,7 @@
|
|||||||
/* Row ------------------------------------------------*/
|
/* Row ------------------------------------------------*/
|
||||||
.upload_message .rows .row {
|
.upload_message .rows .row {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 13px 0px;
|
padding: 8px 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: rgba(255, 255, 255, .02);
|
background-color: rgba(255, 255, 255, .02);
|
||||||
}
|
}
|
||||||
@ -95,7 +95,7 @@
|
|||||||
.upload_message .rows .row a.name {
|
.upload_message .rows .row a.name {
|
||||||
float: left;
|
float: left;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
padding: 0px 10px;
|
padding: 5px 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
.upload_message .rows .row a.status {
|
.upload_message .rows .row a.status {
|
||||||
float: right;
|
float: right;
|
||||||
padding: 0px 10px;
|
padding: 5px 10px;
|
||||||
color: rgba(255, 255, 255, .5);
|
color: rgba(255, 255, 255, .5);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
@ -95,6 +95,8 @@ upload = {
|
|||||||
|
|
||||||
$("#upload_files").val("");
|
$("#upload_files").val("");
|
||||||
|
|
||||||
|
//upload.close();
|
||||||
|
|
||||||
if (album.getID()===false) lychee.goto("0");
|
if (album.getID()===false) lychee.goto("0");
|
||||||
else album.load(albumID);
|
else album.load(albumID);
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user