inline_forms 1.1.15 → 1.1.16

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.
@@ -21,9 +21,10 @@ body {
21
21
  background-color: #ffffff;
22
22
  color: #887E42;
23
23
  padding: 0;
24
- margin: 0;
24
+ margin: 0 auto;
25
25
  font-family: sans-serif;
26
26
  font-size: 12pt;
27
+ max-width: 1200px;
27
28
  }
28
29
 
29
30
  a {
@@ -198,6 +199,7 @@ ul.checklist li {
198
199
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9EBAE), to(#F9EBAE));
199
200
  padding: 0.4em;
200
201
  margin: 0 1em 0.4em 1em;
202
+ font-size: 10pt;
201
203
  }
202
204
 
203
205
  #tabs li {
@@ -2,10 +2,10 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
3
  <html>
4
4
  <head>
5
- <title><%= h(yield(:title) || "xyxyxyx") %></title>
6
- <%= csrf_meta_tag %>
7
- <%= stylesheet_link_tag 'inline_forms' %>
5
+ <title><%= h( yield(:title) || "Unconfigured Titile") %></title>
6
+ <%= stylesheet_link_tag 'inline_forms', 'application' %>
8
7
  <%= javascript_include_tag 'application' %>
8
+ <%= csrf_meta_tag %>
9
9
  <%= yield(:head) %>
10
10
  <script>
11
11
  $.datepicker.setDefaults({
@@ -1,3 +1,3 @@
1
1
  module InlineForms
2
- VERSION = "1.1.15"
2
+ VERSION = "1.1.16"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inline_forms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 15
10
- version: 1.1.15
9
+ - 16
10
+ version: 1.1.16
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ace Suares
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-04 00:00:00 Z
18
+ date: 2012-01-05 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec-rails