bootswatch_rails 3.3.1.1 → 3.3.1.2
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/Makefile +1 -0
- data/datatables/DataTables-1.10.4.zip +0 -0
- data/generate.sh +98 -1
- data/lib/bootswatch_rails/engine.rb +31 -3
- data/lib/bootswatch_rails/version.rb +4 -2
- data/lib/generators/bootswatch_rails/install/install_generator.rb +3 -0
- data/lib/generators/bootswatch_rails/install/templates/application.js +4 -0
- data/lib/generators/bootswatch_rails/install/templates/head.html.erb +9 -1
- data/vendor/assets/images/back_disabled.png +0 -0
- data/vendor/assets/images/back_enabled.png +0 -0
- data/vendor/assets/images/back_enabled_hover.png +0 -0
- data/vendor/assets/images/forward_disabled.png +0 -0
- data/vendor/assets/images/forward_enabled.png +0 -0
- data/vendor/assets/images/forward_enabled_hover.png +0 -0
- data/vendor/assets/images/sort_asc.png +0 -0
- data/vendor/assets/images/sort_asc_disabled.png +0 -0
- data/vendor/assets/images/sort_both.png +0 -0
- data/vendor/assets/images/sort_desc.png +0 -0
- data/vendor/assets/images/sort_desc_disabled.png +0 -0
- data/vendor/assets/javascripts/dataTables.responsive.js +801 -0
- data/vendor/assets/javascripts/jquery.dataTables.js +14840 -0
- data/vendor/assets/stylesheets/cerulean.css +1 -1
- data/vendor/assets/stylesheets/cosmo.css +1 -1
- data/vendor/assets/stylesheets/custom.css +1 -1
- data/vendor/assets/stylesheets/cyborg.css +1 -1
- data/vendor/assets/stylesheets/darkly.css +1 -1
- data/vendor/assets/stylesheets/dataTables.responsive.css +93 -0
- data/vendor/assets/stylesheets/flatly.css +1 -1
- data/vendor/assets/stylesheets/journal.css +1 -1
- data/vendor/assets/stylesheets/jquery.dataTables.css +476 -0
- data/vendor/assets/stylesheets/lumen.css +1 -1
- data/vendor/assets/stylesheets/paper.css +1 -1
- data/vendor/assets/stylesheets/readable.css +1 -1
- data/vendor/assets/stylesheets/sandstone.css +1 -5
- data/vendor/assets/stylesheets/simplex.css +1 -1
- data/vendor/assets/stylesheets/slate.css +1 -1
- data/vendor/assets/stylesheets/spacelab.css +1 -1
- data/vendor/assets/stylesheets/superhero.css +1 -1
- data/vendor/assets/stylesheets/united.css +1 -1
- data/vendor/assets/stylesheets/yeti.css +3 -3
- metadata +18 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
|
2
2
|
/*!
|
3
|
-
* bootswatch v3.3.1+
|
3
|
+
* bootswatch v3.3.1+2
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2014 Thomas Park
|
6
6
|
* Licensed under MIT
|
@@ -4578,12 +4578,12 @@ a.label:focus {
|
|
4578
4578
|
padding: 3px 7px;
|
4579
4579
|
font-size: 12px;
|
4580
4580
|
font-weight: bold;
|
4581
|
-
color: #
|
4581
|
+
color: #ffffff;
|
4582
4582
|
line-height: 1;
|
4583
4583
|
vertical-align: baseline;
|
4584
4584
|
white-space: nowrap;
|
4585
4585
|
text-align: center;
|
4586
|
-
background-color: #
|
4586
|
+
background-color: #008cba;
|
4587
4587
|
border-radius: 10px;
|
4588
4588
|
}
|
4589
4589
|
.badge:empty {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.1.
|
4
|
+
version: 3.3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Volker Wiegand
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -86,6 +86,7 @@ files:
|
|
86
86
|
- cleditor/jquery.cleditor.css
|
87
87
|
- cleditor/jquery.cleditor.js
|
88
88
|
- cleditor/jquery.cleditor.min.js
|
89
|
+
- datatables/DataTables-1.10.4.zip
|
89
90
|
- generate.sh
|
90
91
|
- lib/bootswatch_rails.rb
|
91
92
|
- lib/bootswatch_rails/engine.rb
|
@@ -147,17 +148,32 @@ files:
|
|
147
148
|
- vendor/assets/fonts/glyphicons-halflings-regular.ttf
|
148
149
|
- vendor/assets/fonts/glyphicons-halflings-regular.woff
|
149
150
|
- vendor/assets/images/.gitkeep
|
151
|
+
- vendor/assets/images/back_disabled.png
|
152
|
+
- vendor/assets/images/back_enabled.png
|
153
|
+
- vendor/assets/images/back_enabled_hover.png
|
154
|
+
- vendor/assets/images/forward_disabled.png
|
155
|
+
- vendor/assets/images/forward_enabled.png
|
156
|
+
- vendor/assets/images/forward_enabled_hover.png
|
157
|
+
- vendor/assets/images/sort_asc.png
|
158
|
+
- vendor/assets/images/sort_asc_disabled.png
|
159
|
+
- vendor/assets/images/sort_both.png
|
160
|
+
- vendor/assets/images/sort_desc.png
|
161
|
+
- vendor/assets/images/sort_desc_disabled.png
|
150
162
|
- vendor/assets/javascripts/.gitkeep
|
163
|
+
- vendor/assets/javascripts/dataTables.responsive.js
|
151
164
|
- vendor/assets/javascripts/jquery.cleditor.js
|
165
|
+
- vendor/assets/javascripts/jquery.dataTables.js
|
152
166
|
- vendor/assets/stylesheets/.gitkeep
|
153
167
|
- vendor/assets/stylesheets/cerulean.css
|
154
168
|
- vendor/assets/stylesheets/cosmo.css
|
155
169
|
- vendor/assets/stylesheets/custom.css
|
156
170
|
- vendor/assets/stylesheets/cyborg.css
|
157
171
|
- vendor/assets/stylesheets/darkly.css
|
172
|
+
- vendor/assets/stylesheets/dataTables.responsive.css
|
158
173
|
- vendor/assets/stylesheets/flatly.css
|
159
174
|
- vendor/assets/stylesheets/journal.css
|
160
175
|
- vendor/assets/stylesheets/jquery.cleditor.css.scss
|
176
|
+
- vendor/assets/stylesheets/jquery.dataTables.css
|
161
177
|
- vendor/assets/stylesheets/lumen.css
|
162
178
|
- vendor/assets/stylesheets/paper.css
|
163
179
|
- vendor/assets/stylesheets/readable.css
|