CSS File
Ajax Multi Upload using one CSS file style.css. It includes classes defining styles of upload queue, upload button, delete file button, etc.
  • After selecting the file/files upload queue will be created automatically (if not specified queueId parameter). You can change it style using .uploadifive-queue class eg.
    .uploadifive-queue
    {
    	width: 625px;
    	max-width: 100%;
    	margin-top: 10px;
    }
  • Items of the upload queue you can style using .uploadifive-queue-item class eg.
    .uploadifive-queue-item
    {
    	margin-top: 5px;
    	padding: 5px;
    	border: 1px solid #D6D6D6;
    	background-color: #FFFFFF;
    	line-height: 17px !important;
    }
  • The upload button (if parameter auto is set to false) you can style using .uploadButton class eg.
    .uploadButton
    {
    	width: 110px;
    	margin-top: 10px;
    }
  • The progress bar you can style using two classes.progress and .progress-barclass eg.
    .progress
    {
    	background-color: #FFFFFF;
    	border-color: #808080 #C5C5C5 #C5C5C5 #808080;
    	border-style: solid;
    	border-width: 1px;
    	margin-top: 10px;
    	width: 100%;
    }
    .progress-bar
    {
    	background-color: #869FB7;
    	height: 3px;
    	width: 1px;
    }
 Buy script at CodeCanyon: