twitter-bootstrap-rails 2.1.6 → 2.1.7
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of twitter-bootstrap-rails might be problematic. Click here for more details.
- data/README.md +94 -51
- data/Rakefile +20 -0
- data/app/helpers/bootstrap_flash_helper.rb +2 -1
- data/lib/generators/bootstrap/install/install_generator.rb +15 -2
- data/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.css +7 -0
- data/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less +2 -1
- data/lib/generators/bootstrap/layout/templates/layout.html.erb +1 -1
- data/lib/generators/bootstrap/layout/templates/layout.html.haml +1 -1
- data/lib/generators/bootstrap/layout/templates/layout.html.slim +1 -1
- data/lib/generators/bootstrap/themed/themed_generator.rb +45 -7
- data/lib/twitter/bootstrap/rails/engine.rb +5 -4
- data/lib/twitter/bootstrap/rails/version.rb +1 -1
- data/vendor/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb +867 -0
- data/vendor/assets/stylesheets/twitter-bootstrap-static/fontawesome.css.erb +218 -0
- data/vendor/assets/stylesheets/twitter-bootstrap-static/sprites.css.erb +146 -0
- data/vendor/static-source/bootstrap.less +2 -0
- data/vendor/static-source/fontawesome.less +7 -0
- data/vendor/static-source/sprites.less +5 -0
- data/vendor/toolkit/fontawesome.less +0 -1
- metadata +39 -10
@@ -0,0 +1,218 @@
|
|
1
|
+
@font-face{font-family:"FontAwesome";src:url("<%= asset_path 'fontawesome-webfont.eot' %>");src:url("<%= asset_path 'fontawesome-webfont.eot#iefix' %>") format("embedded-opentype"),url("<%= asset_path 'fontawesome-webfont.woff' %>") format("woff"),url("<%= asset_path 'fontawesome-webfont.ttf' %>") format("truetype"),url("<%= asset_path 'fontawesome-webfont.svg' %>") format("svg");font-weight:normal;font-style:normal;}[class^="icon-"]:before,[class*="icon-"]:before{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;}
|
2
|
+
a [class^="icon-"],a [class*="icon-"]{display:inline-block;text-decoration:inherit;}
|
3
|
+
.icon-large:before{vertical-align:middle;font-size:1.3333333333333333em;}
|
4
|
+
.btn [class^="icon-"],.nav-tabs [class^="icon-"],.btn [class*="icon-"],.nav-tabs [class*="icon-"]{line-height:.9em;}
|
5
|
+
li [class^="icon-"],li [class*="icon-"]{display:inline-block;width:1.25em;text-align:center;}
|
6
|
+
li .icon-large:before,li .icon-large:before{width:1.875em;}
|
7
|
+
ul.icons{list-style-type:none;margin-left:2em;text-indent:-0.8em;}ul.icons li [class^="icon-"],ul.icons li [class*="icon-"]{width:.8em;}
|
8
|
+
ul.icons li .icon-large:before,ul.icons li .icon-large:before{vertical-align:initial;}
|
9
|
+
.icon-glass:before{content:"\f000";}
|
10
|
+
.icon-music:before{content:"\f001";}
|
11
|
+
.icon-search:before{content:"\f002";}
|
12
|
+
.icon-envelope:before{content:"\f003";}
|
13
|
+
.icon-heart:before{content:"\f004";}
|
14
|
+
.icon-star:before{content:"\f005";}
|
15
|
+
.icon-star-empty:before{content:"\f006";}
|
16
|
+
.icon-user:before{content:"\f007";}
|
17
|
+
.icon-film:before{content:"\f008";}
|
18
|
+
.icon-th-large:before{content:"\f009";}
|
19
|
+
.icon-th:before{content:"\f00a";}
|
20
|
+
.icon-th-list:before{content:"\f00b";}
|
21
|
+
.icon-ok:before{content:"\f00c";}
|
22
|
+
.icon-remove:before{content:"\f00d";}
|
23
|
+
.icon-zoom-in:before{content:"\f00e";}
|
24
|
+
.icon-zoom-out:before{content:"\f010";}
|
25
|
+
.icon-off:before{content:"\f011";}
|
26
|
+
.icon-signal:before{content:"\f012";}
|
27
|
+
.icon-cog:before{content:"\f013";}
|
28
|
+
.icon-trash:before{content:"\f014";}
|
29
|
+
.icon-home:before{content:"\f015";}
|
30
|
+
.icon-file:before{content:"\f016";}
|
31
|
+
.icon-time:before{content:"\f017";}
|
32
|
+
.icon-road:before{content:"\f018";}
|
33
|
+
.icon-download-alt:before{content:"\f019";}
|
34
|
+
.icon-download:before{content:"\f01a";}
|
35
|
+
.icon-upload:before{content:"\f01b";}
|
36
|
+
.icon-inbox:before{content:"\f01c";}
|
37
|
+
.icon-play-circle:before{content:"\f01d";}
|
38
|
+
.icon-repeat:before{content:"\f01e";}
|
39
|
+
.icon-refresh:before{content:"\f021";}
|
40
|
+
.icon-list-alt:before{content:"\f022";}
|
41
|
+
.icon-lock:before{content:"\f023";}
|
42
|
+
.icon-flag:before{content:"\f024";}
|
43
|
+
.icon-headphones:before{content:"\f025";}
|
44
|
+
.icon-volume-off:before{content:"\f026";}
|
45
|
+
.icon-volume-down:before{content:"\f027";}
|
46
|
+
.icon-volume-up:before{content:"\f028";}
|
47
|
+
.icon-qrcode:before{content:"\f029";}
|
48
|
+
.icon-barcode:before{content:"\f02a";}
|
49
|
+
.icon-tag:before{content:"\f02b";}
|
50
|
+
.icon-tags:before{content:"\f02c";}
|
51
|
+
.icon-book:before{content:"\f02d";}
|
52
|
+
.icon-bookmark:before{content:"\f02e";}
|
53
|
+
.icon-print:before{content:"\f02f";}
|
54
|
+
.icon-camera:before{content:"\f030";}
|
55
|
+
.icon-font:before{content:"\f031";}
|
56
|
+
.icon-bold:before{content:"\f032";}
|
57
|
+
.icon-italic:before{content:"\f033";}
|
58
|
+
.icon-text-height:before{content:"\f034";}
|
59
|
+
.icon-text-width:before{content:"\f035";}
|
60
|
+
.icon-align-left:before{content:"\f036";}
|
61
|
+
.icon-align-center:before{content:"\f037";}
|
62
|
+
.icon-align-right:before{content:"\f038";}
|
63
|
+
.icon-align-justify:before{content:"\f039";}
|
64
|
+
.icon-list:before{content:"\f03a";}
|
65
|
+
.icon-indent-left:before{content:"\f03b";}
|
66
|
+
.icon-indent-right:before{content:"\f03c";}
|
67
|
+
.icon-facetime-video:before{content:"\f03d";}
|
68
|
+
.icon-picture:before{content:"\f03e";}
|
69
|
+
.icon-pencil:before{content:"\f040";}
|
70
|
+
.icon-map-marker:before{content:"\f041";}
|
71
|
+
.icon-adjust:before{content:"\f042";}
|
72
|
+
.icon-tint:before{content:"\f043";}
|
73
|
+
.icon-edit:before{content:"\f044";}
|
74
|
+
.icon-share:before{content:"\f045";}
|
75
|
+
.icon-check:before{content:"\f046";}
|
76
|
+
.icon-move:before{content:"\f047";}
|
77
|
+
.icon-step-backward:before{content:"\f048";}
|
78
|
+
.icon-fast-backward:before{content:"\f049";}
|
79
|
+
.icon-backward:before{content:"\f04a";}
|
80
|
+
.icon-play:before{content:"\f04b";}
|
81
|
+
.icon-pause:before{content:"\f04c";}
|
82
|
+
.icon-stop:before{content:"\f04d";}
|
83
|
+
.icon-forward:before{content:"\f04e";}
|
84
|
+
.icon-fast-forward:before{content:"\f050";}
|
85
|
+
.icon-step-forward:before{content:"\f051";}
|
86
|
+
.icon-eject:before{content:"\f052";}
|
87
|
+
.icon-chevron-left:before{content:"\f053";}
|
88
|
+
.icon-chevron-right:before{content:"\f054";}
|
89
|
+
.icon-plus-sign:before{content:"\f055";}
|
90
|
+
.icon-minus-sign:before{content:"\f056";}
|
91
|
+
.icon-remove-sign:before{content:"\f057";}
|
92
|
+
.icon-ok-sign:before{content:"\f058";}
|
93
|
+
.icon-question-sign:before{content:"\f059";}
|
94
|
+
.icon-info-sign:before{content:"\f05a";}
|
95
|
+
.icon-screenshot:before{content:"\f05b";}
|
96
|
+
.icon-remove-circle:before{content:"\f05c";}
|
97
|
+
.icon-ok-circle:before{content:"\f05d";}
|
98
|
+
.icon-ban-circle:before{content:"\f05e";}
|
99
|
+
.icon-arrow-left:before{content:"\f060";}
|
100
|
+
.icon-arrow-right:before{content:"\f061";}
|
101
|
+
.icon-arrow-up:before{content:"\f062";}
|
102
|
+
.icon-arrow-down:before{content:"\f063";}
|
103
|
+
.icon-share-alt:before{content:"\f064";}
|
104
|
+
.icon-resize-full:before{content:"\f065";}
|
105
|
+
.icon-resize-small:before{content:"\f066";}
|
106
|
+
.icon-plus:before{content:"\f067";}
|
107
|
+
.icon-minus:before{content:"\f068";}
|
108
|
+
.icon-asterisk:before{content:"\f069";}
|
109
|
+
.icon-exclamation-sign:before{content:"\f06a";}
|
110
|
+
.icon-gift:before{content:"\f06b";}
|
111
|
+
.icon-leaf:before{content:"\f06c";}
|
112
|
+
.icon-fire:before{content:"\f06d";}
|
113
|
+
.icon-eye-open:before{content:"\f06e";}
|
114
|
+
.icon-eye-close:before{content:"\f070";}
|
115
|
+
.icon-warning-sign:before{content:"\f071";}
|
116
|
+
.icon-plane:before{content:"\f072";}
|
117
|
+
.icon-calendar:before{content:"\f073";}
|
118
|
+
.icon-random:before{content:"\f074";}
|
119
|
+
.icon-comment:before{content:"\f075";}
|
120
|
+
.icon-magnet:before{content:"\f076";}
|
121
|
+
.icon-chevron-up:before{content:"\f077";}
|
122
|
+
.icon-chevron-down:before{content:"\f078";}
|
123
|
+
.icon-retweet:before{content:"\f079";}
|
124
|
+
.icon-shopping-cart:before{content:"\f07a";}
|
125
|
+
.icon-folder-close:before{content:"\f07b";}
|
126
|
+
.icon-folder-open:before{content:"\f07c";}
|
127
|
+
.icon-resize-vertical:before{content:"\f07d";}
|
128
|
+
.icon-resize-horizontal:before{content:"\f07e";}
|
129
|
+
.icon-bar-chart:before{content:"\f080";}
|
130
|
+
.icon-twitter-sign:before{content:"\f081";}
|
131
|
+
.icon-facebook-sign:before{content:"\f082";}
|
132
|
+
.icon-camera-retro:before{content:"\f083";}
|
133
|
+
.icon-key:before{content:"\f084";}
|
134
|
+
.icon-cogs:before{content:"\f085";}
|
135
|
+
.icon-comments:before{content:"\f086";}
|
136
|
+
.icon-thumbs-up:before{content:"\f087";}
|
137
|
+
.icon-thumbs-down:before{content:"\f088";}
|
138
|
+
.icon-star-half:before{content:"\f089";}
|
139
|
+
.icon-heart-empty:before{content:"\f08a";}
|
140
|
+
.icon-signout:before{content:"\f08b";}
|
141
|
+
.icon-linkedin-sign:before{content:"\f08c";}
|
142
|
+
.icon-pushpin:before{content:"\f08d";}
|
143
|
+
.icon-external-link:before{content:"\f08e";}
|
144
|
+
.icon-signin:before{content:"\f090";}
|
145
|
+
.icon-trophy:before{content:"\f091";}
|
146
|
+
.icon-github-sign:before{content:"\f092";}
|
147
|
+
.icon-upload-alt:before{content:"\f093";}
|
148
|
+
.icon-lemon:before{content:"\f094";}
|
149
|
+
.icon-phone:before{content:"\f095";}
|
150
|
+
.icon-check-empty:before{content:"\f096";}
|
151
|
+
.icon-bookmark-empty:before{content:"\f097";}
|
152
|
+
.icon-phone-sign:before{content:"\f098";}
|
153
|
+
.icon-twitter:before{content:"\f099";}
|
154
|
+
.icon-facebook:before{content:"\f09a";}
|
155
|
+
.icon-github:before{content:"\f09b";}
|
156
|
+
.icon-unlock:before{content:"\f09c";}
|
157
|
+
.icon-credit-card:before{content:"\f09d";}
|
158
|
+
.icon-rss:before{content:"\f09e";}
|
159
|
+
.icon-hdd:before{content:"\f0a0";}
|
160
|
+
.icon-bullhorn:before{content:"\f0a1";}
|
161
|
+
.icon-bell:before{content:"\f0a2";}
|
162
|
+
.icon-certificate:before{content:"\f0a3";}
|
163
|
+
.icon-hand-right:before{content:"\f0a4";}
|
164
|
+
.icon-hand-left:before{content:"\f0a5";}
|
165
|
+
.icon-hand-up:before{content:"\f0a6";}
|
166
|
+
.icon-hand-down:before{content:"\f0a7";}
|
167
|
+
.icon-circle-arrow-left:before{content:"\f0a8";}
|
168
|
+
.icon-circle-arrow-right:before{content:"\f0a9";}
|
169
|
+
.icon-circle-arrow-up:before{content:"\f0aa";}
|
170
|
+
.icon-circle-arrow-down:before{content:"\f0ab";}
|
171
|
+
.icon-globe:before{content:"\f0ac";}
|
172
|
+
.icon-wrench:before{content:"\f0ad";}
|
173
|
+
.icon-tasks:before{content:"\f0ae";}
|
174
|
+
.icon-filter:before{content:"\f0b0";}
|
175
|
+
.icon-briefcase:before{content:"\f0b1";}
|
176
|
+
.icon-fullscreen:before{content:"\f0b2";}
|
177
|
+
.icon-group:before{content:"\f0c0";}
|
178
|
+
.icon-link:before{content:"\f0c1";}
|
179
|
+
.icon-cloud:before{content:"\f0c2";}
|
180
|
+
.icon-beaker:before{content:"\f0c3";}
|
181
|
+
.icon-cut:before{content:"\f0c4";}
|
182
|
+
.icon-copy:before{content:"\f0c5";}
|
183
|
+
.icon-paper-clip:before{content:"\f0c6";}
|
184
|
+
.icon-save:before{content:"\f0c7";}
|
185
|
+
.icon-sign-blank:before{content:"\f0c8";}
|
186
|
+
.icon-reorder:before{content:"\f0c9";}
|
187
|
+
.icon-list-ul:before{content:"\f0ca";}
|
188
|
+
.icon-list-ol:before{content:"\f0cb";}
|
189
|
+
.icon-strikethrough:before{content:"\f0cc";}
|
190
|
+
.icon-underline:before{content:"\f0cd";}
|
191
|
+
.icon-table:before{content:"\f0ce";}
|
192
|
+
.icon-magic:before{content:"\f0d0";}
|
193
|
+
.icon-truck:before{content:"\f0d1";}
|
194
|
+
.icon-pinterest:before{content:"\f0d2";}
|
195
|
+
.icon-pinterest-sign:before{content:"\f0d3";}
|
196
|
+
.icon-google-plus-sign:before{content:"\f0d4";}
|
197
|
+
.icon-google-plus:before{content:"\f0d5";}
|
198
|
+
.icon-money:before{content:"\f0d6";}
|
199
|
+
.icon-caret-down:before{content:"\f0d7";}
|
200
|
+
.icon-caret-up:before{content:"\f0d8";}
|
201
|
+
.icon-caret-left:before{content:"\f0d9";}
|
202
|
+
.icon-caret-right:before{content:"\f0da";}
|
203
|
+
.icon-columns:before{content:"\f0db";}
|
204
|
+
.icon-sort:before{content:"\f0dc";}
|
205
|
+
.icon-sort-down:before{content:"\f0dd";}
|
206
|
+
.icon-sort-up:before{content:"\f0de";}
|
207
|
+
.icon-envelope-alt:before{content:"\f0e0";}
|
208
|
+
.icon-linkedin:before{content:"\f0e1";}
|
209
|
+
.icon-undo:before{content:"\f0e2";}
|
210
|
+
.icon-legal:before{content:"\f0e3";}
|
211
|
+
.icon-dashboard:before{content:"\f0e4";}
|
212
|
+
.icon-comment-alt:before{content:"\f0e5";}
|
213
|
+
.icon-comments-alt:before{content:"\f0e6";}
|
214
|
+
.icon-bolt:before{content:"\f0e7";}
|
215
|
+
.icon-sitemap:before{content:"\f0e8";}
|
216
|
+
.icon-umbrella:before{content:"\f0e9";}
|
217
|
+
.icon-paste:before{content:"\f0ea";}
|
218
|
+
.icon-user-md:before{content:"\f200";}
|
@@ -0,0 +1,146 @@
|
|
1
|
+
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
|
2
|
+
.clearfix:after{clear:both;}
|
3
|
+
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
|
4
|
+
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
|
5
|
+
[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("<%= asset_path 'twitter/bootstrap/glyphicons-halflings.png' %>");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px;}
|
6
|
+
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:url("<%= asset_path 'twitter/bootstrap/glyphicons-halflings-white.png' %>");}
|
7
|
+
.icon-glass{background-position:0 0;}
|
8
|
+
.icon-music{background-position:-24px 0;}
|
9
|
+
.icon-search{background-position:-48px 0;}
|
10
|
+
.icon-envelope{background-position:-72px 0;}
|
11
|
+
.icon-heart{background-position:-96px 0;}
|
12
|
+
.icon-star{background-position:-120px 0;}
|
13
|
+
.icon-star-empty{background-position:-144px 0;}
|
14
|
+
.icon-user{background-position:-168px 0;}
|
15
|
+
.icon-film{background-position:-192px 0;}
|
16
|
+
.icon-th-large{background-position:-216px 0;}
|
17
|
+
.icon-th{background-position:-240px 0;}
|
18
|
+
.icon-th-list{background-position:-264px 0;}
|
19
|
+
.icon-ok{background-position:-288px 0;}
|
20
|
+
.icon-remove{background-position:-312px 0;}
|
21
|
+
.icon-zoom-in{background-position:-336px 0;}
|
22
|
+
.icon-zoom-out{background-position:-360px 0;}
|
23
|
+
.icon-off{background-position:-384px 0;}
|
24
|
+
.icon-signal{background-position:-408px 0;}
|
25
|
+
.icon-cog{background-position:-432px 0;}
|
26
|
+
.icon-trash{background-position:-456px 0;}
|
27
|
+
.icon-home{background-position:0 -24px;}
|
28
|
+
.icon-file{background-position:-24px -24px;}
|
29
|
+
.icon-time{background-position:-48px -24px;}
|
30
|
+
.icon-road{background-position:-72px -24px;}
|
31
|
+
.icon-download-alt{background-position:-96px -24px;}
|
32
|
+
.icon-download{background-position:-120px -24px;}
|
33
|
+
.icon-upload{background-position:-144px -24px;}
|
34
|
+
.icon-inbox{background-position:-168px -24px;}
|
35
|
+
.icon-play-circle{background-position:-192px -24px;}
|
36
|
+
.icon-repeat{background-position:-216px -24px;}
|
37
|
+
.icon-refresh{background-position:-240px -24px;}
|
38
|
+
.icon-list-alt{background-position:-264px -24px;}
|
39
|
+
.icon-lock{background-position:-287px -24px;}
|
40
|
+
.icon-flag{background-position:-312px -24px;}
|
41
|
+
.icon-headphones{background-position:-336px -24px;}
|
42
|
+
.icon-volume-off{background-position:-360px -24px;}
|
43
|
+
.icon-volume-down{background-position:-384px -24px;}
|
44
|
+
.icon-volume-up{background-position:-408px -24px;}
|
45
|
+
.icon-qrcode{background-position:-432px -24px;}
|
46
|
+
.icon-barcode{background-position:-456px -24px;}
|
47
|
+
.icon-tag{background-position:0 -48px;}
|
48
|
+
.icon-tags{background-position:-25px -48px;}
|
49
|
+
.icon-book{background-position:-48px -48px;}
|
50
|
+
.icon-bookmark{background-position:-72px -48px;}
|
51
|
+
.icon-print{background-position:-96px -48px;}
|
52
|
+
.icon-camera{background-position:-120px -48px;}
|
53
|
+
.icon-font{background-position:-144px -48px;}
|
54
|
+
.icon-bold{background-position:-167px -48px;}
|
55
|
+
.icon-italic{background-position:-192px -48px;}
|
56
|
+
.icon-text-height{background-position:-216px -48px;}
|
57
|
+
.icon-text-width{background-position:-240px -48px;}
|
58
|
+
.icon-align-left{background-position:-264px -48px;}
|
59
|
+
.icon-align-center{background-position:-288px -48px;}
|
60
|
+
.icon-align-right{background-position:-312px -48px;}
|
61
|
+
.icon-align-justify{background-position:-336px -48px;}
|
62
|
+
.icon-list{background-position:-360px -48px;}
|
63
|
+
.icon-indent-left{background-position:-384px -48px;}
|
64
|
+
.icon-indent-right{background-position:-408px -48px;}
|
65
|
+
.icon-facetime-video{background-position:-432px -48px;}
|
66
|
+
.icon-picture{background-position:-456px -48px;}
|
67
|
+
.icon-pencil{background-position:0 -72px;}
|
68
|
+
.icon-map-marker{background-position:-24px -72px;}
|
69
|
+
.icon-adjust{background-position:-48px -72px;}
|
70
|
+
.icon-tint{background-position:-72px -72px;}
|
71
|
+
.icon-edit{background-position:-96px -72px;}
|
72
|
+
.icon-share{background-position:-120px -72px;}
|
73
|
+
.icon-check{background-position:-144px -72px;}
|
74
|
+
.icon-move{background-position:-168px -72px;}
|
75
|
+
.icon-step-backward{background-position:-192px -72px;}
|
76
|
+
.icon-fast-backward{background-position:-216px -72px;}
|
77
|
+
.icon-backward{background-position:-240px -72px;}
|
78
|
+
.icon-play{background-position:-264px -72px;}
|
79
|
+
.icon-pause{background-position:-288px -72px;}
|
80
|
+
.icon-stop{background-position:-312px -72px;}
|
81
|
+
.icon-forward{background-position:-336px -72px;}
|
82
|
+
.icon-fast-forward{background-position:-360px -72px;}
|
83
|
+
.icon-step-forward{background-position:-384px -72px;}
|
84
|
+
.icon-eject{background-position:-408px -72px;}
|
85
|
+
.icon-chevron-left{background-position:-432px -72px;}
|
86
|
+
.icon-chevron-right{background-position:-456px -72px;}
|
87
|
+
.icon-plus-sign{background-position:0 -96px;}
|
88
|
+
.icon-minus-sign{background-position:-24px -96px;}
|
89
|
+
.icon-remove-sign{background-position:-48px -96px;}
|
90
|
+
.icon-ok-sign{background-position:-72px -96px;}
|
91
|
+
.icon-question-sign{background-position:-96px -96px;}
|
92
|
+
.icon-info-sign{background-position:-120px -96px;}
|
93
|
+
.icon-screenshot{background-position:-144px -96px;}
|
94
|
+
.icon-remove-circle{background-position:-168px -96px;}
|
95
|
+
.icon-ok-circle{background-position:-192px -96px;}
|
96
|
+
.icon-ban-circle{background-position:-216px -96px;}
|
97
|
+
.icon-arrow-left{background-position:-240px -96px;}
|
98
|
+
.icon-arrow-right{background-position:-264px -96px;}
|
99
|
+
.icon-arrow-up{background-position:-289px -96px;}
|
100
|
+
.icon-arrow-down{background-position:-312px -96px;}
|
101
|
+
.icon-share-alt{background-position:-336px -96px;}
|
102
|
+
.icon-resize-full{background-position:-360px -96px;}
|
103
|
+
.icon-resize-small{background-position:-384px -96px;}
|
104
|
+
.icon-plus{background-position:-408px -96px;}
|
105
|
+
.icon-minus{background-position:-433px -96px;}
|
106
|
+
.icon-asterisk{background-position:-456px -96px;}
|
107
|
+
.icon-exclamation-sign{background-position:0 -120px;}
|
108
|
+
.icon-gift{background-position:-24px -120px;}
|
109
|
+
.icon-leaf{background-position:-48px -120px;}
|
110
|
+
.icon-fire{background-position:-72px -120px;}
|
111
|
+
.icon-eye-open{background-position:-96px -120px;}
|
112
|
+
.icon-eye-close{background-position:-120px -120px;}
|
113
|
+
.icon-warning-sign{background-position:-144px -120px;}
|
114
|
+
.icon-plane{background-position:-168px -120px;}
|
115
|
+
.icon-calendar{background-position:-192px -120px;}
|
116
|
+
.icon-random{background-position:-216px -120px;width:16px;}
|
117
|
+
.icon-comment{background-position:-240px -120px;}
|
118
|
+
.icon-magnet{background-position:-264px -120px;}
|
119
|
+
.icon-chevron-up{background-position:-288px -120px;}
|
120
|
+
.icon-chevron-down{background-position:-313px -119px;}
|
121
|
+
.icon-retweet{background-position:-336px -120px;}
|
122
|
+
.icon-shopping-cart{background-position:-360px -120px;}
|
123
|
+
.icon-folder-close{background-position:-384px -120px;}
|
124
|
+
.icon-folder-open{background-position:-408px -120px;width:16px;}
|
125
|
+
.icon-resize-vertical{background-position:-432px -119px;}
|
126
|
+
.icon-resize-horizontal{background-position:-456px -118px;}
|
127
|
+
.icon-hdd{background-position:0 -144px;}
|
128
|
+
.icon-bullhorn{background-position:-24px -144px;}
|
129
|
+
.icon-bell{background-position:-48px -144px;}
|
130
|
+
.icon-certificate{background-position:-72px -144px;}
|
131
|
+
.icon-thumbs-up{background-position:-96px -144px;}
|
132
|
+
.icon-thumbs-down{background-position:-120px -144px;}
|
133
|
+
.icon-hand-right{background-position:-144px -144px;}
|
134
|
+
.icon-hand-left{background-position:-168px -144px;}
|
135
|
+
.icon-hand-up{background-position:-192px -144px;}
|
136
|
+
.icon-hand-down{background-position:-216px -144px;}
|
137
|
+
.icon-circle-arrow-right{background-position:-240px -144px;}
|
138
|
+
.icon-circle-arrow-left{background-position:-264px -144px;}
|
139
|
+
.icon-circle-arrow-up{background-position:-288px -144px;}
|
140
|
+
.icon-circle-arrow-down{background-position:-312px -144px;}
|
141
|
+
.icon-globe{background-position:-336px -144px;}
|
142
|
+
.icon-wrench{background-position:-360px -144px;}
|
143
|
+
.icon-tasks{background-position:-384px -144px;}
|
144
|
+
.icon-filter{background-position:-408px -144px;}
|
145
|
+
.icon-briefcase{background-position:-432px -144px;}
|
146
|
+
.icon-fullscreen{background-position:-456px -144px;}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
@fontAwesomeEotPath: "<%= asset_path 'fontawesome-webfont.eot' %>";
|
2
|
+
@fontAwesomeEotPath_iefix: "<%= asset_path 'fontawesome-webfont.eot#iefix' %>";
|
3
|
+
@fontAwesomeWoffPath: "<%= asset_path 'fontawesome-webfont.woff' %>";
|
4
|
+
@fontAwesomeTtfPath: "<%= asset_path 'fontawesome-webfont.ttf' %>";
|
5
|
+
@fontAwesomeSvgPath: "<%= asset_path 'fontawesome-webfont.svg' %>";
|
6
|
+
// Font Awesome
|
7
|
+
@import "fontawesome";
|
@@ -0,0 +1,5 @@
|
|
1
|
+
@import "twitter/bootstrap/variables.less";
|
2
|
+
@import "twitter/bootstrap/mixins.less";
|
3
|
+
@iconSpritePath: "<%= asset_path 'twitter/bootstrap/glyphicons-halflings.png' %>";
|
4
|
+
@iconWhiteSpritePath: "<%= asset_path 'twitter/bootstrap/glyphicons-halflings-white.png' %>";
|
5
|
+
@import "twitter/bootstrap/sprites.less";
|
@@ -25,7 +25,6 @@
|
|
25
25
|
@font-face {
|
26
26
|
font-family: "FontAwesome";
|
27
27
|
src: url(@fontAwesomeEotPath);
|
28
|
-
@fontAwesomeEotPath_iefix : asset-path("fontawesome-webfont.eot#iefix");
|
29
28
|
src: url(@fontAwesomeEotPath_iefix) format("embedded-opentype"),
|
30
29
|
url(@fontAwesomeWoffPath) format("woff"),
|
31
30
|
url(@fontAwesomeTtfPath) format("truetype"),
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter-bootstrap-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-12-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
|
-
requirement: &
|
16
|
+
requirement: &70180874129920 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '3.1'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70180874129920
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: actionpack
|
27
|
-
requirement: &
|
27
|
+
requirement: &70180874127700 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '3.1'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70180874127700
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: execjs
|
38
|
-
requirement: &
|
38
|
+
requirement: &70180874126320 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: '0'
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70180874126320
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: rails
|
49
|
-
requirement: &
|
49
|
+
requirement: &70180874141300 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ! '>='
|
@@ -54,7 +54,29 @@ dependencies:
|
|
54
54
|
version: '3.1'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70180874141300
|
58
|
+
- !ruby/object:Gem::Dependency
|
59
|
+
name: less
|
60
|
+
requirement: &70180874140820 !ruby/object:Gem::Requirement
|
61
|
+
none: false
|
62
|
+
requirements:
|
63
|
+
- - ! '>='
|
64
|
+
- !ruby/object:Gem::Version
|
65
|
+
version: '0'
|
66
|
+
type: :development
|
67
|
+
prerelease: false
|
68
|
+
version_requirements: *70180874140820
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: therubyracer
|
71
|
+
requirement: &70180874140180 !ruby/object:Gem::Requirement
|
72
|
+
none: false
|
73
|
+
requirements:
|
74
|
+
- - ! '>='
|
75
|
+
- !ruby/object:Gem::Version
|
76
|
+
version: '0'
|
77
|
+
type: :development
|
78
|
+
prerelease: false
|
79
|
+
version_requirements: *70180874140180
|
58
80
|
description: twitter-bootstrap-rails project integrates Bootstrap CSS toolkit for
|
59
81
|
Rails 3.1 Asset Pipeline
|
60
82
|
email:
|
@@ -68,6 +90,7 @@ files:
|
|
68
90
|
- lib/generators/bootstrap/install/templates/application.js
|
69
91
|
- lib/generators/bootstrap/install/templates/bootstrap.coffee
|
70
92
|
- lib/generators/bootstrap/install/templates/bootstrap.js
|
93
|
+
- lib/generators/bootstrap/install/templates/bootstrap_and_overrides.css
|
71
94
|
- lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less
|
72
95
|
- lib/generators/bootstrap/layout/layout_generator.rb
|
73
96
|
- lib/generators/bootstrap/layout/templates/layout.html.erb
|
@@ -121,6 +144,12 @@ files:
|
|
121
144
|
- vendor/assets/javascripts/twitter/bootstrap/bootstrap-typeahead.js
|
122
145
|
- vendor/assets/javascripts/twitter/bootstrap.js
|
123
146
|
- vendor/assets/javascripts/twitter/bootstrap_ujs.js
|
147
|
+
- vendor/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb
|
148
|
+
- vendor/assets/stylesheets/twitter-bootstrap-static/fontawesome.css.erb
|
149
|
+
- vendor/assets/stylesheets/twitter-bootstrap-static/sprites.css.erb
|
150
|
+
- vendor/static-source/bootstrap.less
|
151
|
+
- vendor/static-source/fontawesome.less
|
152
|
+
- vendor/static-source/sprites.less
|
124
153
|
- vendor/toolkit/font-awesome-ie7.less
|
125
154
|
- vendor/toolkit/fontawesome.less
|
126
155
|
- vendor/toolkit/twitter/bootstrap/accordion.less
|