inline_forms 1.6.31 → 1.6.32
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 +4 -4
- data/bin/inline_forms +19 -9
- data/lib/app/assets/images/devise_footer_left.png +0 -0
- data/lib/app/assets/images/devise_footer_right.png +0 -0
- data/lib/app/assets/images/devise_header.png +0 -0
- data/lib/app/views/devise/passwords/edit.html.erb +25 -14
- data/lib/app/views/devise/passwords/new.html.erb +18 -8
- data/lib/app/views/devise/registrations/new.html.erb +24 -19
- data/lib/app/views/devise/sessions/new.html.erb +24 -8
- data/lib/app/views/layouts/devise.html.erb +44 -12
- data/lib/inline_forms/version.rb +1 -1
- metadata +4 -32
- data/lib/app/assets/images/jquery.ui/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_flat_10_000000_40x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_flat_30_cccccc_40x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_222222_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_228ef1_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_3d3d3d_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_bd7b00_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_d19405_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_eb990f_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_ed9f26_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_ef8c08_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_fadc7a_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_ffd27a_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_ffe180_256x240.png +0 -0
- data/lib/app/assets/images/jquery.ui/ui-icons_ffffff_256x240.png +0 -0
- data/lib/app/assets/stylesheets/devise.css +0 -94
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5dadaa5660d48f321abef68b8aa72b22248ce15
|
|
4
|
+
data.tar.gz: 25e836d94cc608ca8c59544005615f5cd5135694
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 637176e55cc322a9e4fb5287d5a658eba651317b0edb2b13d2aa38c739f548c359d49dcef53f247fa00a66e968b424f56e838cdd89234bbdc72f709c6c9d6075
|
|
7
|
+
data.tar.gz: 8a29b0c498641720f7b2230bc83da949675d5e2c80fcb13cb281726ddaa4754b419201bbeaeea545902d9613e7c025214f7a08a562c6102e593605e1b9a6cf27
|
data/bin/inline_forms
CHANGED
|
@@ -90,7 +90,7 @@ module InlineForms
|
|
|
90
90
|
if dry_run?
|
|
91
91
|
empty_directory(app_name)
|
|
92
92
|
else
|
|
93
|
-
if ! run("rails _3.2.12_ new #{app_name} --skip-bundle --skip-gemfile")
|
|
93
|
+
if ! run("rails _3.2.12_ new #{app_name} --skip-bundle --skip-gemfile --skip-test-unit")
|
|
94
94
|
say "Rails could not create the app '#{app_name}', maybe because it is a reserved word...", :red
|
|
95
95
|
exit 1
|
|
96
96
|
end
|
|
@@ -110,7 +110,6 @@ module InlineForms
|
|
|
110
110
|
|
|
111
111
|
source 'http://rubygems.org'
|
|
112
112
|
|
|
113
|
-
gem 'test-unit'
|
|
114
113
|
gem 'rails', '3.2.12'
|
|
115
114
|
gem 'rake', '10.0.4'
|
|
116
115
|
gem 'jquery-rails', '~> 2.3.0'
|
|
@@ -145,16 +144,24 @@ module InlineForms
|
|
|
145
144
|
# gem 'rcov', '>= 0'
|
|
146
145
|
end
|
|
147
146
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
147
|
+
# these are just for production
|
|
148
|
+
group :production do
|
|
149
|
+
gem 'mysql2'
|
|
150
|
+
gem 'therubyracer'
|
|
151
|
+
gem 'uglifier', '>= 1.0.3'
|
|
152
|
+
end
|
|
153
|
+
|
|
154
|
+
group :assets do
|
|
155
|
+
gem 'sass-rails', '~> 3.2.3'
|
|
156
|
+
gem 'coffee-rails', '~> 3.2.1'
|
|
157
|
+
gem 'uglifier', '>= 1.0.3'
|
|
158
|
+
gem 'compass-rails' # you need this or you get an err
|
|
159
|
+
gem 'zurb-foundation', '~> 4.0.0'
|
|
160
|
+
end
|
|
154
161
|
END_GEMFILE
|
|
155
162
|
|
|
156
163
|
say "- Running bundle..."
|
|
157
|
-
|
|
164
|
+
run("bundle") unless dry_run?
|
|
158
165
|
|
|
159
166
|
say "- Database setup: creating config/database.yml with development database #{database}"
|
|
160
167
|
remove_file "#{app_name}/config/database.yml" # the one that 'rails _3.2.12_ new' created
|
|
@@ -284,6 +291,9 @@ module InlineForms
|
|
|
284
291
|
say "- Paper_trail install..."
|
|
285
292
|
run "bundle exec rails g paper_trail:install" unless dry_run?
|
|
286
293
|
|
|
294
|
+
say "- Installaing ZURB Foundation..."
|
|
295
|
+
run "bundle exec rails g foundation:install"
|
|
296
|
+
|
|
287
297
|
say "- Generate models and tables and views for translations..."
|
|
288
298
|
run 'bundle exec rails g inline_forms InlineFormsLocale name:string inline_forms_translations:belongs_to _enabled:yes _presentation:\'#{name}\''
|
|
289
299
|
run 'bundle exec rails g inline_forms InlineFormsKey name:string inline_forms_translations:has_many inline_forms_translations:associated _enabled:yes _presentation:\'#{name}\''
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,17 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
<div class="row">
|
|
2
|
+
|
|
3
|
+
<div class="large-4 columns">
|
|
4
|
+
<h2>Change your password</h2>
|
|
5
|
+
</div>
|
|
6
|
+
|
|
7
|
+
<div class="large-4 columns">
|
|
8
|
+
|
|
9
|
+
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %>
|
|
10
|
+
<%= devise_error_messages! %>
|
|
11
|
+
<%= f.hidden_field :reset_password_token %>
|
|
12
|
+
|
|
13
|
+
<div><%= f.label :password, "New password" %><br />
|
|
14
|
+
<%= f.password_field :password %></div>
|
|
15
|
+
|
|
16
|
+
<div><%= f.label :password_confirmation, "Confirm new password" %><br />
|
|
17
|
+
<%= f.password_field :password_confirmation %></div>
|
|
18
|
+
|
|
19
|
+
<div><%= f.submit "Change my password" %></div>
|
|
13
20
|
<% end %>
|
|
21
|
+
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
<div class="large-4 columns">
|
|
25
|
+
<%= render :partial => "devise/shared/links" %>
|
|
14
26
|
</div>
|
|
15
|
-
</div>
|
|
16
27
|
|
|
17
|
-
|
|
28
|
+
</div>
|
|
@@ -1,14 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<div class="row">
|
|
2
|
+
|
|
3
|
+
<div class="large-4 columns">
|
|
4
|
+
<h2>Forgot your password?</h2>
|
|
5
|
+
</div>
|
|
6
|
+
|
|
7
|
+
<div class="large-4 columns">
|
|
3
8
|
|
|
4
|
-
<div id="sign_in">
|
|
5
|
-
<div id="sign_in_form">
|
|
6
9
|
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| %>
|
|
7
|
-
|
|
8
|
-
|
|
10
|
+
<%= devise_error_messages! %>
|
|
11
|
+
|
|
12
|
+
<div><%= f.label :email %><br />
|
|
13
|
+
<%= f.email_field :email %></div>
|
|
14
|
+
|
|
15
|
+
<div><%= f.submit "Send me reset password instructions" %></div>
|
|
9
16
|
<% end %>
|
|
17
|
+
|
|
10
18
|
</div>
|
|
11
|
-
</div>
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
<div class="large-4 columns">
|
|
21
|
+
<%= render :partial => "devise/shared/links" %>
|
|
22
|
+
</div>
|
|
14
23
|
|
|
24
|
+
</div>
|
|
@@ -1,22 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<div id="sign_in">
|
|
5
|
-
<div id="sign_in_form">
|
|
6
|
-
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
|
|
7
|
-
<div class="float_right"><%= f.label :name %> <%= f.text_field :name %></div>
|
|
8
|
-
<div style="clear: both"></div>
|
|
9
|
-
<div class="float_right"><%= f.label :email %> <%= f.email_field :email %></div>
|
|
10
|
-
<div style="clear: both"></div>
|
|
11
|
-
<div class="float_right"><%= f.label :password %> <%= f.password_field :password %></div>
|
|
12
|
-
<div style="clear: both"></div>
|
|
13
|
-
<div class="float_right"><%= f.label :password_confirmation %> <%= f.password_field :password_confirmation %></div>
|
|
14
|
-
<div style="clear: both"></div>
|
|
15
|
-
|
|
16
|
-
<div><%= f.submit t("inline_forms.devise.sign_up") %></div>
|
|
17
|
-
<% end %>
|
|
1
|
+
<div class="row">
|
|
2
|
+
<div class="large-4 columns">
|
|
3
|
+
<h2>Sign up</h2>
|
|
18
4
|
</div>
|
|
19
|
-
|
|
5
|
+
<div class="large-4 columns">
|
|
6
|
+
<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| %>
|
|
7
|
+
<%= devise_error_messages! %>
|
|
8
|
+
|
|
9
|
+
<div><%= f.label :name %><br />
|
|
10
|
+
<%= f.text_field :name %></div>
|
|
11
|
+
|
|
12
|
+
<div><%= f.label :email %><br />
|
|
13
|
+
<%= f.email_field :email %></div>
|
|
20
14
|
|
|
21
|
-
|
|
15
|
+
<div><%= f.label :password %><br />
|
|
16
|
+
<%= f.password_field :password %></div>
|
|
22
17
|
|
|
18
|
+
<div><%= f.label :password_confirmation %><br />
|
|
19
|
+
<%= f.password_field :password_confirmation %></div>
|
|
20
|
+
|
|
21
|
+
<div><%= f.submit "Sign up" %></div>
|
|
22
|
+
<% end %>
|
|
23
|
+
</div>
|
|
24
|
+
<div class="large-4 columns">
|
|
25
|
+
<%= render :partial => "devise/shared/links" %>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
@@ -1,13 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
<%= render :partial => "devise/shared/header_and_errors" %>
|
|
1
|
+
<div class="row">
|
|
3
2
|
|
|
4
|
-
<div
|
|
5
|
-
|
|
3
|
+
<div class="large-4 columns">
|
|
4
|
+
<h2>Sign in</h2>
|
|
5
|
+
</div>
|
|
6
|
+
|
|
7
|
+
<div class="large-4 columns">
|
|
6
8
|
<%= form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| %>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
<div><%= f.label :email %><br />
|
|
11
|
+
<%= f.email_field :email %></div>
|
|
12
|
+
|
|
13
|
+
<div><%= f.label :password %><br />
|
|
14
|
+
<%= f.password_field :password %></div>
|
|
15
|
+
|
|
16
|
+
<% if devise_mapping.rememberable? -%>
|
|
17
|
+
<div><%= f.check_box :remember_me %> <%= f.label :remember_me %></div>
|
|
18
|
+
<% end -%>
|
|
19
|
+
|
|
20
|
+
<div><%= f.submit "Sign in" %></div>
|
|
21
|
+
|
|
10
22
|
<% end %>
|
|
11
23
|
</div>
|
|
24
|
+
|
|
25
|
+
<div class="large-4 columns">
|
|
26
|
+
<%= render :partial => "devise/shared/links" %>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
12
29
|
</div>
|
|
13
|
-
<%= render :partial => "devise/shared/links" %>
|
|
@@ -1,14 +1,46 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
|
|
3
|
+
<!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]-->
|
|
4
|
+
<!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]-->
|
|
5
|
+
<!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]-->
|
|
6
|
+
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
|
|
7
|
+
<head>
|
|
8
|
+
<meta charset="utf-8" />
|
|
9
|
+
|
|
10
|
+
<!-- Uncomment to make IE8 render like IE7 -->
|
|
11
|
+
<!-- <meta http-equiv="X-UA-Compatible" content="IE=7" /> -->
|
|
12
|
+
|
|
13
|
+
<!-- Set the viewport width to device width for mobile -->
|
|
14
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
15
|
+
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css' />
|
|
16
|
+
<title><%= t('application.name') + " v" + InlineForms::VERSION -%></title>
|
|
17
|
+
|
|
18
|
+
<%= stylesheet_link_tag "application" %>
|
|
19
|
+
<%= javascript_include_tag "vendor/custom.modernizr" %>
|
|
20
|
+
<%= csrf_meta_tags %>
|
|
21
|
+
|
|
22
|
+
</head>
|
|
23
|
+
|
|
24
|
+
<body>
|
|
25
|
+
|
|
26
|
+
<div id="devise-header"class="row">
|
|
27
|
+
<div class="small-6 small-centered columns">
|
|
28
|
+
<%= image_tag 'devise_header.png' %>
|
|
29
|
+
</div>
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<%= yield %>
|
|
33
|
+
|
|
34
|
+
<div id="devise-footer" class="row">
|
|
35
|
+
<div class="small-6 columns">
|
|
36
|
+
<%= image_tag 'devise_footer_left.png' %>
|
|
37
|
+
</div>
|
|
38
|
+
<div class="small-6 columns">
|
|
39
|
+
<%= image_tag 'devise_footer_right.png' %>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<%= javascript_include_tag "application" %>
|
|
44
|
+
|
|
45
|
+
</body>
|
|
14
46
|
</html>
|
data/lib/inline_forms/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inline_forms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ace Suares
|
|
@@ -121,37 +121,10 @@ files:
|
|
|
121
121
|
- inline_forms.gemspec
|
|
122
122
|
- lib/app/assets/images/add.png
|
|
123
123
|
- lib/app/assets/images/close.png
|
|
124
|
+
- lib/app/assets/images/devise_footer_left.png
|
|
125
|
+
- lib/app/assets/images/devise_footer_right.png
|
|
126
|
+
- lib/app/assets/images/devise_header.png
|
|
124
127
|
- lib/app/assets/images/glass_plate.gif
|
|
125
|
-
- lib/app/assets/images/jquery.ui/ui-bg_diagonals-medium_20_d34d17_40x40.png
|
|
126
|
-
- lib/app/assets/images/jquery.ui/ui-bg_diagonals-thick_18_b81900_40x40.png
|
|
127
|
-
- lib/app/assets/images/jquery.ui/ui-bg_diagonals-thick_20_666666_40x40.png
|
|
128
|
-
- lib/app/assets/images/jquery.ui/ui-bg_flat_10_000000_40x100.png
|
|
129
|
-
- lib/app/assets/images/jquery.ui/ui-bg_flat_30_cccccc_40x100.png
|
|
130
|
-
- lib/app/assets/images/jquery.ui/ui-bg_flat_50_5c5c5c_40x100.png
|
|
131
|
-
- lib/app/assets/images/jquery.ui/ui-bg_glass_100_f6f6f6_1x400.png
|
|
132
|
-
- lib/app/assets/images/jquery.ui/ui-bg_glass_100_fdf5ce_1x400.png
|
|
133
|
-
- lib/app/assets/images/jquery.ui/ui-bg_glass_65_ffffff_1x400.png
|
|
134
|
-
- lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_35_f6a828_500x100.png
|
|
135
|
-
- lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_45_817865_500x100.png
|
|
136
|
-
- lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_60_fece2f_500x100.png
|
|
137
|
-
- lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_70_ffdd57_500x100.png
|
|
138
|
-
- lib/app/assets/images/jquery.ui/ui-bg_gloss-wave_90_fff9e5_500x100.png
|
|
139
|
-
- lib/app/assets/images/jquery.ui/ui-bg_highlight-soft_100_eeeeee_1x100.png
|
|
140
|
-
- lib/app/assets/images/jquery.ui/ui-bg_highlight-soft_100_feeebd_1x100.png
|
|
141
|
-
- lib/app/assets/images/jquery.ui/ui-bg_highlight-soft_75_ffe45c_1x100.png
|
|
142
|
-
- lib/app/assets/images/jquery.ui/ui-bg_inset-soft_30_ffffff_1x100.png
|
|
143
|
-
- lib/app/assets/images/jquery.ui/ui-icons_222222_256x240.png
|
|
144
|
-
- lib/app/assets/images/jquery.ui/ui-icons_228ef1_256x240.png
|
|
145
|
-
- lib/app/assets/images/jquery.ui/ui-icons_3d3d3d_256x240.png
|
|
146
|
-
- lib/app/assets/images/jquery.ui/ui-icons_bd7b00_256x240.png
|
|
147
|
-
- lib/app/assets/images/jquery.ui/ui-icons_d19405_256x240.png
|
|
148
|
-
- lib/app/assets/images/jquery.ui/ui-icons_eb990f_256x240.png
|
|
149
|
-
- lib/app/assets/images/jquery.ui/ui-icons_ed9f26_256x240.png
|
|
150
|
-
- lib/app/assets/images/jquery.ui/ui-icons_ef8c08_256x240.png
|
|
151
|
-
- lib/app/assets/images/jquery.ui/ui-icons_fadc7a_256x240.png
|
|
152
|
-
- lib/app/assets/images/jquery.ui/ui-icons_ffd27a_256x240.png
|
|
153
|
-
- lib/app/assets/images/jquery.ui/ui-icons_ffe180_256x240.png
|
|
154
|
-
- lib/app/assets/images/jquery.ui/ui-icons_ffffff_256x240.png
|
|
155
128
|
- lib/app/assets/images/tooltip-bubble-down-left.png
|
|
156
129
|
- lib/app/assets/images/tooltip-bubble-down-right.png
|
|
157
130
|
- lib/app/assets/images/tooltip-bubble-up-left.png
|
|
@@ -161,7 +134,6 @@ files:
|
|
|
161
134
|
- lib/app/assets/javascripts/inline_forms.js
|
|
162
135
|
- lib/app/assets/javascripts/inline_forms_application.js
|
|
163
136
|
- lib/app/assets/javascripts/jquery.qtip.js
|
|
164
|
-
- lib/app/assets/stylesheets/devise.css
|
|
165
137
|
- lib/app/assets/stylesheets/inline_forms.css
|
|
166
138
|
- lib/app/assets/stylesheets/inline_forms_application.css
|
|
167
139
|
- lib/app/assets/stylesheets/jquery.qtip.css
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Document : devise
|
|
3
|
-
Created on : May 25, 2011, 10:00:55 AM
|
|
4
|
-
Author : ace
|
|
5
|
-
Description:
|
|
6
|
-
Purpose of the stylesheet follows.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
body {
|
|
10
|
-
width: 70%;
|
|
11
|
-
margin: 0 auto;
|
|
12
|
-
background-color: #3399cc;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
#large_title {
|
|
16
|
-
font-size: 700%;
|
|
17
|
-
text-align: center;
|
|
18
|
-
color: #fff;
|
|
19
|
-
background-color: #99ccff;
|
|
20
|
-
margin: 20px 50px 0px 50px;
|
|
21
|
-
-moz-border-radius: 15px;
|
|
22
|
-
-webkit-border-radius: 15px;
|
|
23
|
-
-webkit-box-shadow: 0 2px 3px rgba(0,0,0, .4);
|
|
24
|
-
-moz-box-shadow: 0 2px 3px rgba(0,0,0, .4);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
#flash_message {
|
|
28
|
-
margin: 5px 50px 5px 50px;
|
|
29
|
-
background-color: #ffcc99;
|
|
30
|
-
-moz-border-radius: 15px;
|
|
31
|
-
-webkit-border-radius: 15px;
|
|
32
|
-
-webkit-box-shadow: 0 2px 3px rgba(0,0,0, .4);
|
|
33
|
-
-moz-box-shadow: 0 2px 3px rgba(0,0,0, .4);
|
|
34
|
-
text-align: center;
|
|
35
|
-
font-size: 120%;
|
|
36
|
-
padding: 1.4em 1em 1.2em 1em;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
#error_explanation h2, ul {
|
|
40
|
-
font-size: 80%
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
#sign_in {
|
|
45
|
-
margin: 0px 50px 40px 50px;
|
|
46
|
-
background-color: #99ccff;
|
|
47
|
-
-moz-border-radius: 15px;
|
|
48
|
-
-webkit-border-radius: 15px;
|
|
49
|
-
-webkit-box-shadow: 0 2px 3px rgba(0,0,0, .4);
|
|
50
|
-
-moz-box-shadow: 0 2px 3px rgba(0,0,0, .4);
|
|
51
|
-
text-align: center;
|
|
52
|
-
padding-top: 1em;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
input {
|
|
56
|
-
height: 1.5em;
|
|
57
|
-
width: 14em;
|
|
58
|
-
border: 1px solid antiquewhite;
|
|
59
|
-
margin-bottom: 4px;
|
|
60
|
-
background-color: #ffcc99;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.float_right {
|
|
64
|
-
float: right;
|
|
65
|
-
width: 70%;
|
|
66
|
-
text-align: right;
|
|
67
|
-
margin-right: 30%;
|
|
68
|
-
color: white;
|
|
69
|
-
margin-bottom: 0.2em;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.field_with_errors {
|
|
73
|
-
display: inline;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
#reseller_submit {
|
|
77
|
-
width: 30%;
|
|
78
|
-
margin-bottom: 0.5em;
|
|
79
|
-
font-size: 175%;
|
|
80
|
-
padding: 0.1em 0.3em 0.2em 0.3em;
|
|
81
|
-
background-color: antiquewhite;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
#shared_links {
|
|
85
|
-
margin: 5px 50px 5px 50px;
|
|
86
|
-
color: #fff;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
#shared_links a {
|
|
90
|
-
font-size: 80%;
|
|
91
|
-
color: #fff;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
|