mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
More and nextpage, from ringmaster. Fixes #1564
git-svn-id: https://develop.svn.wordpress.org/trunk@2820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
21
wp-includes/js/tinymce/plugins/wordpress/wordpress.css
Normal file
21
wp-includes/js/tinymce/plugins/wordpress/wordpress.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.mce_plugin_wordpress_more {
|
||||
border: 0px;
|
||||
border-top: 1px dotted #cccccc;
|
||||
display:block;
|
||||
background-color: #ffffff;
|
||||
margin-top:15px;
|
||||
background-image: url(images/more_bug.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
.mce_plugin_wordpress_page {
|
||||
border: 0px;
|
||||
border-top: 1px dotted #cccccc;
|
||||
display:block;
|
||||
background-color: #ffffff;
|
||||
margin-top:15px;
|
||||
background-image: url(images/page_bug.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right top;
|
||||
}
|
||||
Reference in New Issue
Block a user