web/wp-includes/js/tinymce/plugins/wordpress/css/content.css
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
equal deleted inserted replaced
131:a4642baaf829 132:4d4862461b8d
    11 	background: #ffffff url(../img/more_bug.gif) no-repeat right top;
    11 	background: #ffffff url(../img/more_bug.gif) no-repeat right top;
    12 }
    12 }
    13 .mceWPnextpage {
    13 .mceWPnextpage {
    14     background: #ffffff url(../img/page_bug.gif) no-repeat right top;
    14     background: #ffffff url(../img/page_bug.gif) no-repeat right top;
    15 }
    15 }
       
    16 
       
    17 img.wpGallery {
       
    18 	border: 1px dashed #888;
       
    19 	background: #f2f8ff url("../../wpgallery/img/gallery.png") no-repeat scroll center center;
       
    20 	width: 99%;
       
    21 	height: 250px;
       
    22 }
       
    23 
       
    24 img.wp-oembed {
       
    25 	border: 1px dashed #888;
       
    26 	background: #f7f5f2 url("../img/embedded.png") no-repeat scroll center center;
       
    27 	width: 300px;
       
    28 	height: 250px;
       
    29 }