Index: lams_central/web/css/pedagogicalPlanner.css =================================================================== diff -u -re66bdae723516ab13d4a6f81e5f598018f6dbe58 -r4c44f72d085bca8627b2858fd30b99bc5c2056a4 --- lams_central/web/css/pedagogicalPlanner.css (.../pedagogicalPlanner.css) (revision e66bdae723516ab13d4a6f81e5f598018f6dbe58) +++ lams_central/web/css/pedagogicalPlanner.css (.../pedagogicalPlanner.css) (revision 4c44f72d085bca8627b2858fd30b99bc5c2056a4) @@ -65,4 +65,53 @@ display: none; font-size: smaller; margin: 0px 0px 0px 500px; +} + +td.branchingFirstActivity{ + border-bottom: thick blue solid; + text-align: center; +} + +td.branchingLastActivity{ + border-bottom: thick blue solid; +} + +td.branch1{ + border-right: thick yellow solid; + border-left: thick blue solid; +} + +td.branch2{ + border-right: thick orange solid; + border-left: thick blue solid; +} + +td.branch3{ + border-right: thick red solid; + border-left: thick blue solid; +} + +td.branch4{ + border-right: thick purple solid; + border-left: thick blue solid; +} + +h3.branch1{ + color: #F1CD03; + text-decoration: underline; +} + +h3.branch2{ + color: orange; + text-decoration: underline; +} + +h3.branch3{ + color: red; + text-decoration: underline; +} + +h3.branch4{ + color: purple; + text-decoration: underline; } \ No newline at end of file