Make WordPress Core

Changeset 20824


Ignore:
Timestamp:
05/17/2012 09:37:00 PM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: RTL fixes. props ocean90, fixes #20585, see #19910.

Location:
trunk
Files:
3 edited

Legend:

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

    r20765 r20824  
    16081608------------------------------------------------------------------------------*/
    16091609.wp-full-overlay.collapsed,
    1610 .wp-full-overlay.collapsed div.wp-full-overlay-header,
    1611 .wp-full-overlay.collapsed div.wp-full-overlay-footer {
     1610.wp-full-overlay.collapsed .wp-full-overlay-sidebar > div {
    16121611    left: auto;
    16131612    right: -302px;
     
    16151614
    16161615.wp-full-overlay-sidebar {
    1617     box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
    16181616    border-right: 0;
    16191617    border-left: 1px solid rgba( 0, 0, 0, 0.2 );
     1618}
     1619
     1620.wp-full-overlay-sidebar:after {
     1621    right: auto;
     1622    left: 0;
     1623    box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
    16201624}
    16211625
     
    16351639}
    16361640
    1637 .wp-full-overlay-sidebar div.wp-full-overlay-header {
    1638     box-shadow:
    1639         inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 ),
    1640         inset 0 -1px 0 0px #dfdfdf;
    1641 }
    1642 
    1643 .wp-full-overlay-sidebar div.wp-full-overlay-footer {
    1644     box-shadow:
    1645         inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 ),
    1646         inset 0 1px 0 0px #fff;
    1647 }
    1648 
    16491641/* Return and close buttons. */
    16501642.wp-full-overlay .close-full-overlay {
     
    16651657
    16661658.wp-full-overlay .collapse-sidebar-arrow {
    1667     margin-left: 9;
     1659    margin-left: 0;
    16681660    margin-right: 2px;
    16691661    background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -108px;
     
    16761668.wp-full-overlay .collapse-sidebar-label {
    16771669    text-align: left;
    1678     position: absolute;
    16791670    right: auto;
    16801671    left: 100%;
    16811672    margin-right: 0;
    16821673    margin-left: 10px;
    1683 }
    1684 
    1685 .wp-full-overlay.collapsed .collapse-sidebar-label {
    1686     display: none;
    16871674}
    16881675
  • trunk/wp-includes/css/customize-controls-rtl.dev.css

    r20822 r20824  
    1 .control-section .customize-section-title:hover {
    2     box-shadow: inset 11px 0 8px -8px rgba( 0, 0, 0, 0.1 );
    3 }
    4 
    51.customize-section-title:after {
    62    right: auto;
     
    1713}
    1814
    19 .customize-control-radio input {
     15.customize-control-radio input,
     16.customize-control-checkbox input {
    2017    margin-right: 0;
    2118    margin-left: 5px;
     
    7370
    7471.customize-control-color .farbtastic-placeholder {
    75     margin: 5px 25px 10px 0;
    7672    float: right;
    7773}
     
    8177 */
    8278.customize-section .customize-control-image .actions {
    83     float: left;
     79    text-align: left;
    8480}
    8581
  • trunk/wp-includes/css/customize-controls.dev.css

    r20822 r20824  
    6060}
    6161
    62 .control-section .customize-section-content {
    63 
    64 }
    6562.control-section.open .customize-section-title {
    6663    border-bottom: 1px solid #e5e5e5;
    6764}
     65
    6866.control-section.open .customize-section-title:hover {
    6967    border-bottom: 1px solid #dfdfdf;
Note: See TracChangeset for help on using the changeset viewer.