Make WordPress Core

Changeset 8106


Ignore:
Timestamp:
06/16/2008 10:23:22 PM (16 years ago)
Author:
ryan
Message:

RTL fixes from RanYanivHartstein. fixes #6826 for trunk

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r7494 r8106  
    1212    float: left;
    1313    margin: 1px 0 0 6px;
     14}
     15
     16div.dashboard-widget-holder {
     17    float: right;
    1418}
    1519
     
    5761    margin:0 0 0.2em 0.5em;
    5862}
     63#dashboard_secondary div.dashboard-widget-content ul li {
     64    float: right;
     65}
    5966#dashboard_secondary div.dashboard-widget-content ul li a {
    6067    border-right:0 none;
  • trunk/wp-admin/rtl.css

    r7607 r8106  
    162162#poststuff #media-buttons
    163163{
    164     direction: ltr;
     164    direction: rtl;
    165165    float:left;
    166166    margin-left:20px;
Note: See TracChangeset for help on using the changeset viewer.