mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merged from branches/2.3
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@77765 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
646ed9342a
commit
0e4cccb979
@ -20,6 +20,7 @@ class CommentAdmin extends LeftAndMain {
|
|||||||
'showtable',
|
'showtable',
|
||||||
'spammarked',
|
'spammarked',
|
||||||
'EditForm',
|
'EditForm',
|
||||||
|
'unmoderated'
|
||||||
);
|
);
|
||||||
|
|
||||||
public function init() {
|
public function init() {
|
||||||
|
@ -10,6 +10,8 @@ body.mceContentBody {
|
|||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
body.mceContentBody a.broken {
|
body.mceContentBody a.broken {
|
||||||
background-color: #FF7B71;
|
background-color: #FF7B71;
|
||||||
border: 1px red solid;
|
border: 1px red solid;
|
||||||
@ -17,3 +19,4 @@ body.mceContentBody a.broken {
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user