/**
* Fake task list checkboxes
*/
+.page-content.mce-content-body .task-list-item {
+ margin-left: 0;
+ position: relative;
+}
.page-content.mce-content-body .task-list-item > input[type="checkbox"] {
display: none;
}
margin-right: 8px;
vertical-align: text-top;
cursor: pointer;
+ position: absolute;
+ left: -24px;
+ top: 4px;
}
.page-content.mce-content-body .task-list-item[checked]:before {