Make WordPress Core

Changeset 14187


Ignore:
Timestamp:
04/22/2010 05:54:08 PM (15 years ago)
Author:
ryan
Message:

Dashboard and Press This RTL fixeixes. Props yoavf. fixes #13083

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

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

    r13255 r14187  
    1414    font-family: Tahoma, Arial;
    1515}
     16#dashboard_right_now p.sub  {
     17    font-style:normal;
     18    left:auto;
     19    right:15px;
     20}
    1621#dashboard_right_now td.b {
    1722    padding-right: 0;
     
    2328    padding-right: 0;
    2429    padding-left: 12px;
     30}
     31#dashboard_right_now .table_content {
     32    float:right;
     33}
     34#dashboard_right_now .table_discussion {
     35    float:left;
     36}
     37#dashboard_right_now .versions {
     38    clear:right;
    2539}
    2640#dashboard_right_now .versions a {
  • trunk/wp-admin/css/press-this-rtl.dev.css

    r13255 r14187  
    6969}
    7070
    71 #categorydiv ul.categorychecklist ul {
     71.inline-editor ul.cat-checklist ul,
     72.categorydiv ul.categorychecklist ul,
     73#linkcategorydiv ul.categorychecklist ul {
    7274    margin-left: 0;
    7375    margin-right: 18px;
Note: See TracChangeset for help on using the changeset viewer.