Skip to content
Snippets Groups Projects
Commit d3764272 authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Merge branch 'ipad-dcf-grid-hack' into 'master'

CSS Tweak for kiosk

See merge request iim/unl-resource-scheduler!12
parents ffba5dce 245aa371
Branches
No related tags found
1 merge request!12CSS Tweak for kiosk
...@@ -25,10 +25,10 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar ...@@ -25,10 +25,10 @@ EIGHT_PM_MINUTES = 1200 # end time of calendar
# hack since ipad not playing nice with dcf-grid # hack since ipad not playing nice with dcf-grid
if kiosk_mode if kiosk_mode
section_class = 'dcf-width-100%' section_class = 'dcf-width-100%'
first_div_class = 'dcf-d-inline-block dcf-pr-6' first_div_class = 'dcf-d-inline-block dcf-pr-4'
first_div_style = 'width: 67%' first_div_style = 'width: 67%; vertical-align: top;'
second_div_class = 'dcf-d-inline-block dcf-pr-6' second_div_class = 'dcf-d-inline-block'
second_div_style = 'width: 33%' second_div_style = 'width: 33%; vertical-align: top;'
else else
section_class = 'dcf-grid dcf-col-gap-vw dcf-row-gap-4' section_class = 'dcf-grid dcf-col-gap-vw dcf-row-gap-4'
first_div_class = 'dcf-col-100% dcf-col-67%-start@sm' first_div_class = 'dcf-col-100% dcf-col-67%-start@sm'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment