Make WordPress Core

Changeset 20998


Ignore:
Timestamp:
06/05/2012 05:05:30 PM (12 years ago)
Author:
ryan
Message:

RTL fixes. Props SergeyBiryukov, helenyhou. fixes #20841

File:
1 edited

Legend:

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

    r20977 r20998  
    118118}
    119119
     120input[type="search"] {
     121    text-align: right;
     122}
     123
    120124input[type="text"].ui-autocomplete-loading {
    121125    background: transparent url('../images/loading.gif') no-repeat left center;
     
    20842088
    20852089/* Custom Links */
    2086 #add-custom-link label span { float: right; padding-left: 5px; padding-right:0;}
    2087 .howto span { float: right; }
    2088 
    2089 .list li .menu-item-title input { margin-left: 3px; margin-right: 0 }
     2090#add-custom-link label span {
     2091    float: right;
     2092    padding-left: 5px;
     2093    padding-right: 0;
     2094}
     2095
     2096.nav-menus-php .howto span {
     2097    float: right;
     2098}
     2099
     2100.list li .menu-item-title input {
     2101    margin-left: 3px;
     2102    margin-right: 0;
     2103}
    20902104
    20912105/* Nav Menu */
     
    21032117    margin-left:13em;
    21042118    margin-right:0;
     2119}
     2120.menu-item-handle .item-edit {
     2121    right: auto;
     2122    left: -20px;
    21052123}
    21062124
Note: See TracChangeset for help on using the changeset viewer.