From 245aa371bd0ba5f46fc8a21bb4fcccc8f4ca64df Mon Sep 17 00:00:00 2001
From: Jeffrey Sturek <jsturek8@unl.edu>
Date: Wed, 13 Mar 2019 17:11:20 -0500
Subject: [PATCH] CSS Tweak for kiosk

---
 views/reserve.erb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/views/reserve.erb b/views/reserve.erb
index 026c4e3..83e9db7 100644
--- a/views/reserve.erb
+++ b/views/reserve.erb
@@ -25,10 +25,10 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar
     # hack since ipad not playing nice with dcf-grid
     if kiosk_mode
         section_class = 'dcf-width-100%'
-        first_div_class = 'dcf-d-inline-block dcf-pr-6'
-        first_div_style = 'width: 67%'
-        second_div_class = 'dcf-d-inline-block dcf-pr-6'
-        second_div_style = 'width: 33%'
+        first_div_class = 'dcf-d-inline-block dcf-pr-4'
+        first_div_style = 'width: 67%; vertical-align: top;'
+        second_div_class = 'dcf-d-inline-block'
+        second_div_style = 'width: 33%; vertical-align: top;'
     else
         section_class = 'dcf-grid dcf-col-gap-vw dcf-row-gap-4'
         first_div_class = 'dcf-col-100% dcf-col-67%-start@sm'
-- 
GitLab