Ticket #22897: Thickbox RTL support-revised.diff

File Thickbox RTL support-revised.diff, 669 bytes (added by JDTrower, 5 months ago)

Revised 2nd patch to include margin fix on H2 tag.

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

     
    23242324} 
    23252325 
    23262326#plugin-information h2 { 
    2327         margin-right: 0; 
    2328         margin-left: 200px; 
     2327        margin-right: 200px; 
     2328        margin-left: 0; 
    23292329} 
    23302330 
    23312331#plugin-information .fyi { 
     
    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 
     2456.fyi { 
     2457        float: right; 
     2458} 
     2459 
     2460 
    24442461#post_status { 
    24452462        margin-left: 0; 
    24462463        margin-right: 10px;