lint compliance

This commit is contained in:
yflory 2023-10-02 15:17:26 +02:00
parent 4dfbf1175e
commit d5d75e85a3

View File

@ -52,7 +52,7 @@
td {
padding: @upload_pad_h @upload_pad_v;
white-space:nowrap;
white-space: nowrap;
}
.cp-fileupload-table-link {
display: flex;
@ -61,7 +61,7 @@
max-width: 40vw;
margin: 0px @upload_pad_v;
.fa {
margin-top: 4px;
margin-top: 4px;
margin-right: 5px;
}
.cp-fileupload-table-name {
@ -69,9 +69,8 @@
text-overflow: ellipsis;
min-width: 35vw;
@media screen and (max-width: 600px)
{
min-width:40vw;
@media screen and (max-width: 600px) {
min-width: 40vw;
}
}
@ -86,7 +85,7 @@
position: relative;
text-align: center;
box-sizing: border-box;
min-width:20vw;
min-width: 20vw;
}
.cp-fileupload-table-progress-container {
@ -96,7 +95,7 @@
position: absolute;
width: 0px;
height: 100%;
padding:2px;
padding: 2px;
background-color: @cp_upload-progress;
z-index: -1; //Z file upload progress container
border-radius: @variables_radius;