Line | |
---|
1 | span.media-file-mode { |
---|
2 | margin-right: 1em; |
---|
3 | } |
---|
4 | |
---|
5 | .media-file-mode a { |
---|
6 | border-bottom: none; |
---|
7 | } |
---|
8 | |
---|
9 | .media-file-mode img { |
---|
10 | margin-right: 1em; |
---|
11 | } |
---|
12 | |
---|
13 | .media-item { |
---|
14 | position: relative; |
---|
15 | border: 1px solid #dfdfdf; |
---|
16 | margin: 9px; |
---|
17 | padding: 10px 12px 6px; |
---|
18 | width: 320px; |
---|
19 | display: inline-block; |
---|
20 | vertical-align: top; |
---|
21 | min-height: 140px; |
---|
22 | word-wrap: break-word; |
---|
23 | } |
---|
24 | |
---|
25 | .media-item p { |
---|
26 | margin: 0 0 .5em; |
---|
27 | } |
---|
28 | |
---|
29 | .media-item object { |
---|
30 | margin-top: .5em; |
---|
31 | } |
---|
32 | |
---|
33 | .media-item ul { |
---|
34 | display: block; |
---|
35 | list-style: none; |
---|
36 | margin: 0; |
---|
37 | padding: 0; |
---|
38 | } |
---|
39 | |
---|
40 | .media-item audio { |
---|
41 | width: 90%; |
---|
42 | margin-top: .5em; |
---|
43 | } |
---|
44 | |
---|
45 | a.media-icon { |
---|
46 | display: block; |
---|
47 | border-bottom: none; |
---|
48 | margin: 0 auto; |
---|
49 | } |
---|
50 | |
---|
51 | .media-icon img { |
---|
52 | display: block; |
---|
53 | } |
---|
54 | |
---|
55 | a.media-flag { |
---|
56 | border-bottom: none; |
---|
57 | } |
---|
58 | |
---|
59 | .media-flag img { |
---|
60 | float: left; |
---|
61 | margin-right: .5em; |
---|
62 | } |
---|
63 | |
---|
64 | .media-link { |
---|
65 | font-size: 1.1em; |
---|
66 | } |
---|
67 | |
---|
68 | .media-action-box { |
---|
69 | position: relative; |
---|
70 | margin: 3em 3em 1em 1em; |
---|
71 | display: inline-block; |
---|
72 | vertical-align: top; |
---|
73 | } |
---|
74 | |
---|
75 | li.media-action { |
---|
76 | display: block; |
---|
77 | position: absolute; |
---|
78 | bottom: 4px; |
---|
79 | right: 8px; |
---|
80 | height: 16px; |
---|
81 | } |
---|
82 | |
---|
83 | li.media-action a { |
---|
84 | border: none; |
---|
85 | } |
---|
86 | |
---|
87 | li.media-action a.attach-media { |
---|
88 | margin-right: 5px; |
---|
89 | } |
---|
90 | |
---|
91 | li.media-action form { |
---|
92 | display: inline; |
---|
93 | } |
---|
94 | |
---|
95 | li.media-action input { |
---|
96 | border: none; |
---|
97 | } |
---|
98 | |
---|
99 | #entry-sidebar .media-item { |
---|
100 | width: 100%; |
---|
101 | min-height: 0; |
---|
102 | padding: 4px; |
---|
103 | margin: .33em 0; |
---|
104 | } |
---|
105 | |
---|
106 | #entry-sidebar li.media-action { |
---|
107 | top: 4px; |
---|
108 | } |
---|
109 | |
---|
110 | .folders-group .media-item { |
---|
111 | min-height: 70px; |
---|
112 | } |
---|
113 | |
---|
114 | .folders-group .media-item p { |
---|
115 | margin-bottom: 0; |
---|
116 | } |
---|
117 | |
---|
118 | .media-folder { |
---|
119 | background: transparent url(bg_menu.png) repeat-y; |
---|
120 | border-color: #eee; |
---|
121 | } |
---|
122 | |
---|
123 | tr.media-folder { |
---|
124 | background: transparent; |
---|
125 | } |
---|
126 | |
---|
127 | .media-folder-up { |
---|
128 | border-color: #fff; |
---|
129 | padding-bottom: 6px; |
---|
130 | } |
---|
131 | |
---|
132 | .media-folder .media-link { |
---|
133 | font-size: 1.25em; |
---|
134 | margin-left: 2em; |
---|
135 | color: #676e78; |
---|
136 | border-bottom: none; |
---|
137 | } |
---|
138 | |
---|
139 | .medias-delete, |
---|
140 | .medias-select { |
---|
141 | text-align: right; |
---|
142 | } |
---|
143 | |
---|
144 | .media-recent { |
---|
145 | float: left; |
---|
146 | margin-right: 2em; |
---|
147 | } |
---|
148 | |
---|
149 | #media-fav-dir { |
---|
150 | border-bottom: none; |
---|
151 | } |
---|
152 | |
---|
153 | #media-fav-dir img { |
---|
154 | vertical-align: middle; |
---|
155 | } |
---|
156 | |
---|
157 | |
---|
158 | /* upload multiple */ |
---|
159 | |
---|
160 | .enhanced_uploader .choose_files, |
---|
161 | .enhanced_uploader .cancel, |
---|
162 | .enhanced_uploader .clean, |
---|
163 | .enhanced_uploader .start { |
---|
164 | margin-right: .4em; |
---|
165 | } |
---|
166 | |
---|
167 | .enhanced_uploader #upfile { |
---|
168 | visibility: hidden; |
---|
169 | width: 0; |
---|
170 | height: 0; |
---|
171 | margin: 0; |
---|
172 | opacity: 0; |
---|
173 | filter: alpha(opacity=0); |
---|
174 | cursor: pointer; |
---|
175 | } |
---|
176 | |
---|
177 | .button.clean, |
---|
178 | .button.cancel, |
---|
179 | .button.choose_files { |
---|
180 | display: none; |
---|
181 | } |
---|
182 | |
---|
183 | .enhanced_uploader .button.choose_files { |
---|
184 | display: inline-block; |
---|
185 | } |
---|
186 | |
---|
187 | .enhanced_uploader .max-size { |
---|
188 | display: block; |
---|
189 | } |
---|
190 | |
---|
191 | .enhanced_uploader .one-file { |
---|
192 | display: none; |
---|
193 | } |
---|
194 | |
---|
195 | label span.one-file { |
---|
196 | display: inline; |
---|
197 | } |
---|
198 | |
---|
199 | .enhanced_uploader p.clear { |
---|
200 | padding-top: 1em; |
---|
201 | margin-bottom: 1em; |
---|
202 | } |
---|
203 | |
---|
204 | #add-file-f p.clear { |
---|
205 | margin-top: 1em; |
---|
206 | margin-bottom: 0; |
---|
207 | clear: both; |
---|
208 | } |
---|
209 | |
---|
210 | .files { |
---|
211 | list-style-type: none; |
---|
212 | margin-left: 0; |
---|
213 | padding-left: 0; |
---|
214 | border-bottom: 1px solid #dfdfdf; |
---|
215 | } |
---|
216 | |
---|
217 | .files li { |
---|
218 | margin-left: 0; |
---|
219 | padding-left: 0; |
---|
220 | } |
---|
221 | |
---|
222 | .upload-msg { |
---|
223 | font-weight: bold; |
---|
224 | } |
---|
225 | |
---|
226 | .upload-msg.upload-error { |
---|
227 | color: #900; |
---|
228 | } |
---|
229 | |
---|
230 | .upload-files { |
---|
231 | padding: 0 0.5em; |
---|
232 | margin: 1em 0; |
---|
233 | } |
---|
234 | |
---|
235 | .upload-file { |
---|
236 | margin: 0; |
---|
237 | padding: .3em 0; |
---|
238 | border-top: 1px solid #dfdfdf; |
---|
239 | position: relative; |
---|
240 | } |
---|
241 | |
---|
242 | .upload-fileinfo { |
---|
243 | margin-left: 0; |
---|
244 | } |
---|
245 | |
---|
246 | .upload-fileinfo input { |
---|
247 | position: absolute; |
---|
248 | top: .5em; |
---|
249 | right: .5em; |
---|
250 | } |
---|
251 | |
---|
252 | .upload-fileinfo span { |
---|
253 | padding-right: 8px; |
---|
254 | } |
---|
255 | |
---|
256 | .upload-fileinfo .upload-filecancel { |
---|
257 | display: block; |
---|
258 | padding-right: 0; |
---|
259 | margin-top: 3px; |
---|
260 | width: 20px; |
---|
261 | height: 20px; |
---|
262 | background: transparent url("cancel.png") no-repeat left top; |
---|
263 | text-indent: -1000px; |
---|
264 | cursor: pointer; |
---|
265 | float: left; |
---|
266 | } |
---|
267 | |
---|
268 | .upload-filemsg { |
---|
269 | font-weight: bold; |
---|
270 | color: green; |
---|
271 | } |
---|
272 | |
---|
273 | .upload-filemsg.upload-error { |
---|
274 | color: #900; |
---|
275 | } |
---|
276 | |
---|
277 | .upload-progress { |
---|
278 | padding: .3em 0; |
---|
279 | } |
---|
280 | |
---|
281 | .upload-progress div { |
---|
282 | width: 0; |
---|
283 | height: 1.2em; |
---|
284 | font-weight: bold; |
---|
285 | line-height: 1.2em; |
---|
286 | text-align: right; |
---|
287 | background: green url(loader.png) repeat-x left top; |
---|
288 | color: white; |
---|
289 | border-radius: 3px; |
---|
290 | } |
---|
291 | |
---|
292 | div.template-upload { |
---|
293 | clear: both; |
---|
294 | } |
---|
295 | |
---|
296 | .queue-message { |
---|
297 | font-weight: bold; |
---|
298 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.