Feature #729
Hide chrome option
Start date:
06/07/2014
Due date:
% Done:
100%
Description
Load a special stylesheet that allows users to hide items unnecessary for a slideshow, including:
- View edit controls
- Header
- Footer
- Navigation
Associated revisions
Added option to hide chrome (closes #729)
History
#1 Updated by Luke Murphey over 10 years ago
Pivot has uses responsive bootstrap code to hide the header. I would like to get a similar effect.
Here is a snippet:
.shared-responsiveheaderpage header { position: absolute; top: -59px; right: 0px; left: 0px; height: 65px; }
There is a tab that is used to hide/show the header:
<div class="expand-collapse-control" style="background-color: rgb(76, 78, 83);"> <a href="#" class="tab"><i class="icon-menu"></i></a> </div>
#2 Updated by Luke Murphey over 10 years ago
- Target version changed from 0.5 to 0.6
#3 Updated by Luke Murphey over 10 years ago
- Target version changed from 0.6 to 0.7
#4 Updated by Luke Murphey over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100