Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
@charset 'UTF-8';
2
/*
3
 * jQuery File Upload UI Plugin CSS 5.0.6
4
 * https://github.com/blueimp/jQuery-File-Upload
5
 *
6
 * Copyright 2010, Sebastian Tschan
7
 * https://blueimp.net
8
 *
9
 * Licensed under the MIT license:
10
 * http://creativecommons.org/licenses/MIT/
11
 */
12
 
13
.fileupload-buttonbar .ui-button input {
14
  position: absolute;
15
  top: 0;
16
  right: 0;
17
  margin: 0;
18
  border: solid transparent;
19
  border-width: 0 0 100px 200px;
20
  opacity: 0;
21
  filter: alpha(opacity=0);
22
  -o-transform: translate(250px, -50px) scale(1);
23
  -moz-transform: translate(-300px, 0) scale(4);
24
  direction: ltr;
25
  cursor: pointer;
26
}
27
 
28
.fileinput-button {
29
  overflow: hidden;
30
}
31
 
32
/* Fix for IE 6: */
33
*html .fileinput-button {
34
  padding: 2px 0;
35
}
36
 
37
/* Fix for IE 7: */
38
*+html .fileinput-button {
39
  padding: 2px 0;
40
}
41
 
42
.fileupload-buttonbar {
43
  padding: 0.2em 0.4em;
44
}
45
 
46
.fileupload-buttonbar .ui-button {
47
  vertical-align: middle;
48
}
49
 
50
.fileupload-content {
51
  padding: 0.2em 0.4em;
52
  border-top-width: 0;
53
}
54
 
55
.fileupload-content .ui-progressbar {
56
  width: 200px;
57
  height: 20px;
58
}
59
 
60
.fileupload-content .ui-progressbar-value {
61
  background: url(pbar-ani.gif);
62
}
63
 
64
.fileupload-content .fileupload-progressbar {
65
  width: 400px;
66
  margin: 10px 0;
67
}
68
 
69
.files {
70
  margin: 10px 0;
71
  border-collapse: collapse;
72
}
73
 
74
.files td {
75
  padding: 5px;
76
  border-spacing: 5px;
77
}
78
 
79
.files img {
80
  border: none;
81
}
82
 
83
.files .name {
84
  padding: 0 10px;
85
}
86
 
87
.files .size {
88
  padding: 0 10px 0 0;
89
  text-align: right;
90
  white-space: nowrap;
91
}
92
 
93
.ui-state-disabled .ui-state-disabled {
94
  opacity: 1;
95
  filter: alpha(opacity=100);
96
}
97
 
98
.ui-state-disabled input {
99
  cursor: default;
100
}