diff --git a/app/Modules/Fykos/Core/styles/results.scss b/app/Modules/Fykos/Core/styles/results.scss index d828fd9d..29de92b9 100644 --- a/app/Modules/Fykos/Core/styles/results.scss +++ b/app/Modules/Fykos/Core/styles/results.scss @@ -37,6 +37,13 @@ left: 50%; transform: translate(-50%, -50%); } + + &.full-width { + flex: 1 0 100%; + height: 3rem; + font-size: 1.2rem; + border-top: 1px solid lightgray; + } } .dropdown-menu { @@ -65,9 +72,9 @@ padding: 0; } - .dropdown-menu { - border: none; - } + // .dropdown-menu { + // border: none; + // } .accordion-button { background-color: white !important; diff --git a/app/Modules/Fykos/DefaultModule/templates/Problems/default.latte b/app/Modules/Fykos/DefaultModule/templates/Problems/default.latte index 460309e5..a7d01fe9 100644 --- a/app/Modules/Fykos/DefaultModule/templates/Problems/default.latte +++ b/app/Modules/Fykos/DefaultModule/templates/Problems/default.latte @@ -58,7 +58,7 @@
-

+

{switch $language->value} {case 'cs'}Ročník {$year} @@ -70,7 +70,7 @@
{foreach $yearsAndSeries[$year] as $seriesOption} - {$seriesOption} + {$seriesOption} {/foreach}
diff --git a/app/Modules/Fykos/DefaultModule/templates/Results/default.latte b/app/Modules/Fykos/DefaultModule/templates/Results/default.latte index ab1c540b..744b1443 100644 --- a/app/Modules/Fykos/DefaultModule/templates/Results/default.latte +++ b/app/Modules/Fykos/DefaultModule/templates/Results/default.latte @@ -10,21 +10,50 @@ {block main}
-

- {switch $language->value} - {case 'cs'}Výsledky {$year}. ročníku FYKOSu - {default}Results of FYKOS Year {$year} - {/switch} -

+
+
+ +

+ {switch $language->value} + {case 'cs'}Výsledky {$year}. ročníku FYKOSu + {default}Results of FYKOS Year {$year} + {/switch} +

-

- {switch $language->value} - {case 'cs'}Zde najdete výsledkovou listinu {$year}. ročníku Fyzikálního korespondenčního semináře. - {default}Here you can find the results of the year {$year} of the FYKOS correspondence competition. - {/switch} -

+

+ {switch $language->value} + {case 'cs'}Zde najdete výsledkovou listinu {$year}. ročníku Fyzikálního korespondenčního semináře. + {default}Here you can find the results of the year {$year} of the FYKOS correspondence competition. + {/switch} +

+
+
+ +
+ -
+ {*
-
+
*}

{switch $language->value}