Make WordPress Core

Ticket #7482: rtl.css.diff

File rtl.css.diff, 1.8 KB (added by RanYanivHartstein, 16 years ago)

RTL fixes for admin interface, mostly TinyMCE

  • rtl.css

     
    1212        font-family: monospace !important;
    1313}
    1414
     15/* Clears update nag, so it doesn't hide the submenu */
     16#update-nag {
     17        clear: both;
     18        margin-bottom: 1em;
     19}
     20
    1521#wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header
    1622{
    1723        direction:rtl!important;
     
    113119        right:auto
    114120}
    115121
    116 .tablenav div
     122.tablenav div 
    117123{
    118         float:right!important
     124        float:right !important;
     125        direction: rtl;
    119126}
    120127
    121128.tablenav .delete
     
    321328
    322329div#message {
    323330        clear: both;
    324 }
    325  No newline at end of file
     331}
     332
     333/* WPH - TinyMCE */
     334
     335#media-items th.label {
     336        width: 120px;
     337}
     338#media-items th.label .alignleft {
     339        width: 100px;
     340}
     341
     342#media-items th.label .alignright {
     343        width: 16px;
     344        height: 16px;
     345}
     346
     347/* LTRs some url- and code-only form fields */
     348input#href, input#src, input#class_name {
     349        direction: ltr;
     350        text-align: left;
     351}
     352
     353#sidemenu a {
     354        float: right;
     355}
     356
     357thead.media-item-info {
     358        float: left;
     359        margin-bottom: 18px;
     360        width: 100%;
     361}
     362
     363thead.media-item-info td {
     364        width: 100%;
     365        text-align: left;
     366}
     367
     368thead.media-item-info td.A1B1 {
     369        width: 150px;
     370}
     371
     372#gallery-form table.widefat th {
     373        float: left;
     374        width: 74%;
     375        text-align: center;
     376}
     377
     378#gallery-form table.widefat th.order-head {
     379        width: 18%;
     380}
     381
     382#media-upload tr.align td.field, #media-upload tr.image-size td.field {
     383        text-align: right !important;
     384}
     385
     386#media-upload tr.align td.field {
     387        float:right;
     388        margin-right:-15px;
     389}
     390
     391tr.image-size label {
     392        display:inline;
     393        margin:0 0 0 1em !important;
     394}
     395
     396#library-form {
     397        float: right;
     398}
     399
     400#filter .subsubsub {
     401        direction: rtl;
     402        text-align: right;
     403}
     404
     405#media-upload form#filter {
     406        margin-right: -20px;
     407}