Got macro content loading in editor async updated more of the macro plugin to ensure the macro contents cannot be edited.

This commit is contained in:
Shannon
2013-09-24 13:34:29 +10:00
parent 4c77e0de0e
commit 972d33ccec
10 changed files with 256 additions and 80 deletions

View File

@@ -83,3 +83,13 @@ td.mce-item-selected, th.mce-item-selected {
display:block;
margin:3px;
}
/* loader for macro loading in tinymce*/
.mce-content-body .umb-macro-holder.loading {
background: url(img/loader.gif) right no-repeat;
-moz-background-size: 18px;
-o-background-size: 18px;
-webkit-background-size: 18px;
background-size: 18px;
background-position-x: 99%;
}