Make WordPress Core

Changeset 23226


Ignore:
Timestamp:
12/28/2012 10:57:32 PM (12 years ago)
Author:
nacin
Message:

RTL fixes for internal linking. props SergeyBiryukov, helen. see #22835, for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/editor.css

    r22881 r23226  
    12471247#wp-link .link-search-field {
    12481248    float: left;
    1249     margin-right: 5px;
     1249    width: 220px;
    12501250}
    12511251
     
    12611261}
    12621262
    1263 #wp-link .link-search-wrapper input[type="text"] {
    1264     float: left;
    1265     width: 220px;
    1266 }
    1267 
    12681263#wp-link .link-search-wrapper .spinner {
    1269     margin: 4px 2px 0 0;
    12701264    display: none;
    12711265    vertical-align: text-bottom;
     
    13421336}
    13431337
    1344 #wp-link  #search-panel {
     1338#wp-link #search-panel {
    13451339    float: left;
    13461340    width: 100%;
     
    15011495}
    15021496
     1497.rtl .wp-dialog .ui-dialog-titlebar-close {
     1498    right: auto;
     1499    left: 6px;
     1500}
     1501
    15031502.wp-dialog .ui-dialog-titlebar-close:hover,
    15041503.wp-dialog .ui-dialog-titlebar-close:focus {
     
    15201519}
    15211520
    1522 .rtl #wp-link label span {
     1521.rtl #wp-link #link-options label span,
     1522.rtl #wp-link #search-panel label span.search-label {
    15231523    text-align: left;
     1524    padding-right: 0;
    15241525    padding-left: 5px;
    1525     padding-right: 0;
    1526 }
    1527 
     1526}
     1527
     1528.rtl #wp-link #link-options label #url-field {
     1529    direction: ltr;
     1530}
     1531
     1532.rtl #wp-link .link-search-field,
    15281533.rtl #wp-link .link-search-wrapper span {
    15291534    float: right;
    15301535}
    15311536
    1532 .rtl #wp-link .link-search-wrapper input[type="text"] {
    1533     float: right;
    1534 }
    1535 
    15361537.rtl #wp-link .link-target {
    1537     margin: 0 87px 0 0;
     1538    margin-right: 87px;
     1539    margin-left: 0;
    15381540}
    15391541
Note: See TracChangeset for help on using the changeset viewer.