equal
deleted
inserted
replaced
17 border: 1px solid #dfdfdf; |
17 border: 1px solid #dfdfdf; |
18 } |
18 } |
19 |
19 |
20 #wpbody-content .postbox h3 { |
20 #wpbody-content .postbox h3 { |
21 margin-bottom: -1px; |
21 margin-bottom: -1px; |
|
22 } |
|
23 |
|
24 * html .meta-box-sortables .postbox .handlediv { |
|
25 background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px; |
|
26 } |
|
27 |
|
28 * html .edit-box { |
|
29 display: inline; |
22 } |
30 } |
23 |
31 |
24 * html .inner-sidebar #side-sortables, |
32 * html .inner-sidebar #side-sortables, |
25 * html .postbox-container .meta-box-sortables { |
33 * html .postbox-container .meta-box-sortables { |
26 height: 300px; |
34 height: 300px; |
315 display: inline-block; |
323 display: inline-block; |
316 vertical-align: top; |
324 vertical-align: top; |
317 margin-top: 2px; |
325 margin-top: 2px; |
318 } |
326 } |
319 |
327 |
|
328 .tablenav .actions select { |
|
329 width: 155px; |
|
330 } |
|
331 |
320 table.ie-fixed { |
332 table.ie-fixed { |
321 table-layout: fixed; |
333 table-layout: fixed; |
322 } |
334 } |
323 |
335 |
324 .widefat tr, .widefat th { |
336 .widefat tr, .widefat th { |
397 .widget-liquid-right .widget, |
409 .widget-liquid-right .widget, |
398 #wp_inactive_widgets .widget { |
410 #wp_inactive_widgets .widget { |
399 position: relative; |
411 position: relative; |
400 } |
412 } |
401 |
413 |
|
414 * html .media-item .pinkynail { |
|
415 height: 32px; |
|
416 width: 40px; |
|
417 } |
|
418 |
|
419 #wpcontent .button-primary-disabled { |
|
420 color: #9FD0D5; |
|
421 background: #298CBA; |
|
422 } |
|
423 |
|
424 #wpcontent #ajax-loading { |
|
425 vertical-align: baseline; |
|
426 } |
|
427 |
|
428 * html .describe .field input.text, |
|
429 * html .describe .field textarea { |
|
430 width: 440px; |
|
431 } |
|
432 |
|
433 #the-comment-list .unapproved tr, |
|
434 #the-comment-list .unapproved td { |
|
435 background-color: #ffffe0; |
|
436 } |
|
437 |
|
438 .imgedit-submit { |
|
439 width: 300px; |
|
440 } |
|
441 |
|
442 * html input { |
|
443 border: 1px solid #dfdfdf; |
|
444 } |