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