Make WordPress Core

Ticket #3136: 3136-upload-rtl.diff

File 3136-upload-rtl.diff, 703 bytes (added by mdawaffe, 19 years ago)

upload-rtl.css

  • wp-admin/upload-rtl.css

     
    77        border-left: 2px solid #448abd;
    88}
    99
    10 #upload-file-view { 0 15px 0 0 }
     10#upload-file-view { 0 75px 0 0 }
    1111
    12 #file-title { margin: 0 15px .2em 0; }
     12#file-title { margin: 0 75px .2em 0; }
    1313
    1414h2 { margin: 0 0 0 .2em; }
    1515
     16.back {
     17        right: 10px;
     18        left: auto;
     19}
     20
    1621#upload-files li { margin: 0 15px 15px 0; }
    1722
    1823table { float: right; }
    1924
    20 #the-attachment-links { float: left; }
     25#th { text-align: left; }
    2126
    22 #th { text-align: left; }
     27#uploadoptions td {
     28        padding-left: 0;
     29        padding-right: 1em;
     30}