Make WordPress Core

Changeset 9552


Ignore:
Timestamp:
11/06/2008 06:21:05 PM (16 years ago)
Author:
azaozz
Message:

RTL CSS updates for 2.7-beta2, props kashani, see#8047

Location:
trunk/wp-admin
Files:
1 deleted
2 edited

Legend:

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

    r9505 r9552  
    3333/* Recent Comments */
    3434#the-comment-list .comment-item {
    35     padding: 5px 47px 5px 5px;
     35    padding: 1em 70px 1em 10px;
    3636}
    3737#the-comment-list .comment-item .avatar {
    3838    left: auto;
    39     right: 5px;
     39    right: 0;
    4040}
    4141/* Feeds */
     
    4343    text-align: left;
    4444}
     45.rss-widget span.rss-date {
     46    font-family: Tahoma, Arial;
     47}
     48/* QuickPress */
     49#dashboard_quick_press h4 {
     50    float: right;
     51    font-family: Tahoma, Arial;
     52    text-align: left;
     53}
     54#dashboard_quick_press h4 label {
     55    margin-right: 0;
     56    margin-left: 10px;
     57}
     58#dashboard_quick_press .input-text-wrap, #dashboard_quick_press .textarea-wrap {
     59    margin: 0 5em 1em 0;
     60}
     61#dashboard_quick_press #media-buttons {
     62    margin: 0 5em .5em 0;
     63    padding: 0 2px 0 0;
     64}
     65#dashboard-widgets #dashboard_quick_press form p.submit {
     66    padding: 1em 5em 1em 1em;
     67}
     68#dashboard-widgets #dashboard_quick_press form p.submit input {
     69    float: right;
     70}
     71#dashboard-widgets #dashboard_quick_press form p.submit #save-post {
     72    margin: 0 10px 0 1em;
     73}
     74#dashboard-widgets #dashboard_quick_press form p.submit #publish {
     75    float: left;
     76}
     77/* Recent Drafts */
     78#dashboard_recent_drafts h4 abbr {
     79    font-family: Tahoma, Arial;
     80}
  • trunk/wp-admin/rtl.css

    r9505 r9552  
    11/* 0 - 200
    22=================================== */
    3 .plugins .togl {
    4     border-right-width: 0;
    5     border-left-width: 1px;
    6     border-right-style: none;
    7     border-left-style: solid;
    8 }
    93form#upload th {
    104    text-align: left;
     
    268262    margin-left: 15px;
    269263}
    270 #poststuff #media-buttons a {
     264#media-buttons a {
    271265    padding: 0 10px 5px 0;
    272266}
     
    428422}
    429423/* show/hide settings */
    430 #screen-options-link-wrap {
    431     float: left;
    432     font-family: Tahoma, Arial;
    433     right: auto;
    434     left: 100px;
    435 }
    436 #screen-options-wrap h5 {
     424#screen-meta-links {
     425    margin: 0 0 0 20px;
     426}
     427#screen-options-link-wrap,
     428#contextual-help-link-wrap {
     429    float: left;
     430    font-family: Tahoma, Arial;
     431    margin: -1px 0 0 10px;
     432}
     433#screen-options-wrap h5,
     434#contextual-help-wrap h5 {
    437435    padding: 10px 15px 0 0;
    438436}
Note: See TracChangeset for help on using the changeset viewer.