Index: lams_central/web/css/pedagogicalPlanner.css =================================================================== diff -u -r5a30100855d83534e76db8dec0d0b603a1a1ded8 -r8f7975d272f91acc26c785848d82d26d6b5dd357 --- lams_central/web/css/pedagogicalPlanner.css (.../pedagogicalPlanner.css) (revision 5a30100855d83534e76db8dec0d0b603a1a1ded8) +++ lams_central/web/css/pedagogicalPlanner.css (.../pedagogicalPlanner.css) (revision 8f7975d272f91acc26c785848d82d26d6b5dd357) @@ -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;