Sha256: e7a835df7da44df85286c9bc5d4716ce369ccce924297499e61f9b45a6086f2d

Contents?: true

Size: 869 Bytes

Versions: 11

Compression:

Stored size: 869 Bytes

Contents

// Make room for narrow progress navigation bar that is displayed
// during page transitions.

body .widget_progress_navigation_bar_present .navigation_mobile {
  .menu.index {
    right: 20px;
  }

  &.active .menu.index {
    right: 200px;
  }

  .parent_page {
    right: 70px;
  }

  &.active .parent_page {
    right: 250px;
  }
}

// Progress navigation bar is not compatible with touch interfaces.
// Use default mobile navigation instead. Since the mobile navigation
// comes with its own parent page widget, hide the parent page box
// which would otherwise also be displayed on iPad landscape.

body.has_mobile_platform .widget_progress_navigation_bar_present,
body.has_mobile_platform .widget_progress_navigation_bar_horizontal_present {
  .navigation_mobile,
  .navigation_mobile > * {
    display: block;
  }

  .parent_page_box {
    display: none;
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pageflow-progress-navigation-bar-1.9.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.8.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.7.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.6.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.5.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.4.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.3.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.2.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.1.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-1.0.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss
pageflow-progress-navigation-bar-0.5.0 app/assets/stylesheets/pageflow/progress_navigation_bar/cross_dependant_styles.scss