Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.30 -r1.30.2.1 --- lams_central/web/css/authoring.css 16 Jul 2014 20:17:06 -0000 1.30 +++ lams_central/web/css/authoring.css 27 May 2015 06:23:54 -0000 1.30.2.1 @@ -14,11 +14,22 @@ font-size: 12px !important; } +/* For jQuery Dialogextend */ +.ui-dialog .ui-dialog-titlebar-buttonpane a { + margin-right: 3px; +} + div.dialogContainer, .ldChoiceDependentCanvasElement, .dialog-no-title .ui-dialog-titlebar { display: none; } +.dialogContainer iframe { + width: 100%; + height: 99%; + border: none; +} + div.dialogTitle { padding: 5px 0px 5px 0px; font-weight: bold; @@ -134,7 +145,6 @@ div#ldStoreDialog div#ldStoreDialogCanvasDiv { overflow: auto; - /* height: 665px; */ } div#ldStoreDialog img#ldScreenshotLoading { @@ -269,7 +279,7 @@ div#toolbar { padding: 3px; - width: 1220px; + width: 1010px; height: 27px; } @@ -327,7 +337,6 @@ div.templateContainer { display: none; - height: 740px; overflow: auto; border: black thin solid; background-color: rgb(219, 230, 252); @@ -408,6 +417,5 @@ #canvas { overflow: auto; - height: 725px; vertical-align: top; } \ No newline at end of file