scrivito_timeline_widget 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56d8f1438446d04815351dbc5672cd88042163b9
4
- data.tar.gz: a37d652f7c333a88b016e0b4edac9d2c729872a0
3
+ metadata.gz: 111a36a60505a885146cab8d7d2a798479567925
4
+ data.tar.gz: d4cb06415d5c5bac38ca3f3e402fff20f2aa8016
5
5
  SHA512:
6
- metadata.gz: 9d0fad57149d7d494d739e9dc511a04dbd452eeae1b90a7367ee627ac8442be0439717185e550307eb8e6e848d8cbb79690fb1d1b0ed1b92f5c56446e24aba25
7
- data.tar.gz: 49222259983f16ae5f70f5bbe38eaca593db8d921b15920f6163ca432bfc8b8ccd1e7b82c80673783638d3ef9a60ee045187af41c060285786eef695e9d4b78d
6
+ metadata.gz: 564f807b0073d68799d7c725919587c986b4179cd8b9dd27c589c938394c46c6c2e9580b622d9209b4144249b7d012367eadd4136435c032212e676f1d071a4f
7
+ data.tar.gz: ee20abc3124d7a3b66b15689395ebee0c6868f97b3112671d243a27e7fc5e89c85ca033b830254fcb8e0999fe8308e89c43b672954b9bae8dbc935ab9b28e838
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- scrivito_table_widget
1
+ scrivito_timeline_widget
2
2
  =====================
3
3
 
4
4
  A Widget for Scrivito for a timeline.
@@ -59,26 +59,11 @@
59
59
  margin: 0 0 0 52px;
60
60
  }
61
61
 
62
- .main-headline,
63
- .content-top {
64
- text-align: left;
65
- padding-left: 0px;
66
- width: auto;
67
- margin-left: 52px;
68
- }
69
-
70
- .scrivito-icon-box {
71
- margin-left: -52px;
72
- }
73
-
74
62
  .row .col-md-6 {
75
63
  &.left,
76
64
  &.right {
77
- width: auto;
78
- margin-left: 52px;
79
- padding-left: 20px;
80
- margin-right: 0;
81
- padding-right: 0px;
65
+ width: 75%;
66
+ margin: 0 auto;
82
67
  }
83
68
  }
84
69
  }
@@ -1,3 +1,3 @@
1
- <%= scrivito_thumbnail 'Timeline widget' do %>
2
- Add a timeline to your page.
3
- <% end %>
1
+ <%= scrivito_thumbnail 'Timeline', image_tag("timeline.png") do %>
2
+ Creates a element of a vertical Timeline
3
+ <% end %>
@@ -1,3 +1,3 @@
1
1
  module ScrivitoTimelineWidget
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrivito_timeline_widget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scrivito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-09 00:00:00.000000000 Z
11
+ date: 2015-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -62,6 +62,7 @@ files:
62
62
  - LICENSE
63
63
  - README.md
64
64
  - Rakefile
65
+ - app/assets/images/timeline.png
65
66
  - app/assets/stylesheets/scrivito_timeline_widget.css.scss
66
67
  - app/models/timeline_widget.rb
67
68
  - app/views/timeline_widget/details.html.erb