From 97a8abce3a7de2a01a2945d4d1f2553b838fd6e3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 7 Mar 2017 03:44:55 +0000 Subject: [PATCH] 2017: Add 'Expand All' in /program. * 2017/assets/css/custom.css: Update file. * 2017/includes/program_js.html: Update file * 2017/program/index.html: Update file. --- 2017/assets/css/custom.css | 10 +++ 2017/includes/program_js.html | 134 +++++++++++++++++++++++++++++++--- 2017/program/index.html | 4 + 3 files changed, 139 insertions(+), 9 deletions(-) diff --git a/2017/assets/css/custom.css b/2017/assets/css/custom.css index b2024ec8..f7959ea1 100644 --- a/2017/assets/css/custom.css +++ b/2017/assets/css/custom.css @@ -357,6 +357,16 @@ hr { background-image: none; } +.program-session-details-toggle-all { + margin-bottom: 25px; +} + +.program-session-details-toggle-all button.fixed { + position: fixed; + top: 50px; + right: 20px; +} + /* Carousel */ .btn-carousel { diff --git a/2017/includes/program_js.html b/2017/includes/program_js.html index 829ffe10..b17030ea 100755 --- a/2017/includes/program_js.html +++ b/2017/includes/program_js.html @@ -1,13 +1,129 @@ + + + + +