]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/wordpress/css/content.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wordpress / css / content.css
index a542e6e058a7972f18e8153150cc282e3939b797..8cf986c5182f9212492b056b4159f02983038049 100644 (file)
@@ -1,15 +1,29 @@
 
 .mceWPnextpage, .mceWPmore {
-       border: 0px;
+       border: 0;
        border-top: 1px dotted #cccccc;
        display: block;
-       width: 100%;
+       width: 95%;
        height: 12px;
-       margin-top: 15px;
+       margin: 15px auto 0;
 }
 .mceWPmore {
-       background: #ffffff url(../img/more_bug.gif) no-repeat right top;
+       background: transparent url(../img/more_bug.gif) no-repeat right top;
 }
 .mceWPnextpage {
-    background: #ffffff url(../img/page_bug.gif) no-repeat right top;
-}
\ No newline at end of file
+    background: transparent url(../img/page_bug.gif) no-repeat right top;
+}
+
+img.wpGallery {
+       border: 1px dashed #888;
+       background: #f2f8ff url("../../wpgallery/img/gallery.png") no-repeat scroll center center;
+       width: 99%;
+       height: 250px;
+}
+
+img.wp-oembed {
+       border: 1px dashed #888;
+       background: #f7f5f2 url("../img/embedded.png") no-repeat scroll center center;
+       width: 300px;
+       height: 250px;
+}