Skip to content
Snippets Groups Projects

CSS Tweak for kiosk

Merged Jeff Sturek requested to merge JSTUREK8/unl-resource-scheduler:ipad-dcf-grid-hack into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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'
Loading