Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (1.63 KB)

1
/*
2
Uploadify v2.1.1
3
Release Date: November 1, 2010
4

5
Copyright (c) 2010 Ronnie Garcia, Travis Nickels
6

7
Permission is hereby granted, free of charge, to any person obtaining a copy
8
of this software and associated documentation files (the "Software"), to deal
9
in the Software without restriction, including without limitation the rights
10
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
copies of the Software, and to permit persons to whom the Software is
12
furnished to do so, subject to the following conditions:
13

14
The above copyright notice and this permission notice shall be included in
15
all copies or substantial portions of the Software.
16

17
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23
THE SOFTWARE.
24
*/
25
.uploadifyQueueItem {
26
        background-color: #F5F5F5;
27
        border: 2px solid #E5E5E5;
28
        font: 11px Verdana, Geneva, sans-serif;
29
        margin-top: 5px;
30
        padding: 10px;
31
        width: 350px;
32
}
33
.uploadifyError {
34
        background-color: #FDE5DD !important;
35
        border: 2px solid #FBCBBC !important;
36
}
37
.uploadifyQueueItem .cancel {
38
        float: right;
39
}
40
.uploadifyQueue .completed {
41
        background-color: #E5E5E5;
42
}
43
.uploadifyProgress {
44
        background-color: #E5E5E5;
45
        margin-top: 10px;
46
        width: 100%;
47
}
48
.uploadifyProgressBar {
49
        background-color: #0099FF;
50
        height: 3px;
51
        width: 1px;
52
}