Index: lams_central/web/css/addLesson.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/addLesson.css,v diff -u -r1.3.2.3 -r1.3.2.4 --- lams_central/web/css/addLesson.css 25 Jul 2016 04:27:27 -0000 1.3.2.3 +++ lams_central/web/css/addLesson.css 15 Oct 2016 00:17:28 -0000 1.3.2.4 @@ -56,8 +56,7 @@ div.tabTitle { padding: 5px 0px 5px 0px; - font-size: small; - font-weight: bold; + font-size: larger; text-align: center; } @@ -132,7 +131,7 @@ td.userConainterTransferCell { height: 100px; - width: 16px; + width: 25px; padding: 18px 3px 8px 3px; vertical-align: top; } @@ -158,9 +157,7 @@ } .userContainerTitle { - padding: 0px 0px 5px 0px; - height: 15px; - font-size: small; + margin-bottom: 5px; font-weight: bold; text-align: center; } @@ -187,12 +184,7 @@ padding-left: 30px; } -input[type="checkbox"] { - margin: 10px 5px 0px 0px; - border: none; -} - -.fieldSectionTitle { +.p { padding: 15px 0px 5px 15px; font-size: small; font-weight: bold; @@ -214,28 +206,6 @@ display: none; } -#introImageField { - margin-top: 20px; -} - -table#splitLearnersTable { - height: 40px; - display: none; -} - -td#splitLearnersCell { - padding: 0px 0px 0px 30px; -} - -#splitLearnersCountField { - width: 50px; - margin: 0px 0px 0px 5px !important; -} - -td#splitLearnersDescriptionCell { - padding: 0px; -} - span#splitLearnersDescription { font-style: italic; } @@ -255,16 +225,20 @@ display: none; } -div#timeLimitDiv { - padding: 10px 0px 0px 30px; - display: none; +.lead { + margin-top: 15px; + margin-bottom: 10px; } -#timeLimitDaysField { - width: 50px; - margin: 0px 0px 0px 5px !important; +.options { + margin-left: 25px; } -#timeLimitIndividualField { - margin-top: 15px; -} \ No newline at end of file +.separator { + margin-top: 10px; + margin-bottom: 10px; + border: 0px; + border-top: 1px solid #eee; + width: 100%; +} +