Project

General

Profile

Statistics
| Branch: | Revision:

root / docs / www / colonyscout / internal / uploadify / uploadify / uploadify.css @ f59acf11

History | View | Annotate | Download (614 Bytes)

1
/*
2
Default style definitions for:
3

4
Uploadify v1.6.0
5
Copyright (C) 2009 by Ronnie Garcia
6
Co-developed by Travis Nickels
7
*/
8
.fileUploadQueueItem {
9
        font: 11px Verdana, Geneva, sans-serif;
10
        background-color: #F5F5F5;
11
        border: 3px solid #E5E5E5;
12
        margin-top: 5px;
13
        padding: 10px;
14
        width: 300px;
15
}
16
.fileUploadQueueItem .cancel {
17
        float: right;
18
}
19
.fileUploadProgress {
20
        background-color: #FFFFFF;
21
        border-top: 1px solid #808080;
22
        border-left: 1px solid #808080;
23
        border-right: 1px solid #C5C5C5;
24
        border-bottom: 1px solid #C5C5C5;
25
        margin-top: 10px;
26
        width: 100%;
27
}
28
.fileUploadProgressBar {
29
        background-color: #0099FF;
30
}