Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.4 -r1.5 --- lams_central/web/css/authoring.css 5 Nov 2013 17:37:18 -0000 1.4 +++ lams_central/web/css/authoring.css 8 Nov 2013 13:57:43 -0000 1.5 @@ -1,11 +1,24 @@ -div.dialogContainer, .ldChoiceDependentCanvasElement { - display: none; +.ygtv-highlight1, .ygtv-highlight1 .ygtvlabel { + background-color: #dfeffc; } +a.ygtvspacer { + border-bottom: none; +} + .ui-dialog { font-size: 12px; } +div.dialogContainer, .ldChoiceDependentCanvasElement, +.dialog-no-title .ui-dialog-titlebar { + display: none; +} + +#infoDialog { + font-weight: bold; +} + div.dialogTitle { padding: 5px 0px 5px 0px; font-weight: bold; @@ -19,26 +32,18 @@ border-top: thin dotted #2E6E9E; } -a.ygtvspacer { - border-bottom: none; -} - -td#learningDesignTreeCell { +div#openLearningDesignDialog td#learningDesignTreeCell { padding: 2px 2px 0px 5px; vertical-align: top; width: 200px; border-right: thin dotted #2E6E9E; } -div#learningDesignTree { +div#openLearningDesignDialog div#learningDesignTree { overflow: auto; } -.ygtv-highlight1, .ygtv-highlight1 .ygtvlabel { - background-color: #dfeffc; -} - -#recentlyUsedCell { +div#openLearningDesignDialog #recentlyUsedCell { height: 200px; vertical-align: top; border-top: thin dotted #2E6E9E; @@ -49,18 +54,18 @@ text-align: center; } -td#canvasCell { +div#openLearningDesignDialog td#canvasCell { text-align: center; padding: 10px 0px 0px 10px; vertical-align: middle; } -div#canvasDiv { +div#openLearningDesignDialog div#canvasDiv { overflow: auto; height: 665px; } -img#ldScreenshotLoading { +div#openLearningDesignDialog img#ldScreenshotLoading { padding-top: 200px; } @@ -96,23 +101,20 @@ width: 100%; } -td#layoutCell { - width: 152px; -} - #groupingButton span { background: url('../images/icons/group.png') no-repeat 3px 3px; padding-left: 25px; } td#templateContainerCell { + width: 152px; border: black thin solid; vertical-align: top; background-color: rgb(219, 230, 252); } div#templateContainer { - height: 800px; + height: 745px; overflow: auto; } @@ -133,6 +135,13 @@ font-size: 10pt; } +#canvas { + overflow: auto; + width: 100%; + height: 745px; + vertical-align: top; +} + div.propertiesDialog { font-size: 12px; }