Make WordPress Core

Changeset 19085


Ignore:
Timestamp:
10/29/2011 12:17:37 AM (13 years ago)
Author:
azaozz
Message:

Fix alignment buttons when there is no content in editor under RTL, props SergeyBiryukov, fixes 18247

Location:
trunk/wp-content/themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/editor-style-rtl.css

    r18385 r19085  
    99    unicode-bidi: embed;
    1010    float: right;
    11     max-width: 584px;
     11    width: 584px;
    1212}
    1313* {
  • trunk/wp-content/themes/twentyten/editor-style-rtl.css

    r17340 r19085  
    66*/
    77html .mceContentBody{
    8     direction:rtl;
    9     unicode-bidi:embed;
    10     float:right;
     8    direction: rtl;
     9    unicode-bidi: embed;
     10    float: right;
     11    width: 640px;
    1112}
    1213* {
     
    1415}
    1516/* Text elements */
    16 ul {
    17     margin: 0 -18px 18px 0;
    18 }
    19 ol {
     17ul, ol {
    2018    margin: 0 -18px 18px 0;
    2119}
     
    3028    margin: 0 0 24px -1px;
    3129}
    32 html .mceContentBody{
    33     direction:rtl;
    34     unicode-bidi:embed;
    35     float:right;
    36 }
    37 * {
    38     font-family: Arial, Tahoma, sans-serif;
    39 }
    40 /* Text elements */
    41 ul {
    42     margin: 0 -18px 18px 0;
    43 }
    44 ol {
    45     margin: 0 -18px 18px 0;
    46 }
    47 dd {
    48     margin-right: 0;
    49 }
    50 blockquote {
    51     font-style: normal;
    52 }
    53 table {
    54     text-align: right;
    55     margin: 0 0 24px -1px;
    56 }
Note: See TracChangeset for help on using the changeset viewer.