diff --git a/site/content/pages/programme-jour-2-cols/index.md b/site/content/pages/programme-jour-2-cols/index.md new file mode 100644 index 00000000..7e688c11 --- /dev/null +++ b/site/content/pages/programme-jour-2-cols/index.md @@ -0,0 +1,10 @@ +--- +title: "Programme 2017 " +linktitle: "Programme 2017 jour 2 cols" +menu: "pages" +layout: "page" +--- + +{{< tabs tabs="Jeudi 3,Vendredi 4,Samedi 5,Tout" active="Vendredi 4" >}} + +{{< presentation-table-two >}} diff --git a/site/layouts/partials/presentations/presentation-table-two.html b/site/layouts/partials/presentations/presentation-table-two.html new file mode 100644 index 00000000..769a4d06 --- /dev/null +++ b/site/layouts/partials/presentations/presentation-table-two.html @@ -0,0 +1,529 @@ + \ No newline at end of file diff --git a/site/layouts/partials/presentations/presentation-table.html b/site/layouts/partials/presentations/presentation-table.html index ff04d78b..5cc2b784 100644 --- a/site/layouts/partials/presentations/presentation-table.html +++ b/site/layouts/partials/presentations/presentation-table.html @@ -52,7 +52,7 @@ Conférence de 45 mn en Grand amphithéâtre René Descartes - + 10h00 diff --git a/site/layouts/shortcodes/presentation-table-two.html b/site/layouts/shortcodes/presentation-table-two.html new file mode 100644 index 00000000..1bf0898c --- /dev/null +++ b/site/layouts/shortcodes/presentation-table-two.html @@ -0,0 +1 @@ +{{ partial "presentations/presentation-table-two" . }} \ No newline at end of file diff --git a/src/css/modules/schedule.css b/src/css/modules/schedule.css index 8375b8aa..4ed175cd 100644 --- a/src/css/modules/schedule.css +++ b/src/css/modules/schedule.css @@ -46,12 +46,10 @@ .s-scheduleChart .s-scheduleChart-secondRoom { border-left: calc(var(--base-spacing) * 1) solid var(--color-brand-02-light); } -.s-scheduleChart .s-scheduleChart-thirdRoom, -.s-scheduleChart .s-scheduleChart-secondRoom:last-child { +.s-scheduleChart .s-scheduleChart-thirdRoom { border-left: calc(var(--base-spacing) * 1) solid var(--color-brand-03-light); } -.s-scheduleChart .s-scheduleChart-thirdRoom:empty, -.s-scheduleChart .s-scheduleChart-secondRoom:last-child:empty { +.s-scheduleChart .s-scheduleChart-thirdRoom:empty { border-left: calc(var(--base-spacing) * 1) solid var(--color-ui-02); }