Make WordPress Core

Ticket #22897: Thickbox RTL support.diff

File Thickbox RTL support.diff, 469 bytes (added by JDTrower, 13 years ago)

Swaps title and close button in Thickbox on Plugin Details box.

  • wp-admin/css/wp-admin-rtl.css

     
    24412441        left: 25px;
    24422442}
    24432443
     2444#TB_closeAjaxWindow{
     2445        padding:6px 10px 0;
     2446        text-align:right;
     2447        float:left;
     2448}
     2449
     2450#TB_ajaxWindowTitle{
     2451        float:left;
     2452        padding:6px 10px 0;
     2453        float:right;
     2454}
     2455
    24442456#post_status {
    24452457        margin-left: 0;
    24462458        margin-right: 10px;