Make WordPress Core

Changeset 8592


Ignore:
Timestamp:
08/08/2008 05:31:20 PM (16 years ago)
Author:
ryan
Message:

RTL fixes from RanYanivHartstein. fixes #7482

File:
1 edited

Legend:

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

    r8590 r8592  
    336336}
    337337
     338/* WPH - TinyMCE */
     339
    338340#media-items th.label {
    339341    width: 120px;
    340342}
    341 
    342343#media-items th.label .alignleft {
    343344    width: 100px;
     
    345346
    346347#media-items th.label .alignright {
    347     width: 16px; height: 16px;
     348    width: 16px;
     349    height: 16px;
    348350}
    349351
     352/* LTRs some url- and code-only form fields */
    350353input#href, input#src, input#class_name {
    351     direction: ltr; text-align: left;
     354    direction: ltr;
     355    text-align: left;
    352356}
    353357
Note: See TracChangeset for help on using the changeset viewer.