Revision 948a9b34 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
13 13
	padding: 5px 6px;
14 14
	margin-right: 4px;
15 15
/*    background: #f3f3f3 url('../img/buttons.png') no-repeat 0 center;*/
16
	background-color: #4085A5;
16
	background-color: #0A0;
17 17
	outline: 0;
18 18

  
19 19
    /* Optional rounded corners for browsers that support it */
......
37 37

  
38 38
.plupload_add {
39 39
/*	background-position: -181px center;*/
40
	background-color: #0A0;
40 41
}
41 42

  
42 43
.plupload_wrapper {
43
	font: normal 11px Verdana,sans-serif;
44
	font-family: Verdana, 'PT Sans', sans-serif;
45
	font-size: 100%;
44 46
	width: 100%;
45 47
}
46 48

  
......
64 66
/*	color: #FFF;*/
65 67
}
66 68
.plupload_header_title {
67
	font: normal 18px sans-serif;
68
	padding: 6px 0 3px;
69
	font-size: 1.2em;
70
	color: white;
71
	padding: 6px 14px 3px;
69 72
}
70 73
.plupload_header_text {
71
	font: normal 12px sans-serif;
74
	font-size: 0.8em;
75
	color: #4085A5;
76
	padding-left: 14px;
72 77
}
73 78

  
74 79
.plupload_filelist {
......
79 84

  
80 85
.plupload_scroll .plupload_filelist {
81 86
	height: 185px;
82
	background: #F5F5F5;
83 87
	overflow-y: scroll;
84 88
}
85 89

  
86 90
.plupload_filelist li {
87 91
	padding: 10px 8px;
88
	background: #F5F5F5 url('../img/backgrounds.gif') repeat-x 0 -156px;
89
	border-bottom: 1px solid #DDD;
92
	background: #EEE
90 93
}
91 94

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

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

  
110
.plupload_total_status {
111
	color: #FF7F2A;
112
}
113

  
111 114
.plupload_file_size, .plupload_file_status, .plupload_file_action {text-align: right;}
112 115

  
113 116
.plupload_filelist .plupload_file_name {width: 205px}
......
126 129
}
127 130

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

  
......
146 149

  
147 150
.plupload_progress, .plupload_upload_status {
148 151
	display: none;
152
	color: #FF7F2A;
149 153
}
150 154

  
151 155
.plupload_progress_container {
......
157 161
.plupload_progress_bar {
158 162
	width: 0px;
159 163
	height: 7px;
160
	background: #CDEB8B;
164
	background: #FF7F2A;
161 165
}
162 166

  
163 167
.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {

Also available in: Unified diff