style.css 861 Bytes
h4 {
    margin : 0 0 10px 0;
}

p {
    margin-top : 5px;
}

#broker-import-fields {
    width : 500px;
}

#csv_file {
    display         : inline-block;
    text-decoration : none;
    width           : auto;
    margin-bottom   : 10px;
}

.error.empty-file {
    display : none;
}

#submit {
    margin-top : 10px;
}

.file-added {
    display : none;
}

.ui-progressbar {
    position : relative;
}

.progress-label, .progress-remove-label {
    position    : absolute;
    left        : 50%;
    top         : 4px;
    font-weight : bold;
    text-shadow : 1px 1px 0 #fff;
}

.progressbar, .progressbar-remove, .remove-start-message {
    display : none;
}

.color-red {
    color : red;
}

.ajax-loader {
    display: none;
    margin-top: 15px;
}

.ajax-loader img {
    vertical-align: middle;
}

ul {
    list-style: circle;
    padding-left :20px;
}