Revision 5d69baf7 src/gr/grnet/pithos/web/public/plupload/js/jquery.plupload.queue/css/jquery.plupload.queue.css

b/src/gr/grnet/pithos/web/public/plupload/js/jquery.plupload.queue/css/jquery.plupload.queue.css
5 5
.plupload_button {
6 6
	display: -moz-inline-box; /* FF < 3*/
7 7
	display: inline-block;
8
	font: normal 12px sans-serif;
8
/*	font: normal 12px sans-serif;*/
9 9
	text-decoration: none;
10
    color: #42454a;
11
    border: 1px solid #bababa;
12
    padding: 2px 8px 3px 20px;
10
/*    color: #42454a;*/
11
/*    border: 1px solid #bababa;*/
12
/*    padding: 2px 8px 3px 20px;*/
13
	padding: 5px 6px;
13 14
	margin-right: 4px;
14
    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;
15
/*    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;*/
16
	background-color: #4085A5;
15 17
	outline: 0;
16 18

  
17 19
    /* Optional rounded corners for browsers that support it */
18
    -moz-border-radius: 3px;
20
/*    -moz-border-radius: 3px;
19 21
    -khtml-border-radius: 3px;
20 22
    -webkit-border-radius: 3px;
21
    border-radius: 3px;
23
    border-radius: 3px;*/
22 24
}
23 25

  
24 26
.plupload_button:hover {
25
	color: #000;
26
	text-decoration: none;
27
/*	color: #000;
28
	text-decoration: none;*/
27 29
}
28 30

  
29 31
.plupload_disabled, a.plupload_disabled:hover {
30 32
    color: #737373;
31 33
    border-color: #c5c5c5;
32
    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;
34
/*    background: #ededed url('../img/buttons-disabled.png') no-repeat 0 center;*/
33 35
	cursor: default;
34 36
}
35 37

  
36 38
.plupload_add {
37
	background-position: -181px center;
39
/*	background-position: -181px center;*/
38 40
}
39 41

  
40 42
.plupload_wrapper {
......
43 45
}
44 46

  
45 47
.plupload_container {
46
	padding: 8px;
47
	background: url('../img/transp50.png');
48
/*	padding: 8px;*/
49
/*	background: url('../img/transp50.png');*/
48 50
	/*-moz-border-radius: 5px;*/
49 51
}
50 52

  
......
54 56
	width: 98%;
55 57
}
56 58

  
57
.plupload_header {background: #2A2C2E url('../img/backgrounds.gif') repeat-x;}
59
.plupload_header {/*background: #2A2C2E url('../img/backgrounds.gif') repeat-x;*/}
58 60
.plupload_header_content {
59
	background: url('../img/backgrounds.gif') no-repeat 0 -317px;
61
/*/	background: url('../img/backgrounds.gif') no-repeat 0 -317px;*/
60 62
	min-height: 56px;
61
	padding-left: 60px;
62
	color: #FFF;
63
/*	padding-left: 60px;*/
64
/*	color: #FFF;*/
63 65
}
64 66
.plupload_header_title {
65 67
	font: normal 18px sans-serif;
......
88 90
}
89 91

  
90 92
.plupload_filelist_header, .plupload_filelist_footer {
91
	background: #DFDFDF;
93
/*	background: #DFDFDF;*/
94
	background: #74aec9;
92 95
	padding: 8px 8px;
93
	color: #42454A;
96
/*	color: #42454A;*/
94 97
}
95 98
.plupload_filelist_header {	
96 99
	border-top: 1px solid #EEE;
97 100
	border-bottom: 1px solid #CDCDCD;
98 101
}
99 102

  
100
.plupload_filelist_footer {border-top: 1px solid #FFF; height: 22px; line-height: 20px; vertical-align: middle;}
103
.plupload_filelist_footer {/*border-top: 1px solid #FFF; height: 22px; line-height: 20px;*/ vertical-align: middle;}
101 104
.plupload_file_name {float: left; overflow: hidden}
102
.plupload_file_status {color: #777;}
103
.plupload_file_status span {color: #42454A;}
105
.plupload_file_status {/*color: #777;*/}
106
.plupload_file_status span {/*color: #42454A;*/}
104 107
.plupload_file_size, .plupload_file_status, .plupload_progress {
105 108
	float: right;
106 109
	width: 80px;
......
122 125
	height: 16px;
123 126
}
124 127

  
125
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
128
li.plupload_uploading {
129
	background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;
130
	background-color: #A1C8DB;
131
}
126 132
li.plupload_done {color:#AAA}
127 133

  
128 134
li.plupload_delete a {

Also available in: Unified diff