]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/media.dev.css
Wordpress 3.2
[autoinstalls/wordpress.git] / wp-admin / css / media.dev.css
1 div#media-upload-header {
2         margin: 0;
3         padding: 0 5px;
4         font-weight: bold;
5         position: relative;
6         border-bottom-width: 1px;
7         border-bottom-style: solid;
8 }
9
10 body#media-upload ul#sidemenu {
11         font-weight: normal;
12         margin: 0 5px;
13         left: 0;
14         bottom: -1px;
15         float: none;
16         overflow: hidden;
17 }
18
19 div#media-upload-error {
20         margin: 1em;
21         font-weight: bold;
22 }
23
24 form {
25         margin: 1em;
26 }
27
28 #search-filter {
29         text-align: right;
30 }
31
32 th {
33         position: relative;
34 }
35
36 .media-upload-form label.form-help, td.help {
37         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
38         font-style: italic;
39         font-weight: normal;
40 }
41
42 .media-upload-form p.help {
43         margin: 0;
44         padding: 0;
45 }
46
47 .media-upload-form fieldset {
48         width: 100%;
49         border: none;
50         text-align: justify;
51         margin: 0 0 1em 0;
52         padding: 0;
53 }
54
55 /* specific to the image upload form */
56
57
58 .image-align-none-label {
59         background: url(../images/align-none.png) no-repeat center left;
60 }
61
62 .image-align-left-label {
63         background: url(../images/align-left.png) no-repeat center left;
64 }
65
66 .image-align-center-label {
67         background: url(../images/align-center.png) no-repeat center left;
68 }
69
70 .image-align-right-label {
71         background: url(../images/align-right.png) no-repeat center left;
72 }
73
74 tr.image-size td {
75         width: 460px;
76 }
77
78 tr.image-size div.image-size-item {
79         float: left;
80         width: 25%;
81         margin: 0;
82 }
83
84 #library-form .progress,
85 #gallery-form .progress,
86 .insert-gallery,
87 .describe.startopen,
88 .describe.startclosed {
89         display: none;
90 }
91
92 .media-item .thumbnail {
93         max-width: 128px;
94         max-height: 128px;
95 }
96
97 thead.media-item-info tr {
98         background-color: transparent;
99 }
100
101 thead.media-item-info th,
102 thead.media-item-info td {
103         border: none;
104         margin: 0;
105 }
106
107 .form-table thead.media-item-info {
108         border: 8px solid #fff;
109 }
110
111 abbr.required {
112         text-decoration: none;
113         border: none;
114 }
115
116 .describe label {
117         display: inline;
118 }
119
120 .describe td {
121         vertical-align: middle;
122         padding: 0 5px 8px 0;
123 }
124
125 .describe td.error {
126         padding: 2px 8px;
127 }
128
129 .describe td.A1 {
130         width: 132px;
131 }
132
133 .describe input[type="text"],
134 .describe textarea {
135         width: 460px;
136         border-width: 1px;
137         border-style: solid;
138 }
139
140 .hidden {
141         height: 0;
142         width: 0;
143         overflow: hidden;
144         border: none;
145 }
146
147 /* Specific to Uploader */
148
149 #media-upload p.ml-submit {
150         padding: 1em 0;
151 }
152
153 #media-upload p.help,
154 #media-upload label.help {
155         font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
156         font-style: italic;
157         font-weight: normal;
158 }
159
160 #media-upload tr.image-size td.field {
161         text-align: center;
162 }
163
164 #media-upload #media-items {
165         border-width: 1px;
166         border-style: solid;
167         border-bottom: none;
168         width: 623px;
169 }
170
171 #media-upload .media-item {
172         border-bottom-width: 1px;
173         border-bottom-style: solid;
174         min-height: 36px;
175         width: 100%;
176 }
177
178 #media-upload .ui-sortable .media-item {
179         cursor: move;
180 }
181
182 .filename {
183         line-height: 36px;
184         padding: 0 10px;
185         overflow: hidden;
186 }
187
188 #media-upload .describe {
189         width: 100%;
190         clear: both;
191         cursor: default;
192 }
193
194 #media-upload .slidetoggle {
195         border-top-width: 1px;
196         border-top-style: solid;
197 }
198
199 #media-upload .describe th.label {
200         padding-top: .2em;
201         text-align: left;
202         min-width: 120px;
203 }
204
205 #media-upload tr.align td.field {
206         text-align: center;
207 }
208
209 #media-upload tr.image-size {
210         margin-bottom: 1em;
211         height: 3em;
212 }
213
214 #media-upload #filter {
215         width: 623px;
216 }
217
218 #media-upload #filter .subsubsub {
219         margin: 8px 0;
220 }
221
222 #filter .tablenav select {
223         border-style: solid;
224         border-width: 1px;
225         padding: 2px;
226         vertical-align: top;
227         width: auto;
228 }
229
230 #media-upload .del-attachment {
231         display: none;
232         margin: 5px 0;
233 }
234
235 .menu_order {
236         float: right;
237         font-size: 11px;
238         margin: 10px 10px 0;
239 }
240
241 .menu_order_input {
242         border: 1px solid #ddd;
243         font-size: 10px;
244         padding: 1px;
245         width: 23px;
246 }
247
248 .ui-sortable-helper {
249         background-color: #fff;
250         border: 1px solid #aaa;
251         opacity: 0.6;
252         filter: alpha(opacity=60);
253 }
254
255 #media-upload th.order-head {
256         width: 20%;
257         text-align: center;
258 }
259
260 #media-upload th.actions-head {
261         width: 25%;
262         text-align: center;
263 }
264
265 #media-upload a.wp-post-thumbnail {
266         margin: 0 20px;
267 }
268
269 #media-items a.delete {
270         display: block;
271         float: right;
272 }
273
274 #media-upload .widefat {
275         width: 626px;
276         border-style: solid solid none;
277 }
278
279 .sorthelper {
280         height: 37px;
281         width: 623px;
282         display: block;
283 }
284
285 #gallery-settings th.label {
286         width: 160px;
287 }
288
289 #gallery-settings #basic th.label {
290         padding: 5px 5px 5px 0;
291 }
292
293 #gallery-settings .title {
294         clear: both;
295         padding: 0 0 3px;
296         font-size: 1.6em;
297         border-bottom: 1px solid #DADADA;
298 }
299
300 h3.media-title  {
301         font-size: 1.6em;
302 }
303
304 h4.media-sub-title  {
305         border-bottom: 1px solid #DADADA;
306         font-size: 1.3em;
307         margin: 12px;
308         padding: 0 0 3px;
309 }
310
311 #gallery-settings .title,
312 h3.media-title,
313 h4.media-sub-title {
314         font-family: Georgia,"Times New Roman",Times,serif;
315         font-weight: normal;
316         color: #5A5A5A;
317 }
318
319 #gallery-settings .describe td {
320         vertical-align: middle;
321         height: 3em;
322 }
323
324 #gallery-settings .describe th.label {
325         padding-top: .5em;
326         text-align: left;
327 }
328
329 #gallery-settings .describe {
330         padding: 5px;
331         width: 615px;
332         clear: both;
333         cursor: default;
334 }
335
336 #gallery-settings .describe select {
337         width: 15em;
338 }
339
340 #gallery-settings .describe select option,
341 #gallery-settings .describe td {
342         padding: 0;
343 }
344
345 #gallery-settings label,
346 #gallery-settings legend {
347         font-size: 13px;
348         color: #464646;
349         margin-right: 15px;
350 }
351
352 #gallery-settings .align .field label {
353         margin: 0 1.5em 0 0;
354 }
355
356 #gallery-settings p.ml-submit {
357         border-top: 1px solid #dfdfdf;
358 }
359
360 #gallery-settings select#columns {
361         width: 6em;
362 }
363
364 #sort-buttons {
365         font-size: 0.8em;
366         margin: 3px 25px -8px 0;
367         text-align: right;
368         max-width: 625px;
369 }
370
371 #sort-buttons a {
372         text-decoration: none;
373 }
374
375 #sort-buttons #asc,
376 #sort-buttons #showall {
377         padding-left: 5px;
378 }
379
380 #sort-buttons span {
381         margin-right: 25px;
382 }