Make WordPress Core

Changeset 4420


Ignore:
Timestamp:
10/25/2006 09:32:20 PM (18 years ago)
Author:
ryan
Message:

RTL fixes from Sewar. #3217

Location:
trunk/wp-admin
Files:
3 edited

Legend:

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

    r4259 r4420  
    11body { font-family: Tahoma, Georgia, "Times New Roman", Times, serif; }
     2
     3ul, ol { padding: 5px 20px 5px 5px; }
     4
     5.step, th { text-align: left; }
  • trunk/wp-admin/upload-rtl.css

    r4340 r4420  
    1 body { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; }
     1table { float: right; }
    22
    3 #upload-menu li { margin: 0 .75em 0 0; }
     3#upload-file th, #the-attachment-links textarea { text-align: left; }
     4
     5h2 { margin: 0 0 0 .2em; }
     6
     7#upload-files li { margin: 0 15px 15px 0; }
     8
     9#upload-file-view { padding: 0 75px 0 0; }
     10
     11#upload-menu li {
     12    margin: 0 .75em 0 0;
     13    display: block;
     14    float: right;
     15}
    416
    517#upload-menu .current div {
     
    820}
    921
    10 #upload-file-view { 0 15px 0 0 }
     22#upload-file {
     23    left: auto;
     24    right: 0;
     25}
    1126
    12 #file-title { margin: 0 15px .2em 0; }
     27#file-title {
     28    margin: 0 75px .2em 0;
     29    font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
     30}
    1331
    14 h2 { margin: 0 0 0 .2em; }
     32.back {
     33    left: auto;
     34    right: 14px;
     35}
    1536
    16 #upload-files li { margin: 0 15px 15px 0; }
    17 
    18 table { float: right; }
    19 
    20 #the-attachment-links { float: left; }
    21 
    22 #th { text-align: left; }
     37#uploadoptions td {
     38    padding-left: 0;
     39    padding-right: 1em;
     40}
  • trunk/wp-admin/wp-admin.css

    r4382 r4420  
    532532}
    533533
    534 #titlediv, #guiddiv {
    535     margin: 0 8px 0 0;
    536     padding: 0px;
    537 }
    538 
    539 #postdiv {
     534#postdiv, #titlediv, #guiddiv {
    540535    margin: 0 8px 0 0;
    541536    padding: 0px;
Note: See TracChangeset for help on using the changeset viewer.