You are here

drupalbreak.css in TinyMCE 5

Same filename and directory in other branches
  1. 6 plugins/drupalbreak/drupalbreak.css
.mce_plugin_drupalbreak_break{
border:0px;
border-top:1px dotted #cccccc;
margin-top:15px;
display:block;
background:#ffffff url(images/drupalbreaktext.gif) no-repeat center top;
}
.mce_plugin_drupalbreak_pagebreak{
border:0px;
border-top:1px dotted #cccccc;
margin-top:15px;
display:block;
background:#ffffff url(images/drupalpagebreaktext.gif) no-repeat center top;
}

File

plugins/drupalbreak/drupalbreak.css
View source
  1. .mce_plugin_drupalbreak_break{
  2. border:0px;
  3. border-top:1px dotted #cccccc;
  4. margin-top:15px;
  5. display:block;
  6. background:#ffffff url(images/drupalbreaktext.gif) no-repeat center top;
  7. }
  8. .mce_plugin_drupalbreak_pagebreak{
  9. border:0px;
  10. border-top:1px dotted #cccccc;
  11. margin-top:15px;
  12. display:block;
  13. background:#ffffff url(images/drupalpagebreaktext.gif) no-repeat center top;
  14. }