diff --git a/view-webapp/src/main/sass/tour.scss b/view-webapp/src/main/sass/tour.scss index fc8ef2b..1b832af 100644 --- a/view-webapp/src/main/sass/tour.scss +++ b/view-webapp/src/main/sass/tour.scss @@ -19,4 +19,22 @@ margin: 1px; background-color: #eeeeee; } + .steps .step:not(.active) { + cursor: pointer; + } + .section.info { + #pairing, #standings { + display: none; + } + } + .section.pairing { + #tournament-infos, #standings { + display: none; + } + } + .section.standings { + #tournament-infos, #pairing { + display: none; + } + } } diff --git a/view-webapp/src/main/webapp/tour.html b/view-webapp/src/main/webapp/tour.html index 4a52486..f839729 100644 --- a/view-webapp/src/main/webapp/tour.html +++ b/view-webapp/src/main/webapp/tour.html @@ -20,7 +20,29 @@ #end #end