diff --git a/customize.dist/src/less2/include/fileupload.less b/customize.dist/src/less2/include/fileupload.less index d0db159b2..28e972d44 100644 --- a/customize.dist/src/less2/include/fileupload.less +++ b/customize.dist/src/less2/include/fileupload.less @@ -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;