Added missing editor.css

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71284 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-02-03 04:06:11 +00:00
parent 31f530cb0f
commit d28951065e

19
css/editor.css Normal file
View File

@ -0,0 +1,19 @@
/**
* Default Editor Styles for the CMS
*/
.typography .mceItemFlash {
border: 1px dotted #f00;
}
body.mceContentBody {
min-height: 200px;
font-size: 62.5%;
}
body.mceContentBody a.broken {
background-color: #FF7B71;
border: 1px red solid;
color: #fff;
padding: 1px;
text-decoration: underline;
}