Changeset 8614

Show
Ignore:
Timestamp:
08/11/08 04:02:24 (3 months ago)
Author:
azaozz
Message:

Fix img path in TinyMCE css. Props docwhat, fixes #7469 for 2.7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css

    r8239 r8614  
    99h6 {font-size: .75em} 
    1010.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} 
    11 a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(img/items.gif) no-repeat bottom left;} 
    12 img.mceItemAnchor {width:12px; height:12px; background:url(img/items.gif) no-repeat;} 
     11a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;} 
     12img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;} 
    1313img {border:0;} 
    1414table {cursor:default} 
  • trunk/wp-includes/js/tinymce/wordpress.css

    r8313 r8614  
    7777} 
    7878 
    79 img.mceItemAnchor { 
    80     width: 12px; 
    81     height: 12px; 
    82     background: url(img/items.gif) no-repeat; 
    83 } 
    84  
    85 a.mceItemAnchor { 
    86     width: 12px; 
    87     line-height: 6px; 
    88     overflow: hidden; 
    89     padding-left: 12px; 
    90     background: url(img/items.gif) no-repeat bottom left; 
    91 } 
    92  
    9379.mceIEcenter { 
    9480    text-align: center;