Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.34 -r1.35 --- lams_central/web/css/authoring.css 28 Jan 2016 07:45:28 -0000 1.34 +++ lams_central/web/css/authoring.css 5 Feb 2016 09:45:12 -0000 1.35 @@ -19,6 +19,19 @@ margin-right: 3px; } +#loadingOverlay { + width: 99%; + height: 99%; + z-index: 2000; + position: absolute; + background-color: #FFFFFF; + text-align: center; +} + +#loadingOverlay img { + margin-top: 35%; +} + div.dialogContainer, .ldChoiceDependentCanvasElement, .dialog-no-title .ui-dialog-titlebar { display: none; @@ -37,7 +50,6 @@ } - div.propertiesDialogContainer .ui-dialog-titlebar { padding: 0 0 0 5px; }