Fix the ghost icon in the drive and add missing text

This commit is contained in:
yflory
2017-08-28 12:22:31 +02:00
parent 57d0c6c973
commit 6c65e5ff72
7 changed files with 229 additions and 127 deletions

View File

@@ -506,9 +506,9 @@ span {
}
.fa {
cursor: pointer;
font-size: 100px;
line-height: 140px;
margin: 0;
font-size: 90px;
margin-top: 5px;
margin-bottom: 0;
}
}
}
@@ -597,6 +597,34 @@ span {
flex: 1;
}
#addPadDialog.cp-modal-container {
.fileIcon;
li:not(.selected):hover {
border: 1px solid white;
}
.cp-modal {
display: flex;
flex-flow: column;
li, li .fa {
cursor: pointer;
}
&> p {
margin: 50px;
}
&> div {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: center;
.uploadFile {
break-after: always;
page-break-after: always;
}
}
}
}
/* Toolbar */