scrollytelling-pageflow-navigation 1.6.1 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e293f95838600f39bbccf73f061428127c37905
4
- data.tar.gz: 23591de8863353b63dd4ab1417c9cc1cadde2afc
3
+ metadata.gz: b8676011abe15d4d7559ff5ab5ceb7a78363b45a
4
+ data.tar.gz: 3f5552e6c481206a944615bc42e60fcc6b9ee50e
5
5
  SHA512:
6
- metadata.gz: 17aa29cee31562d2de0f4afc3fa119dd99c3912aa51721f3c0abed41d2504aa7d9445f2f33d3aca6d4738ef7ed2854afd43fc561c39a4c20addf4acbb8f09b14
7
- data.tar.gz: e827ab9c237096259bb277ac4c361cdfe504fc24b95eda5476acad3bf0481df58a9a100c170d53bbb63e86045588fe70a27101d9c74d264d0ac39b8b23eeb61f
6
+ metadata.gz: 7c8c08d53732992248133cc96b56ee549467ec14361b2fd6f06b1d77c81dc9bb47bf077238c2be45e5b3a0f6e75ce0c731c0a22981cc0136fee49003f1c19e6d
7
+ data.tar.gz: 7d60475aca0d9dbf89fc512f094d654613ad38de724be30f9ebad94910c491d20047f21c23d4a76e0f63ec26dbe4465ae852ba1663fd6fd685a7c3c92aa915bb
@@ -6,3 +6,4 @@ $scrollytelling-sharing-size: 40px !default;
6
6
  @import "./navigation/navigation";
7
7
  @import "./navigation/mobile";
8
8
  @import "./navigation/options";
9
+ @import "./navigation/entry";
@@ -0,0 +1,22 @@
1
+ .entry {
2
+ .indicator {
3
+ left: 12px;
4
+ bottom: 2%;
5
+ height: 40px;
6
+ padding: 0 0 0 40px;
7
+ line-height: 30px;
8
+ }
9
+
10
+ .scroll_indicator:before {
11
+ content: "\f0ab";
12
+ font-family: "FontAwesome";
13
+ font-size: 26px;
14
+ padding-left: 9px;
15
+ background-image: none;
16
+ }
17
+
18
+ .scroll_indicator.invert:before {
19
+ color: black;
20
+ background-image: none;
21
+ }
22
+ }
@@ -1,4 +1,24 @@
1
1
  .navigation_mobile {
2
+ .parent_page {
3
+ position: absolute;
4
+ top: auto;
5
+ right: auto;
6
+ bottom: 6%;
7
+ left: 12px;
8
+ width: 40px;
9
+ height: 40px;
10
+ }
11
+
12
+ .parent_page:before {
13
+ content: "\f0a8";
14
+ font-family: "FontAwesome";
15
+ font-size: 26px;
16
+ }
17
+
18
+ .parent_page:after {
19
+ display: none;
20
+ }
21
+
2
22
  .overview_mobile .credits a,
3
23
  .imprint_mobile .credits a,
4
24
  .sharing_mobile .credits a {
@@ -1,5 +1,6 @@
1
1
  <div data-widget="scrollytelling_pageflow_navigation">
2
2
  <nav id="scrollytelling-pageflow-navigation">
3
+ <div class="parent_page" title="<%= t('pageflow.public.back') %>"></div>
3
4
  <ul>
4
5
  <% entry.pages.
5
6
  displayed_in_navigation.
@@ -1,7 +1,7 @@
1
1
  module Scrollytelling
2
2
  module Pageflow
3
3
  module Navigation
4
- VERSION = "1.6.1"
4
+ VERSION = "1.7.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrollytelling-pageflow-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joost Baaij
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-01 00:00:00.000000000 Z
11
+ date: 2016-09-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -101,6 +101,7 @@ files:
101
101
  - app/assets/javascripts/scrollytelling/pageflow/navigation/sharing.js
102
102
  - app/assets/javascripts/scrollytelling/pageflow/navigation/widget_type.js
103
103
  - app/assets/stylesheets/scrollytelling/pageflow/navigation.scss
104
+ - app/assets/stylesheets/scrollytelling/pageflow/navigation/_entry.scss
104
105
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile.scss
105
106
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss
106
107
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss