]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/media.css
Wordpress 2.5.1
[autoinstalls/wordpress.git] / wp-admin / css / media.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         height: 2.5em;
9 }
10
11 body#media-upload ul#sidemenu {
12         font-weight: normal;
13         margin: 0 5px;
14         position: absolute;
15         left: 0px;
16         bottom: -1px;
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 .media-upload-form label, .media-upload-form legend {
33         display:block;
34         font-weight: bold;
35         margin-bottom: 0.5em;
36         margin: 0 0 0.5em 0;
37 }
38
39 th { position: relative; }
40
41 .media-upload-form label.form-help, td.help {
42         font-style: italic;
43         font-weight: normal;
44 }
45
46 .media-upload-form p.help {
47         margin: 0;
48         padding: 0;
49 }
50
51 .media-upload-form fieldset {
52         width: 100%;
53         border: none;
54         text-align: justify;
55         margin: 0 0 1em 0;
56         padding: 0;
57 }
58
59 /* specific to the image upload form */
60 .align .field label {
61         display: inline;
62         padding: 0 0 0 28px;
63         margin: 0 1em 0 0;
64 }
65 .image-align-none-label {
66         background: url(../images/align-none.png) no-repeat center left;
67 }
68
69 .image-align-left-label {
70         background: url(../images/align-left.png) no-repeat center left;
71 }
72
73 .image-align-center-label {
74         background: url(../images/align-center.png) no-repeat center left;
75 }
76
77 .image-align-right-label {
78         background: url(../images/align-right.png) no-repeat center left;
79 }
80
81 #flash-upload-ui, .insert-gallery {
82         display: none;
83 }
84
85 tr.image-size label {
86         display: inline;
87         margin: 0 1em 0 0;
88 }
89 .pinkynail {
90         max-width: 40px;
91         max-height: 40px;
92 }
93
94 .filename.original {
95         float: left;
96 }
97 .crunching {
98         display: block;
99         line-height: 32px;
100         text-align: right;
101         margin-right: 5px;
102 }
103 button.dismiss {
104         position: absolute;
105         top: 5px;
106         right: 5px;
107         z-index: 4;
108 }
109 .file-error {
110         margin: 0 0 5px 50px;
111         font-weight: bold;
112 }
113
114 .progress {
115         position: absolute;
116         top: 0px;
117         left: 0px;
118         width: 623px;
119         height: 36px;
120 }
121 .bar {
122         width: 0px;
123         height: 100%;
124         border-right-width: 3px;
125         border-right-style: solid;
126 }
127
128 #library-form .progress, #gallery-form .progress {
129         display: none;
130 }
131
132 .media-item .thumbnail {
133         max-width: 128px;
134         max-height: 128px;
135 }
136 .media-item .pinkynail {
137         float: left;
138         margin: 2px;
139         height: 32px;
140         max-width: 40px;
141 }
142
143 thead.media-item-info tr {
144         background-color: transparent;
145 }
146 thead.media-item-info th, thead.media-item-info td {
147         border: none;
148         margin: 0;
149 }
150
151 .form-table thead.media-item-info {
152         border: 8px solid #fff;
153 }
154
155 .describe.startopen, .describe.startclosed {
156         display: none;
157 }
158 abbr.required {
159         text-decoration: none;
160         border: none;
161 }
162 .describe label {
163         display: inline;
164 }
165 .describe td {
166         vertical-align: middle;
167 }
168 .describe td.A1 {
169         width: 132px;
170 }
171 .describe input[type="text"], .describe textarea {
172         width: 460px;
173 }
174 .describe-toggle-on, .describe-toggle-off {
175         display: block;
176         line-height: 36px;
177         float: right;
178         margin-right: 20px;
179 }
180 .describe-toggle-off {
181         display: none;
182 }
183
184 .clickmask {
185 }
186
187 .hidden {
188         height: 0px;
189         width: 0px;
190         overflow: hidden;
191         border: none;
192 }
193
194 /* Specific to Uploader */
195
196 #media-upload .media-upload-form p {
197         margin: 0 1em 1em 0;
198 }
199 #media-upload p.help {
200         font-style: italic;
201         font-weight: normal;
202 }
203 #media-upload tr.image-size td.field {
204         text-align: center;
205 }
206 #media-upload #media-items {
207         border-width: 1px;
208         border-style: solid;
209         border-bottom: none;
210         width: 623px;
211 }
212
213 #media-upload .media-item {
214         position: relative;
215         border-bottom-width: 1px;
216         border-bottom-style: solid;
217         min-height: 36px;
218         width: 100%;
219 }
220 .filename {
221         line-height: 36px;
222         margin-left: 10px;
223         float: left;
224 }
225 #media-upload .describe {
226         border-top-width: 1px;
227         border-top-style: solid;
228         padding: 5px;
229         width: 100%;
230         clear: both;
231 }
232 #media-upload .describe th.label {
233         padding-top: .5em;
234         text-align: left;
235 }
236 #media-upload tr.align td.field {
237         text-align: center;
238 }
239 #media-upload tr.image-size {
240         margin-bottom: 1em;
241         height: 3em;
242 }