equal
deleted
inserted
replaced
4 div#media-upload-header { |
4 div#media-upload-header { |
5 margin: 0; |
5 margin: 0; |
6 padding: 5px 5px 0; |
6 padding: 5px 5px 0; |
7 font-weight: 600; |
7 font-weight: 600; |
8 position: relative; |
8 position: relative; |
9 border-bottom: 1px solid #ddd; |
9 border-bottom: 1px solid #dcdcde; |
10 background: #f9f9f9; |
10 background: #f6f7f7; |
11 } |
11 } |
12 |
12 |
13 #sidemenu { |
13 #sidemenu { |
14 overflow: hidden; |
14 overflow: hidden; |
15 float: none; |
15 float: none; |
26 #sidemenu a { |
26 #sidemenu a { |
27 padding: 0 7px; |
27 padding: 0 7px; |
28 display: block; |
28 display: block; |
29 float: right; |
29 float: right; |
30 line-height: 28px; |
30 line-height: 28px; |
31 border-top: 1px solid #f9f9f9; |
31 border-top: 1px solid #f6f7f7; |
32 border-bottom: 1px solid #ddd; |
32 border-bottom: 1px solid #dcdcde; |
33 background-color: #f9f9f9; |
33 background-color: #f6f7f7; |
34 text-decoration: none; |
34 text-decoration: none; |
35 transition: none; |
35 transition: none; |
36 } |
36 } |
37 |
37 |
38 #sidemenu li { |
38 #sidemenu li { |
47 |
47 |
48 #sidemenu a.current { |
48 #sidemenu a.current { |
49 font-weight: 400; |
49 font-weight: 400; |
50 padding-right: 6px; |
50 padding-right: 6px; |
51 padding-left: 6px; |
51 padding-left: 6px; |
52 border: 1px solid #ddd; |
52 border: 1px solid #dcdcde; |
53 border-bottom-color: #f1f1f1; |
53 border-bottom-color: #f0f0f1; |
54 background-color: #f1f1f1; |
54 background-color: #f0f0f1; |
55 color: #000; |
55 color: #000; |
56 } |
56 } |
57 |
57 |
58 #media-upload:after { /* clearfix */ |
58 #media-upload:after { /* clearfix */ |
59 content: ""; |
59 content: ""; |
60 display: table; |
60 display: table; |
61 clear: both; |
61 clear: both; |
62 } |
62 } |
63 |
63 |
64 #media-upload .slidetoggle { |
64 #media-upload .slidetoggle { |
65 border-top-color: #ddd; |
65 border-top-color: #dcdcde; |
66 } |
66 } |
67 |
67 |
68 #media-upload input[type="radio"] { |
68 #media-upload input[type="radio"] { |
69 padding: 0; |
69 padding: 0; |
70 } |
70 } |
71 |
71 |
72 .media-upload-form label.form-help, |
72 .media-upload-form label.form-help, |
73 td.help { |
73 td.help { |
74 color: #72777c; |
74 color: #646970; |
75 } |
75 } |
76 |
76 |
77 form { |
77 form { |
78 margin: 1em; |
78 margin: 1em; |
79 } |
79 } |
217 text-decoration: none; |
217 text-decoration: none; |
218 } |
218 } |
219 |
219 |
220 #media-upload .tablenav-pages a { |
220 #media-upload .tablenav-pages a { |
221 min-width: 17px; |
221 min-width: 17px; |
222 border: 1px solid #ccc; |
222 border: 1px solid #c3c4c7; |
223 background: #f7f7f7; |
223 background: #f6f7f7; |
224 } |
224 } |
225 |
225 |
226 #filter .tablenav select { |
226 #filter .tablenav select { |
227 border-style: solid; |
227 border-style: solid; |
228 border-width: 1px; |
228 border-width: 1px; |
241 font-size: 11px; |
241 font-size: 11px; |
242 margin: 8px 10px 0; |
242 margin: 8px 10px 0; |
243 } |
243 } |
244 |
244 |
245 .menu_order_input { |
245 .menu_order_input { |
246 border: 1px solid #ddd; |
246 border: 1px solid #dcdcde; |
247 font-size: 10px; |
247 font-size: 10px; |
248 padding: 1px; |
248 padding: 1px; |
249 width: 23px; |
249 width: 23px; |
250 } |
250 } |
251 |
251 |
252 .ui-sortable-helper { |
252 .ui-sortable-helper { |
253 background-color: #fff; |
253 background-color: #fff; |
254 border: 1px solid #a0a5aa; |
254 border: 1px solid #a7aaad; |
255 opacity: 0.6; |
255 opacity: 0.6; |
256 filter: alpha(opacity=60); |
256 filter: alpha(opacity=60); |
257 } |
257 } |
258 |
258 |
259 #media-upload th.order-head { |
259 #media-upload th.order-head { |
290 |
290 |
291 #gallery-settings .title { |
291 #gallery-settings .title { |
292 clear: both; |
292 clear: both; |
293 padding: 0 0 3px; |
293 padding: 0 0 3px; |
294 font-size: 1.6em; |
294 font-size: 1.6em; |
295 border-bottom: 1px solid #ddd; |
295 border-bottom: 1px solid #dcdcde; |
296 } |
296 } |
297 |
297 |
298 h3.media-title { |
298 h3.media-title { |
299 font-size: 1.6em; |
299 font-size: 1.6em; |
300 } |
300 } |
301 |
301 |
302 h4.media-sub-title { |
302 h4.media-sub-title { |
303 border-bottom: 1px solid #ddd; |
303 border-bottom: 1px solid #dcdcde; |
304 font-size: 1.3em; |
304 font-size: 1.3em; |
305 margin: 12px; |
305 margin: 12px; |
306 padding: 0 0 3px; |
306 padding: 0 0 3px; |
307 } |
307 } |
308 |
308 |
309 #gallery-settings .title, |
309 #gallery-settings .title, |
310 h3.media-title, |
310 h3.media-title, |
311 h4.media-sub-title { |
311 h4.media-sub-title { |
312 font-family: Georgia,"Times New Roman",Times,serif; |
312 font-family: Georgia,"Times New Roman",Times,serif; |
313 font-weight: 400; |
313 font-weight: 400; |
314 color: #5A5A5A; |
314 color: #50575e; |
315 } |
315 } |
316 |
316 |
317 #gallery-settings .describe td { |
317 #gallery-settings .describe td { |
318 vertical-align: middle; |
318 vertical-align: middle; |
319 height: 3em; |
319 height: 3em; |
342 } |
342 } |
343 |
343 |
344 #gallery-settings label, |
344 #gallery-settings label, |
345 #gallery-settings legend { |
345 #gallery-settings legend { |
346 font-size: 13px; |
346 font-size: 13px; |
347 color: #444; |
347 color: #3c434a; |
348 margin-left: 15px; |
348 margin-left: 15px; |
349 } |
349 } |
350 |
350 |
351 #gallery-settings .align .field label { |
351 #gallery-settings .align .field label { |
352 margin: 0 3px 0 1em; |
352 margin: 0 3px 0 1em; |
353 } |
353 } |
354 |
354 |
355 #gallery-settings p.ml-submit { |
355 #gallery-settings p.ml-submit { |
356 border-top: 1px solid #ddd; |
356 border-top: 1px solid #dcdcde; |
357 } |
357 } |
358 |
358 |
359 #gallery-settings select#columns { |
359 #gallery-settings select#columns { |
360 width: 6em; |
360 width: 6em; |
361 } |
361 } |