/* =================================================================== */
/* @group FileBrowserDialog button icons
====================================================================== */

.wcFileBrowserDialogIcon {
    background-image: url('images/icons-FileBrowserDialog.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
}

.wcFileBrowserDialogIconCreateFolder { background-position:    0px; }
.wcFileBrowserDialogIconUploadFile   { background-position:  -16px; }
.wcFileBrowserDialogIconCommands     { background-position:  -32px; }

.dijitIcon.upload {
    background-image: url('images/upload.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
}
.dijitIcon.clipboard {
    background-image: url('images/clipboard.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
}
.dijitIcon.report {
    background-image: url('images/report.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
}
.dijitIcon.edit {
    background-image: url('images/edit.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    text-align: center;
}


/* @end
====================================================================== */
