Index: lams_central/web/css/pedagogicalPlanner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/pedagogicalPlanner.css,v diff -u -r1.7 -r1.8 --- lams_central/web/css/pedagogicalPlanner.css 23 Feb 2009 20:52:11 -0000 1.7 +++ lams_central/web/css/pedagogicalPlanner.css 26 Feb 2009 19:20:08 -0000 1.8 @@ -48,7 +48,7 @@ } div#buttonArea{ - padding: 0px 10px 40px 0px; + padding: 10px 10px 40px 0px; } div#pedagogicalPlannerBusy{ margin: 0px 0px 20px 40%; @@ -73,9 +73,15 @@ td.optionFirstActivity { border-bottom: thick lightgreen solid; text-align: center; - color:lightgreen; + color: lightgreen; } +td.parallelFirstActivity { + border-bottom: thick orange solid; + text-align: center; + color: orange; +} + td.branchLastActivity { border-bottom: thick blue solid; } @@ -84,6 +90,10 @@ border-bottom: thick lightgreen solid; } +td.parallelLastActivity { + border-bottom: thick orange solid; +} + td.branch { border-left: thick blue solid; } @@ -92,6 +102,10 @@ border-left: thick lightgreen solid; } +td.parallel { + border-left: thick orange solid; +} + td.group1{ border-right: thick yellow solid; } @@ -129,8 +143,8 @@ } .sequenceActionImage { - height: 15px; - width: 15px; + height: 16px; + width: 16px; cursor: pointer; float: left; margin-left: 5px;