Project

General

Profile

Feature #729

Hide chrome option

Added by Luke Murphey almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
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:

  1. View edit controls
  2. Header
  3. Footer
  4. Navigation

Associated revisions

Revision 15 (diff)
Added by luke.murphey almost 10 years ago

Added option to hide chrome (closes #729)

History

#1 Updated by Luke Murphey almost 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 almost 10 years ago

  • Target version changed from 0.5 to 0.6

#3 Updated by Luke Murphey almost 10 years ago

  • Target version changed from 0.6 to 0.7

#4 Updated by Luke Murphey almost 10 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF