Make WordPress Core

Changeset 20822


Ignore:
Timestamp:
05/17/2012 05:08:20 PM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Sidebar RTL fixes. see #19910.

Location:
trunk/wp-includes/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/customize-controls-rtl.dev.css

    r20777 r20822  
    1515.customize-control {
    1616    float: right;
    17 }
    18 
    19 .customize-control-title {
    20     clear: rigt;
    21     float: right;
    22     margin-right: 0;
    23     margin-left: 10px;
    24 }
    25 
    26 .customize-control-text input {
    27     float: left;
    28 }
    29 
    30 .customize-control-radio label {
    31     float: right;
    32     clear: both;
    3317}
    3418
  • trunk/wp-includes/css/customize-controls.dev.css

    r20820 r20822  
    200200
    201201.customize-control-radio label {
    202     float: left;
    203     clear: both;
    204202    line-height: 20px;
    205203}
Note: See TracChangeset for help on using the changeset viewer.