Advertisement
akv292

CSS for Multiple TinyMCE Editors with WP_Alchemy

Mar 16th, 2011
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. /*
  2. // Some CSS for our custom editor
  3. // REF: http://farinspace.com/multiple-wordpress-wysiwyg-visual-editors/
  4. */
  5. .custom_upload_buttons {margin-bottom:5px;}
  6. .custom_upload_buttons a {cursor:pointer;padding:0 0 5px 10px;}
  7. .customEditor {margin-bottom:10px;}
  8. .customEditor .wp_themeSkin table.mceLayout {border:1px solid #e9e9e9;border-radius: 6px 6px 6px 6px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement