upload.css
1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.uploadify-queue-item {
background-color: #F5F5F5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font: 11px Verdana,Geneva,sans-serif;
margin-top: 5px;
max-width: 370px;
padding: 10px;
}
.uploadify-queue-item .cancel a {
background: url('../images/uploadify-cancel.png') 0 0 no-repeat;
float: right;
height: 16px;
text-indent: -9999px;
width: 16px;
}
.uploadify-progress-bar {
background-color: #09F;
height: 3px;
width: 1px;
}
.uploadItemBox{
width: 150px;
height: 150px;
border: solid 1px gray;
background-color: white;
}
.uploaderButtonLabel {
background-color: #5a7bc2;
padding: 5px 15px;
color: white;
padding: 6px 0px;
font-size: 40%;
font-weight: bold;
cursor: pointer;
border-radius: 2px;
position: relative;
overflow: hidden;
display: block;
width: 300px;
margin: 20px auto 0px auto;
box-shadow: 2px 2px 2px #888888;
}
.buttonText{
background-color: #0046aa;
color: white;
text-align: center;
box-shadow: 2px 2px 2px #888888;
font-weight: bold;
}