diff --git a/view-webapp/src/main/sass/tour.scss b/view-webapp/src/main/sass/tour.scss index 4b0b7db..fa03850 100644 --- a/view-webapp/src/main/sass/tour.scss +++ b/view-webapp/src/main/sass/tour.scss @@ -12,7 +12,7 @@ } .active-round-box { - padding: 1em; + padding: 0.2em 1em; font-weight: bold; } @@ -172,11 +172,11 @@ flex-flow: column; justify-content: start; align-items: center; - gap: 1em; } #pairing-lists { margin-top: 1em; + flex-grow: 2; display: flex; flex-flow: row wrap; justify-content: center; @@ -342,4 +342,25 @@ max-width: 95vw; overflow-x: auto; } + + .ui.steps { + margin-top: 0.2em; + .step { + padding-top: 0.5em; + padding-bottom: 0.5em; + } + } + + @media( max-width: 1400px) { + .ui.steps > .step { + padding-left: 1.2em; + padding-right: 0.8em; + &::before { + margin-right: 0; + } + .content > .title { + display: none; + } + } + } } diff --git a/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html b/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html index 81ee8df..0b7bb58 100644 --- a/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html +++ b/view-webapp/src/main/webapp/WEB-INF/layouts/standard.html @@ -40,9 +40,35 @@ -

- #if($tour)$esc.html($tour.name)#end -

+#if($tour) +
+
+
+
Information
+
+
+
+
+
Registration
+
+
+
+
+
Pairing
+
+
+
+
+
Results
+
+
+
+
+
Standings
+
+
+
+#end
diff --git a/view-webapp/src/main/webapp/tour-pairing.inc.html b/view-webapp/src/main/webapp/tour-pairing.inc.html index 46fb0da..b5f2c6b 100644 --- a/view-webapp/src/main/webapp/tour-pairing.inc.html +++ b/view-webapp/src/main/webapp/tour-pairing.inc.html @@ -20,8 +20,8 @@ $round - ( $pairables.size() pairable, $games.size() games )
+
( $pairables.size() pairable, $games.size() games )
diff --git a/view-webapp/src/main/webapp/tour.html b/view-webapp/src/main/webapp/tour.html index bb22aec..897c1c9 100644 --- a/view-webapp/src/main/webapp/tour.html +++ b/view-webapp/src/main/webapp/tour.html @@ -30,33 +30,9 @@ #end
#if($tour) -
-
-
-
Information
-
-
-
-
-
Registration
-
-
-
-
-
Pairing
-
-
-
-
-
Results
-
-
-
-
-
Standings
-
-
-
+

+ $esc.html($tour.name) +

#end #translate('tour-information.inc.html') #if($tour)