Index: lams_central/web/css/newLesson.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/Attic/newLesson.css,v diff -u -r1.4 -r1.5 --- lams_central/web/css/newLesson.css 9 Jan 2013 15:18:37 -0000 1.4 +++ lams_central/web/css/newLesson.css 10 Jan 2013 18:52:49 -0000 1.5 @@ -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;