Make WordPress Core

Changeset 35215


Ignore:
Timestamp:
10/16/2015 12:57:47 AM (9 years ago)
Author:
helen
Message:

Account for icon alignment using text-indent in RTL.

fixes #33808.

Location:
trunk/src/wp-admin/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r35201 r35215  
    28402840}
    28412841
     2842.rtl.js .postbox .handlediv .toggle-indicator:before {
     2843    text-indent: 1px; /* account for the dashicon alignment */
     2844}
     2845
    28422846.js .postbox .handlediv:focus {
    28432847    -webkit-box-shadow: none;
  • trunk/src/wp-admin/css/customize-nav-menus.css

    r35207 r35215  
    341341    line-height: 1;
    342342    text-indent: -1px; /* account for the dashicon alignment */
     343}
     344
     345.rtl .wp-customizer .toggle-indicator {
     346    text-indent: 1px; /* account for the dashicon alignment */
    343347}
    344348
  • trunk/src/wp-admin/css/nav-menus.css

    r35201 r35215  
    628628}
    629629
     630.rtl .nav-menus-php .item-edit:before {
     631    text-indent: 1px; /* account for the dashicon alignment */
     632}
     633
    630634.nav-menus-php .item-edit:focus {
    631635    -webkit-box-shadow: none;
Note: See TracChangeset for help on using the changeset viewer.