Make WordPress Core

Changeset 8554


Ignore:
Timestamp:
08/05/2008 07:48:04 PM (16 years ago)
Author:
ryan
Message:

RTL styling fixes from RanYanivHartstein. fixes #7461

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/ie-rtl.css

    r7552 r8554  
    22body, td {
    33    font-family: Tahoma,Verdana,sans-serif;
     4}
     5
     6#wpcontent #sidemenu li a {
     7    float: left;
    48}
    59
     
    4549    float:left;
    4650}
    47 
    48 /* Editor */
    49 
    50 .mceToolbar {
    51     direction: ltr;
    52     text-align: left;
    53 }
  • trunk/wp-admin/rtl.css

    r8327 r8554  
    1111.code, #quicktags #ed_code {
    1212    font-family: monospace !important;
     13}
     14
     15#update-nag {
     16    clear: both;
     17    margin-bottom: 1em;
    1318}
    1419
     
    116121.tablenav div
    117122{
    118     float:right!important
     123    float:right !important;
     124    direction: rtl;
    119125}
    120126
     
    323329    clear: both;
    324330}
     331
     332#media-items th.label {
     333    width: 120px;
     334}
     335
     336#media-items th.label .alignleft {
     337    width: 100px;
     338}
     339
     340#media-items th.label .alignright {
     341    width: 16px; height: 16px;
     342}
     343
     344input#href, input#src, input#class_name {
     345    direction: ltr; text-align: left;
     346}
     347
     348#sidemenu a {
     349    float: right;
     350}
     351
     352thead.media-item-info {
     353    float: left;
     354    margin-bottom: 18px;
     355    width: 100%;
     356}
     357
     358thead.media-item-info td {
     359    width: 100%;
     360    text-align: left;
     361}
     362
     363thead.media-item-info td.A1B1 {
     364    width: 150px;
     365}
     366
     367#gallery-form table.widefat th {
     368    float: left;
     369    width: 74%;
     370    text-align: center;
     371}
     372
     373#gallery-form table.widefat th.order-head {
     374    width: 18%;
     375}
     376
     377#media-upload tr.align td.field, #media-upload tr.image-size td.field {
     378    text-align: right !important;
     379}
     380
     381#media-upload tr.align td.field {
     382    float:right;
     383    margin-right:-15px;
     384}
     385
     386tr.image-size label {
     387    display:inline;
     388    margin:0 0 0 1em !important;
     389}
     390
     391#library-form {
     392    float: right;
     393}
     394
     395#filter .subsubsub {
     396    direction: rtl;
     397    text-align: right;
     398}
     399
     400#media-upload form#filter {
     401    margin-right: -20px;
     402}
Note: See TracChangeset for help on using the changeset viewer.