contour 2.1.0.beta11 → 2.1.0.beta12

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: fe26c130959148bee334c419ae2c102cd5d7d05f
4
- data.tar.gz: 56d679b7d0904a705768cba344f782b38e11f9f4
3
+ metadata.gz: 0d8d92a57f3a992e033412888c2bff52b2373886
4
+ data.tar.gz: 62a80e3a5e509c65334a53c8a59096242b68cf2a
5
5
  SHA512:
6
- metadata.gz: 756666b84b4e52f3a75643c34acde4f864fe2d852c885962011620fea0f550bfd64dcb1a69318f9a78fa807098079f41d88c3fec6ff249c2435883172d48905e
7
- data.tar.gz: 5bd902c64cdf2207f31adf31e9e5ee36ee6b7dbe2d360dde5963a65df157e898554a40e6cf8f1954ba231821784fa9dbca9cbdeea7a6175ebabb895f2f7cb15e
6
+ metadata.gz: 06e56751dc1ead02a9608a5ee244459265929b1514f2045518c89ba1c3fe4064d7f877b406085a0e826d82b83d1b0fb2ed0759a0582249661fbfb3ec1b10b555
7
+ data.tar.gz: 1518245064add7dfe26fb9a04a078847c24df54d55665f2a683b768d5fa1952db7e4ebd2695c085f706dd7185b048531ade853460521767395cda6147643fac4
@@ -929,7 +929,7 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
929
929
  this.$element
930
930
  .removeClass('in')
931
931
  .attr('aria-hidden', true)
932
- .off('click.dismiss.modal')
932
+ // .off('click.dismiss.modal')
933
933
 
934
934
  $.support.transition && this.$element.hasClass('fade') ?
935
935
  this.$element
@@ -81,7 +81,7 @@ dt, dd {
81
81
  .flash-block {
82
82
  position: absolute;
83
83
  right: 0px;
84
- top: 0px;
84
+ top: -20px;
85
85
  z-index: 1000;
86
86
  white-space: nowrap;
87
87
  }
@@ -1,25 +1,25 @@
1
1
  <%- if controller_name != 'sessions' %>
2
- <%= link_to "Sign in", new_session_path(resource_name), class: 'btn btn-xs' %>
2
+ <%= link_to "Sign in", new_session_path(resource_name), class: 'btn btn-default btn-xs' %>
3
3
  <% end -%>
4
4
 
5
5
  <%- if devise_mapping.registerable? && controller_name != 'registrations' %>
6
- <%= link_to "Sign up", new_registration_path(resource_name), class: 'btn btn-xs' %>
6
+ <%= link_to "Sign up", new_registration_path(resource_name), class: 'btn btn-default btn-xs' %>
7
7
  <% end -%>
8
8
 
9
9
  <%- if devise_mapping.recoverable? && controller_name != 'passwords' %>
10
- <%= link_to "Forgot your password?", new_password_path(resource_name), class: 'btn btn-xs' %>
10
+ <%= link_to "Forgot your password?", new_password_path(resource_name), class: 'btn btn-default btn-xs' %>
11
11
  <% end -%>
12
12
 
13
13
  <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
14
- <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name), class: 'btn btn-xs' %>
14
+ <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name), class: 'btn btn-default btn-xs' %>
15
15
  <% end -%>
16
16
 
17
17
  <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
18
- <%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name), class: 'btn btn-xs' %>
18
+ <%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name), class: 'btn btn-default btn-xs' %>
19
19
  <% end -%>
20
20
 
21
21
  <%- if devise_mapping.omniauthable? %>
22
22
  <%- resource_class.omniauth_providers.each do |provider| %>
23
- <%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider), class: 'btn btn-xs' %>
23
+ <%= link_to "Sign in with #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider), class: 'btn btn-default btn-xs' %>
24
24
  <% end -%>
25
25
  <% end -%>
@@ -14,7 +14,7 @@
14
14
  </div>
15
15
 
16
16
  <div class="form-group">
