author | Anthony Ly <anthonyly.com@gmail.com> |
Mon, 19 Nov 2012 18:26:13 +0100 | |
changeset 194 | 32102edaa81b |
parent 136 | bde1974c263b |
child 204 | 09a1c134465b |
permissions | -rw-r--r-- |
136 | 1 |
|
2 |
html, body { |
|
3 |
background-color: #fff; |
|
4 |
margin: 0; |
|
5 |
padding: 0; |
|
6 |
} |
|
7 |
||
8 |
.submit input, |
|
9 |
.button, |
|
10 |
.button-primary, |
|
11 |
.button-secondary, |
|
12 |
.button-highlighted { |
|
13 |
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; |
|
14 |
text-decoration: none; |
|
15 |
font-size: 11px !important; |
|
16 |
line-height: 16px; |
|
17 |
padding: 2px 8px; |
|
18 |
cursor: pointer; |
|
19 |
border-width: 1px; |
|
20 |
border-style: solid; |
|
21 |
-webkit-border-radius: 11px; |
|
22 |
border-radius: 11px; |
|
23 |
-moz-box-sizing: content-box; |
|
24 |
-webkit-box-sizing: content-box; |
|
25 |
-khtml-box-sizing: content-box; |
|
26 |
box-sizing: content-box; |
|
27 |
} |
|
28 |
||
29 |
a.button { |
|
30 |
padding: 4px 8px; |
|
31 |
} |
|
32 |
||
33 |
textarea, |
|
34 |
input, |
|
35 |
select { |
|
36 |
font: 13px Verdana, Arial, Helvetica, sans-serif; |
|
37 |
margin: 1px; |
|
38 |
padding: 3px; |
|
39 |
} |
|
40 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
41 |
p.help { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
42 |
margin: 4px 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
43 |
font-size: 12px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
44 |
font-style: italic; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
45 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
46 |
|
136 | 47 |
body, td { |
48 |
font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; |
|
49 |
} |
|
50 |
||
51 |
abbr.required { |
|
52 |
color: #FF0000; |
|
53 |
text-align: left; |
|
54 |
} |
|
55 |
||
56 |
img.alignright, |
|
57 |
.alignright { |
|
58 |
float: right; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
59 |
margin-left: 5px; |
136 | 60 |
} |
61 |
||
62 |
img.alignleft, |
|
63 |
.alignleft { |
|
64 |
float: left; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
65 |
margin-right: 5px; |
136 | 66 |
} |
67 |
||
68 |
img.aligncenter { |
|
69 |
display: block; |
|
70 |
margin-left: auto; |
|
71 |
margin-right: auto; |
|
72 |
} |
|
73 |
||
74 |
label { |
|
75 |
cursor: pointer; |
|
76 |
} |
|
77 |
||
78 |
th.label { |
|
79 |
width: 107px; |
|
80 |
} |
|
81 |
||
82 |
#media-upload #basic th.label { |
|
83 |
padding: 5px 5px 5px 0; |
|
84 |
} |
|
85 |
||
86 |
.show-align { |
|
87 |
height: 200px; |
|
88 |
width: 480px; |
|
89 |
float: right; |
|
90 |
background-color: #f1f1f1; |
|
91 |
cursor: default; |
|
92 |
-moz-user-select: none; |
|
93 |
user-select: none; |
|
94 |
overflow: hidden; |
|
95 |
} |
|
96 |
||
97 |
#img-edit { |
|
98 |
border: 1px solid #dfdfdf; |
|
99 |
width: 623px; |
|
100 |
margin: 15px auto; |
|
101 |
} |
|
102 |
||
103 |
#media-upload .media-upload-form table.describe { |
|
104 |
border-top-style: none; |
|
105 |
border-top-width: 0; |
|
106 |
} |
|
107 |
||
108 |
#img_demo_txt { |
|
109 |
font-size: 9px; |
|
110 |
line-height: 13px; |
|
111 |
font-family: Monaco,"Courier New",Courier,monospace; |
|
112 |
color: #888; |
|
113 |
} |
|
114 |
||
115 |
#img_demo { |
|
116 |
padding: 0; |
|
117 |
} |
|
118 |
||
119 |
#saveeditimg { |
|
120 |
padding: 10px 0 0 5px; |
|
121 |
border-top: 1px solid #ccc; |
|
122 |
} |
|
123 |
||
124 |
#sidemenu, |
|
125 |
#sidemenu li { |
|
126 |
list-style: none; |
|
127 |
} |
|
128 |
||
129 |
#sidemenu li { |
|
130 |
display: inline; |
|
131 |
} |
|
132 |
||
133 |
#sidemenu a { |
|
134 |
border-bottom-style: solid; |
|
135 |
border-bottom-width: 1px; |
|
136 |
border-top-style: solid; |
|
137 |
border-top-width: 1px; |
|
138 |
display: block; |
|
139 |
float: left; |
|
140 |
height: 28px; |
|
141 |
line-height: 28px; |
|
142 |
text-decoration: none; |
|
143 |
text-align: center; |
|
144 |
white-space: nowrap; |
|
145 |
margin: 0; |
|
146 |
padding: 0pt 7px; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
147 |
background-color: #f9f9f9; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
148 |
border-color: #f9f9f9; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
149 |
border-bottom-color: #dfdfdf; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
150 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
151 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
152 |
a { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
153 |
color: #21759B; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
154 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
155 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
156 |
a:hover, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
157 |
a:active, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
158 |
a:focus { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
159 |
color: #D54E21; |
136 | 160 |
} |
161 |
||
162 |
#sidemenu a.current { |
|
163 |
-webkit-border-top-left-radius: 4px; |
|
164 |
border-top-left-radius: 4px; |
|
165 |
-webkit-border-top-right-radius: 4px; |
|
166 |
border-top-right-radius: 4px; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
167 |
border-style: solid; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
168 |
border-width: 1px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
169 |
font-weight: normal; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
170 |
background-color: #fff; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
171 |
border-color: #dfdfdf #dfdfdf #fff; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
172 |
color: #D54E21; |
136 | 173 |
} |
174 |
||
175 |
#adv_settings .field label { |
|
176 |
padding: 0 5px 5px; |
|
177 |
} |
|
178 |
||
179 |
#media-upload h3 { |
|
180 |
clear: both; |
|
181 |
padding: 0pt 0pt 3px; |
|
182 |
border-bottom-style: solid; |
|
183 |
border-bottom-width: 1px; |
|
184 |
font-family: Georgia,"Times New Roman",Times,serif; |
|
185 |
font-size: 20px; |
|
186 |
font-weight: normal; |
|
187 |
line-height: normal; |
|
188 |
margin: 0 0 10px -4px; |
|
189 |
padding: 15px 0 3px; |
|
190 |
border-bottom-color: #DADADA; |
|
191 |
color: #5A5A5A; |
|
192 |
} |
|
193 |
||
194 |
#img_dim #width, |
|
195 |
#img_dim #height, |
|
196 |
#img_prop #border, |
|
197 |
#img_prop #vspace, |
|
198 |
#img_prop #hspace { |
|
199 |
width: 36px; |
|
200 |
} |
|
201 |
||
202 |
#img_dim abbr { |
|
203 |
padding: 0 4px; |
|
204 |
} |
|
205 |
||
206 |
#show_align_sp { |
|
207 |
width: 115px; |
|
208 |
} |
|
209 |
||
210 |
#img_dim input, |
|
211 |
#img_prop input { |
|
212 |
margin-right: 10px; |
|
213 |
} |
|
214 |
||
215 |
#basic .align .field label { |
|
216 |
padding: 0 0 0 24px; |
|
217 |
} |
|
218 |
||
219 |
#basic { |
|
220 |
padding-top: 2px; |
|
221 |
} |
|
222 |
||
223 |
td { |
|
224 |
padding: 2px 0; |
|
225 |
} |
|
226 |
||
227 |
#img_size { |
|
228 |
float: right; |
|
229 |
text-align: center; |
|
230 |
cursor: pointer; |
|
231 |
background-color: #f1f1f1; |
|
232 |
padding: 5px 0; |
|
233 |
width: 45px; |
|
234 |
} |
|
235 |
||
236 |
#img_size div { |
|
237 |
font-size: 10px; |
|
238 |
padding: 2px; |
|
239 |
border: 1px solid #f1f1f1; |
|
240 |
line-height: 15px; |
|
241 |
height: 15px; |
|
242 |
-webkit-border-radius: 3px; |
|
243 |
border-radius: 3px; |
|
244 |
color: #07273E; |
|
245 |
} |
|
246 |
||
247 |
#img_size div#s100 { |
|
248 |
border-color: #A3A3A3; |
|
249 |
background-color: #E5E5E5; |
|
250 |
} |
|
251 |
||
252 |
#img_size_div { |
|
253 |
width: 100px; |
|
254 |
float: left; |
|
255 |
cursor: default; |
|
256 |
} |
|
257 |
||
258 |
#img_size_title { |
|
259 |
margin: 0 7px 5px; |
|
260 |
text-align: right; |
|
261 |
font-weight: bold; |
|
262 |
} |
|
263 |
||
264 |
#img_align_td { |
|
265 |
padding: 2px 0 8px; |
|
266 |
} |
|
267 |
||
268 |
#media-upload tr.align td.field { |
|
269 |
text-align: center; |
|
270 |
} |
|
271 |
||
272 |
.describe td { |
|
273 |
vertical-align: middle; |
|
274 |
} |
|
275 |
||
276 |
#media-upload .describe th.label { |
|
277 |
padding-top: .5em; |
|
278 |
text-align: left; |
|
279 |
} |
|
280 |
||
281 |
#media-upload .describe { |
|
282 |
border-top-width: 1px; |
|
283 |
border-top-style: solid; |
|
284 |
padding: 5px; |
|
285 |
width: 100%; |
|
286 |
clear: both; |
|
287 |
cursor: default; |
|
288 |
} |
|
289 |
||
290 |
form { |
|
291 |
margin: 1em; |
|
292 |
} |
|
293 |
||
294 |
.describe input[type="text"], |
|
295 |
.describe textarea { |
|
296 |
width: 460px; |
|
297 |
border: 1px solid #dfdfdf; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
298 |
-webkit-border-radius: 4px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
299 |
border-radius: 4px; |
136 | 300 |
} |
301 |
||
302 |
.media-upload-form label, |
|
303 |
.media-upload-form legend { |
|
304 |
font-weight: bold; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
305 |
font-size: 12px; |
136 | 306 |
color: #464646; |
307 |
} |
|
308 |
||
309 |
.align .field label { |
|
310 |
display: inline; |
|
311 |
padding: 0 0 0 28px; |
|
312 |
margin: 0 1em 0 0; |
|
313 |
} |
|
314 |
.image-align-none-label { |
|
315 |
background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left; |
|
316 |
} |
|
317 |
||
318 |
.image-align-left-label { |
|
319 |
background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left; |
|
320 |
} |
|
321 |
||
322 |
.image-align-center-label { |
|
323 |
background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left; |
|
324 |
} |
|
325 |
||
326 |
.image-align-right-label { |
|
327 |
background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left; |
|
328 |
} |
|
329 |
||
330 |
div#media-upload-header { |
|
331 |
margin: 0; |
|
332 |
padding: 0 5px; |
|
333 |
font-weight: bold; |
|
334 |
position: relative; |
|
335 |
border-bottom-width: 1px; |
|
336 |
border-bottom-style: solid; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
337 |
height: 33px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
338 |
background-color: #f9f9f9; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
339 |
border-bottom-color: #dfdfdf; |
136 | 340 |
} |
341 |
||
342 |
body#media-upload ul#sidemenu { |
|
343 |
font-weight: normal; |
|
344 |
margin: 0 5px; |
|
345 |
position: relative; |
|
346 |
left: 0px; |
|
347 |
bottom: -4px; |
|
348 |
} |
|
349 |
||
350 |
div#media-upload-error { |
|
351 |
margin: 1em; |
|
352 |
font-weight: bold; |
|
353 |
} |
|
354 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
355 |
#TB_window #TB_title { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
356 |
background-color: #222222; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
357 |
color: #CFCFCF; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
358 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
359 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
360 |
.hidden { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
361 |
display: none; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
362 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
363 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
364 |
/* RTL */ |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
365 |
body#media-upload.rtl ul#sidemenu { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
366 |
left: auto; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
367 |
right: 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
368 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
369 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
370 |
.rtl #basic .align .field label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
371 |
display: block; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
372 |
float: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
373 |
padding: 0 24px 0 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
374 |
margin: 5px 3px 5px 5px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
375 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
376 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
377 |
.rtl .align .field input { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
378 |
display: block; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
379 |
float: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
380 |
margin: 5px 15px 5px 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
381 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
382 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
383 |
.rtl tr.image-size label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
384 |
margin: 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
385 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
386 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
387 |
.rtl tr.image-size input { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
388 |
margin: 3px 15px 0 5px; |
136 | 389 |
} |
390 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
391 |
.rtl .image-align-none-label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
392 |
.rtl .image-align-left-label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
393 |
.rtl .image-align-center-label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
394 |
.rtl .image-align-right-label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
395 |
background-position: center right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
396 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
397 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
398 |
#media-upload.rtl .describe th.label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
399 |
text-align: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
400 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
401 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
402 |
.rtl .show-align, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
403 |
.rtl .alignright, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
404 |
.rtl #img_size { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
405 |
float: left; |
136 | 406 |
} |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
407 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
408 |
.rtl tr.image-size label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
409 |
.rtl tr.image-size input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
410 |
.rtl #img_dim label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
411 |
.rtl #img_dim input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
412 |
.rtl #img_prop label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
413 |
.rtl #img_prop input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
414 |
.rtl #img_size_div, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
415 |
.rtl .alignleft { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
416 |
float: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
417 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
418 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
419 |
.rtl #img_dim label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
420 |
.rtl #img_prop label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
421 |
margin: 5px 0pt; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
422 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
423 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
424 |
.rtl #img_dim input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
425 |
.rtl #img_prop input { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
426 |
margin: 0 5px 0 10px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
427 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
428 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
429 |
.rtl #img_size_title { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
430 |
text-align: left; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
431 |
} |