Index: lams_central/web/css/newLesson.css =================================================================== diff -u -r4a5868b89ab2ddbc007732d04fb2aa9584e50adc -r4237913487aea29065b43a6dacb34c7c4b53d260 --- lams_central/web/css/newLesson.css (.../newLesson.css) (revision 4a5868b89ab2ddbc007732d04fb2aa9584e50adc) +++ lams_central/web/css/newLesson.css (.../newLesson.css) (revision 4237913487aea29065b43a6dacb34c7c4b53d260) @@ -3,8 +3,9 @@ height: 450px; } -div#tabs > div { - height: 420px; +div.tabContent { + height: 417px; + overflow: auto; } .ui-tabs .ui-tabs-panel { @@ -44,7 +45,7 @@ } table.tabTable { - height: 393px; + height: 390px; table-layout: fixed; border-top: thin dotted #2E6E9E; } @@ -75,7 +76,7 @@ div#learningDesignTree { overflow: auto; - height: 385px; + height: 384px; } .ygtv-highlight1, .ygtv-highlight1 .ygtvlabel { @@ -97,8 +98,8 @@ } div#canvasDiv { - overflow: visible; - height: 330px; + overflow: auto; + height: 327px; } .ldChoiceDependentCanvasElement { @@ -183,18 +184,31 @@ padding: 10px 0px 10px 0px; } -.fieldInnerSection { - padding: 10px 0px 0px 30px; +table#introDescriptionTable { + padding-left: 30px; } -div.fieldInnerSection span { - vertical-align: top; +textarea#introDescription { + display: none; } -textarea#introDescriptionField { - width: 200px; +table#introDescriptionTable td { + padding: 0px; } +td#introDescriptionLabelCell { + width: 80px; +} + +.cke_resizer { + height: 10px !important; + margin-top: 0px !important; +} + +#introImageField { + margin-top: 8px; +} + table#splitLearnersTable { height: 40px; } @@ -218,14 +232,18 @@ } #schedulingDatetimeField { - margin-left: 50px; + margin: 0px 0px 10px 50px; } #precedingLessonIdField { margin: 0px 0px 0px 70px; } +div#timeLimitDiv { + padding: 10px 0px 0px 30px; +} + #timeLimitDaysField { width: 50px; margin: 0px 0px 0px 5px !important;