Skip to content
Snippets Groups Projects
Commit 7dac34c1 authored by Ann Yanich's avatar Ann Yanich
Browse files

Update 'full screen' css for stud.ip 5.4

parent d5fed7b8
No related branches found
No related tags found
No related merge requests found
<? if ($fullscreen) : ?> <? if ($fullscreen) : ?>
<!-- Hide all of Stud.IP's layout elements and remove extraneous padding.--> <!-- Hide all of Stud.IP's layout elements and remove extraneous padding.-->
<style> <style>
#barBottomContainer, #flex-header, .secondary-navigation, #layout-sidebar, #layout_footer, #page_title_container { #barBottomContainer, #flex-header, .secondary-navigation, #layout-sidebar, #layout_footer, #page_title_container, #skip_link_navigation, #main-header, #sidebar, #main-footer, #scroll-to-top {
display: none !important; display: none !important;
} }
#layout_wrapper, #layout_content, #layout_container { #layout_wrapper, #layout_content, #layout_container {
padding: 0; padding: 0 !important;
}
body {
/* Prevent responsive css from switching this when the mobile breakpoint is reached */
display: grid !important;
}
#content-wrapper {
padding: 0 !important;
margin: 0 !important;
grid-column: 1/3 !important;
grid-row: 1/3 !important;
} }
</style> </style>
<? endif ?> <? endif ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment