Project

General

Profile

Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (331 Bytes)

1
/* Queue container styling
2
   or you can use .fileUploadQueue if you want to style all queue containers with the same properties */
3
#fileUploadstyleQueue{
4
        margin-top: 5px;
5
        padding: 3px;
6
        background-color: white;
7
        border-color: #cecece;
8
        border-style: solid;
9
        border-width: 1px;
10
        overflow: auto;
11
        height: 150px;
12
        width: 350px;
13
}
14