Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL Resource Scheduler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Experience Group
UNL Resource Scheduler
Merge requests
!12
CSS Tweak for kiosk
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
CSS Tweak for kiosk
JSTUREK8/unl-resource-scheduler:ipad-dcf-grid-hack
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
CSS Tweak for kiosk
Jeff Sturek
requested to merge
JSTUREK8/unl-resource-scheduler:ipad-dcf-grid-hack
into
master
Mar 13, 2019
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
245aa371
1 commit,
Mar 13, 2019
1 file
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
views/reserve.erb
+
4
−
4
View file @ 245aa371
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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'
Loading