17
- <div class="col-lg-10 col-offset-2">
17
+ <div class="col-lg-10 col-lg-offset-2">
18
18
  <%= f.submit "Resend confirmation instructions", class: 'btn btn-primary' %>
19
19
  <%= render partial: 'contour/links' %>
20
20
  </div>
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
 
24
24
  <div class="form-group">
25
- <div class="col-lg-10 col-offset-2">
25
+ <div class="col-lg-10 col-lg-offset-2">
26
26
  <%= f.submit "Change my password", class: 'btn btn-primary' %>
27
27
  <%= render partial: 'contour/links' %>
28
28
  </div>
@@ -14,7 +14,7 @@
14
14
  </div>
15
15
 
16
16
  <div class="form-group">
17
- <div class="col-lg-10 col-offset-2">
17
+ <div class="col-lg-10 col-lg-offset-2">
18
18
  <%= f.submit "Send me reset password instructions", class: 'btn btn-primary' %>
19
19
  <%= render partial: 'contour/links' %>
20
20
  </div>
@@ -37,7 +37,7 @@
37
37
  </div>
38
38
 
39
39
  <div class="form-group">
40
- <div class="col-lg-10 col-offset-2">
40
+ <div class="col-lg-10 col-lg-offset-2">
41
41
  <%= f.submit "Update", class: 'btn btn-primary' %>
42
42
  </div>
43
43
  </div>
@@ -46,7 +46,7 @@
46
46
  <% end %>
47
47
 
48
48
  <div class="form-group">
49
- <div class="col-lg-10 col-offset-2">
49
+ <div class="col-lg-10 col-lg-offset-2">
50
50
  <%= f.submit "Sign up", class: 'btn btn-primary' %>
51
51
  <%= render partial: 'contour/links' %>
52
52
  </div>
@@ -30,7 +30,7 @@
30
30
  <% end -%>
31
31
 
32
32
  <div class="form-group">
33
- <div class="col-lg-10 col-offset-2">
33
+ <div class="col-lg-10 col-lg-offset-2">
34
34
  <%= f.submit "Sign in", class: 'btn btn-primary' %>
35
35
  <%= render partial: 'contour/links' %>
36
36
  </div>
@@ -14,7 +14,7 @@
14
14
  </div>
15
15
 
16
16
  <div class="form-group">
17
- <div class="col-lg-10 col-offset-2">
17
+ <div class="col-lg-10 col-lg-offset-2">
18
18
  <%= f.submit "Resend unlock instructions", class: 'btn btn-primary' %>
19
19
  <%= render partial: 'contour/links' %>
20
20
  </div>
@@ -3,7 +3,7 @@ module Contour
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
5
  TINY = 0
6
- BUILD = "beta11" # nil, "pre", "rc", "rc2"
6
+ BUILD = "beta12" # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
@@ -32,7 +32,7 @@
32
32
  <%- end -%>
33
33
 
34
34
  <div class="form-group">
35
- <div class="col-lg-10 col-offset-2">
35
+ <div class="col-lg-10 col-lg-offset-2">
36
36
  <%%= f.submit nil, class: 'btn btn-primary' %>
37
37
  <%%= cancel %>
38
38
  </div>
@@ -6,7 +6,7 @@
6
6
  </h1>
7
7
  </div>
8
8
 
9
- <%%= form_tag <%= resource_name_plural %>_path, method: :get, remote: true, id: "<%= resource_name_plural %>_search", class: 'form-search', data: { object: 'form-load', no_turbolink: true } do %>
9
+ <%%= form_tag <%= resource_name_plural %>_path, method: :get, remote: true, id: "<%= resource_name_plural %>_search", class: 'form-inline', data: { object: 'form-load', no_turbolink: true } do %>
10
10
  <%%= hidden_field_tag :order %>
11
11
  <%%= text_field_tag 'search', params[:search], class: 'form-control' %>
12
12
  <%%= submit_tag 'Search', class: 'btn btn-primary' %>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.beta11
4
+ version: 2.1.0.beta12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Remo Mueller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-14 00:00:00.000000000 Z
11
+ date: 2013-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails