From e06f28b6bc73b89d04d621a172447b9262a7cda1 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 11 Mar 2015 17:54:52 -0400 Subject: [PATCH] updated the nav box in /2015/program/ -- it is fixed; so always visible while scrolling. On smaller screens, the nav box turns into two small green buttons at the bottom right. modified: 2015/assets/css/custom.css modified: 2015/program/index.html --- 2015/assets/css/custom.css | 15 +++++++++++---- 2015/program/index.html | 13 ++++++++++--- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/2015/assets/css/custom.css b/2015/assets/css/custom.css index 2f334ddb..793e0a55 100644 --- a/2015/assets/css/custom.css +++ b/2015/assets/css/custom.css @@ -53,7 +53,15 @@ hr { #lp-panel { max-width: 32%; margin-left: 0.3em; - float: right; + position: fixed; + right: 1%; + top: 20%; +} + +#lp-mini-nav { + position: fixed; + bottom: 0%; + right: 1%; } #lp-panel ul { @@ -143,9 +151,8 @@ hr { #lp-panel { max-width: 100%; margin-left: 0; - float: none; + position: static; } - } @media (min-width: 552px) and (max-width:767px) { @@ -160,7 +167,7 @@ hr { #lp-panel { max-width: 100%; margin-left: 0; - float: none; + position: static; } #lp-updates { diff --git a/2015/program/index.html b/2015/program/index.html index 96ebfc53..79284097 100755 --- a/2015/program/index.html +++ b/2015/program/index.html @@ -17,7 +17,7 @@ Fixed nav -
+ -

All times are in Eastern Daylight Time (EDT), which is UTC - 4 hours. In room numbers, "32-" refers to MIT Building 32 (the Stata Center), where all conference rooms are located.

-
+

All times are in Eastern Daylight Time (EDT), which is UTC - 4 hours. In room numbers, "32-" refers to MIT Building 32 (the Stata Center), where all conference rooms are located.

+

Saturday, March 21


09:00 - 09:45: Registration and Breakfast

@@ -405,6 +405,13 @@ Fixed nav
+ + -- 2.25.1