Index: lams_central/web/css/authoring.css =================================================================== diff -u -ra3d8ca871cecdad8f45756fdcae6d697bd0e8499 -r3764cd835f0cd39d0a151f12185ae229e9aaff37 --- lams_central/web/css/authoring.css (.../authoring.css) (revision a3d8ca871cecdad8f45756fdcae6d697bd0e8499) +++ lams_central/web/css/authoring.css (.../authoring.css) (revision 3764cd835f0cd39d0a151f12185ae229e9aaff37) @@ -1,3 +1,5 @@ +/**** Global styles ****/ + .ygtv-highlight1, .ygtv-highlight1 .ygtvlabel { background-color: #dfeffc; } @@ -6,6 +8,10 @@ border-bottom: none; } + + +/**** Dialog styles ****/ + .ui-dialog { font-size: 12px; } @@ -15,35 +21,44 @@ display: none; } -#infoDialog { - font-weight: bold; -} - div.dialogTitle { padding: 5px 0px 5px 0px; font-weight: bold; text-align: center; } -div#openLearningDesignDialog > table { + + +div.propertiesDialogContainer .ui-dialog-titlebar { + padding: 0 0 0 5px; +} + + +div#infoDialog { + font-weight: bold; + display: none; +} + + +div#ldStoreDialog > table { width: 100%; height: 684px; table-layout: fixed; border-top: thin dotted #2E6E9E; } -div#openLearningDesignDialog td#learningDesignTreeCell { +div#ldStoreDialog td#ldStoreDialogTreeCell { padding: 2px 2px 0px 5px; vertical-align: top; width: 200px; border-right: thin dotted #2E6E9E; } -div#openLearningDesignDialog div#learningDesignTree { +div#ldStoreDialog div#ldStoreDialogTree { overflow: auto; } -div#openLearningDesignDialog #recentlyUsedCell { +div#ldStoreDialog #ldStoreDialogRecentlyUsedCell { height: 200px; vertical-align: top; border-top: thin dotted #2E6E9E; @@ -54,21 +69,25 @@ text-align: center; } -div#openLearningDesignDialog td#canvasCell { +div#ldStoreDialog td#ldStoreDialogCanvasCell { text-align: center; padding: 10px 0px 0px 10px; vertical-align: middle; } -div#openLearningDesignDialog div#canvasDiv { +div#ldStoreDialog div#ldStoreDialogCanvasDiv { overflow: auto; height: 665px; } -div#openLearningDesignDialog img#ldScreenshotLoading { +div#ldStoreDialog img#ldScreenshotLoading { padding-top: 200px; } + +/**** Main authoring styles ****/ + + div#toolbar { padding: 3px; height: 27px; @@ -140,12 +159,4 @@ width: 100%; height: 745px; vertical-align: top; -} - -div.propertiesDialog { - font-size: 12px; -} - -div.propertiesDialog .ui-dialog-titlebar { - padding: 0 0 0 5px; } \ No newline at end of file