add_file.css

About this file

This CSS file contains styles for the page that allows users to add files to a request. Styles are set for the div that has class name "fileupload-control" and spacing for the tables of files available for upload and of files that are uploaded.

Code Check Report




csslint: There is 1 problem in .

add_file.css
1: warning at line 2, col 1
Rule doesn't have all its properties in alphabetical order.
.fileupload-control {
                        

Documentation drawn from source code

/* sets controlling div to relative position */
.fileupload-control {
}

.fileupload-update .fileupload-control {
}

/* sets spacing for uploaded files table */
.template-row-spacer {
}

.template-row-spacer:not(:first-child) {
}

Source code