twitter-bootstrap-turbo 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +266 -0
- data/Rakefile +14 -0
- data/app/helpers/bootstrap_flash_helper.rb +14 -0
- data/app/helpers/flash_block_helper.rb +17 -0
- data/app/helpers/glyph_helper.rb +12 -0
- data/app/helpers/modal_helper.rb +42 -0
- data/app/helpers/twitter_breadcrumbs_helper.rb +5 -0
- data/app/views/twitter-bootstrap/_breadcrumbs.html.erb +14 -0
- data/lib/generators/bootstrap/install/install_generator.rb +53 -0
- data/lib/generators/bootstrap/install/templates/application.css +7 -0
- data/lib/generators/bootstrap/install/templates/application.js +10 -0
- data/lib/generators/bootstrap/install/templates/bootstrap.coffee +9 -0
- data/lib/generators/bootstrap/install/templates/bootstrap_and_overrides.less +28 -0
- data/lib/generators/bootstrap/layout/layout_generator.rb +23 -0
- data/lib/generators/bootstrap/layout/templates/layout.html.erb +108 -0
- data/lib/generators/bootstrap/layout/templates/layout.html.haml +68 -0
- data/lib/generators/bootstrap/layout/templates/layout.html.slim +68 -0
- data/lib/generators/bootstrap/partial/partial_generator.rb +20 -0
- data/lib/generators/bootstrap/partial/templates/_login.html.erb +29 -0
- data/lib/generators/bootstrap/partial/templates/_navbar.html.erb +13 -0
- data/lib/generators/bootstrap/themed/templates/_form.html.erb +16 -0
- data/lib/generators/bootstrap/themed/templates/_form.html.haml +10 -0
- data/lib/generators/bootstrap/themed/templates/_form.html.slim +11 -0
- data/lib/generators/bootstrap/themed/templates/edit.html.erb +6 -0
- data/lib/generators/bootstrap/themed/templates/edit.html.haml +4 -0
- data/lib/generators/bootstrap/themed/templates/edit.html.slim +4 -0
- data/lib/generators/bootstrap/themed/templates/index.html.erb +40 -0
- data/lib/generators/bootstrap/themed/templates/index.html.haml +25 -0
- data/lib/generators/bootstrap/themed/templates/index.html.slim +27 -0
- data/lib/generators/bootstrap/themed/templates/new.html.erb +6 -0
- data/lib/generators/bootstrap/themed/templates/new.html.haml +4 -0
- data/lib/generators/bootstrap/themed/templates/new.html.slim +4 -0
- data/lib/generators/bootstrap/themed/templates/show.html.erb +23 -0
- data/lib/generators/bootstrap/themed/templates/show.html.haml +15 -0
- data/lib/generators/bootstrap/themed/templates/show.html.slim +17 -0
- data/lib/generators/bootstrap/themed/templates/simple_form/_form.html.erb +14 -0
- data/lib/generators/bootstrap/themed/templates/simple_form/_form.html.haml +11 -0
- data/lib/generators/bootstrap/themed/templates/simple_form/_form.html.slim +12 -0
- data/lib/generators/bootstrap/themed/themed_generator.rb +99 -0
- data/lib/twitter-bootstrap-turbo.rb +10 -0
- data/lib/twitter/bootstrap/rails/bootstrap.rb +2 -0
- data/lib/twitter/bootstrap/rails/engine.rb +29 -0
- data/lib/twitter/bootstrap/rails/twitter-bootstrap-breadcrumbs.rb +30 -0
- data/lib/twitter/bootstrap/rails/version.rb +7 -0
- data/vendor/assets/fonts/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.svg +255 -0
- data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
- data/vendor/assets/images/twitter/bootstrap/glyphicons-halflings-white.png +0 -0
- data/vendor/assets/images/twitter/bootstrap/glyphicons-halflings.png +0 -0
- data/vendor/assets/javascripts/twitter/bootstrap.js +13 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-affix.js +105 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-alert.js +92 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-button.js +98 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-carousel.js +178 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-collapse.js +159 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-dropdown.js +151 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-modal.js +241 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-popover.js +103 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-scrollspy.js +152 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-tab.js +137 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-tooltip.js +275 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-transition.js +60 -0
- data/vendor/assets/javascripts/twitter/bootstrap/bootstrap-typeahead.js +302 -0
- data/vendor/assets/javascripts/twitter/bootstrap_ujs.js +11 -0
- data/vendor/toolkit/font-awesome-ie7.less +245 -0
- data/vendor/toolkit/fontawesome.less +327 -0
- data/vendor/toolkit/twitter/bootstrap/accordion.less +34 -0
- data/vendor/toolkit/twitter/bootstrap/alerts.less +65 -0
- data/vendor/toolkit/twitter/bootstrap/bootstrap.less +62 -0
- data/vendor/toolkit/twitter/bootstrap/breadcrumbs.less +24 -0
- data/vendor/toolkit/twitter/bootstrap/button-groups.less +245 -0
- data/vendor/toolkit/twitter/bootstrap/buttons.less +231 -0
- data/vendor/toolkit/twitter/bootstrap/carousel.less +131 -0
- data/vendor/toolkit/twitter/bootstrap/close.less +31 -0
- data/vendor/toolkit/twitter/bootstrap/code.less +58 -0
- data/vendor/toolkit/twitter/bootstrap/component-animations.less +22 -0
- data/vendor/toolkit/twitter/bootstrap/dropdowns.less +210 -0
- data/vendor/toolkit/twitter/bootstrap/forms.less +650 -0
- data/vendor/toolkit/twitter/bootstrap/grid.less +21 -0
- data/vendor/toolkit/twitter/bootstrap/hero-unit.less +24 -0
- data/vendor/toolkit/twitter/bootstrap/labels-badges.less +72 -0
- data/vendor/toolkit/twitter/bootstrap/layouts.less +16 -0
- data/vendor/toolkit/twitter/bootstrap/mixins.less +681 -0
- data/vendor/toolkit/twitter/bootstrap/modals.less +98 -0
- data/vendor/toolkit/twitter/bootstrap/navbar.less +475 -0
- data/vendor/toolkit/twitter/bootstrap/navs.less +384 -0
- data/vendor/toolkit/twitter/bootstrap/pager.less +40 -0
- data/vendor/toolkit/twitter/bootstrap/pagination.less +64 -0
- data/vendor/toolkit/twitter/bootstrap/popovers.less +117 -0
- data/vendor/toolkit/twitter/bootstrap/progress-bars.less +122 -0
- data/vendor/toolkit/twitter/bootstrap/reset.less +137 -0
- data/vendor/toolkit/twitter/bootstrap/responsive-1200px-min.less +28 -0
- data/vendor/toolkit/twitter/bootstrap/responsive-767px-max.less +174 -0
- data/vendor/toolkit/twitter/bootstrap/responsive-768px-979px.less +19 -0
- data/vendor/toolkit/twitter/bootstrap/responsive-navbar.less +177 -0
- data/vendor/toolkit/twitter/bootstrap/responsive-utilities.less +43 -0
- data/vendor/toolkit/twitter/bootstrap/responsive.less +48 -0
- data/vendor/toolkit/twitter/bootstrap/scaffolding.less +52 -0
- data/vendor/toolkit/twitter/bootstrap/sprites.less +193 -0
- data/vendor/toolkit/twitter/bootstrap/tables.less +245 -0
- data/vendor/toolkit/twitter/bootstrap/thumbnails.less +52 -0
- data/vendor/toolkit/twitter/bootstrap/tooltip.less +70 -0
- data/vendor/toolkit/twitter/bootstrap/type.less +221 -0
- data/vendor/toolkit/twitter/bootstrap/utilities.less +30 -0
- data/vendor/toolkit/twitter/bootstrap/variables.less +279 -0
- data/vendor/toolkit/twitter/bootstrap/wells.less +29 -0
- data/vendor/toolkit/twitter/bootstrap_base.less +2 -0
- metadata +235 -0
@@ -0,0 +1,60 @@
|
|
1
|
+
/* ===================================================
|
2
|
+
* bootstrap-transition.js v2.1.1
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#transitions
|
4
|
+
* ===================================================
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
6
|
+
*
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
*
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ========================================================== */
|
19
|
+
|
20
|
+
|
21
|
+
!function ($) {
|
22
|
+
|
23
|
+
$(function () {
|
24
|
+
|
25
|
+
"use strict"; // jshint ;_;
|
26
|
+
|
27
|
+
|
28
|
+
/* CSS TRANSITION SUPPORT (http://www.modernizr.com/)
|
29
|
+
* ======================================================= */
|
30
|
+
|
31
|
+
$.support.transition = (function () {
|
32
|
+
|
33
|
+
var transitionEnd = (function () {
|
34
|
+
|
35
|
+
var el = document.createElement('bootstrap')
|
36
|
+
, transEndEventNames = {
|
37
|
+
'WebkitTransition' : 'webkitTransitionEnd'
|
38
|
+
, 'MozTransition' : 'transitionend'
|
39
|
+
, 'OTransition' : 'oTransitionEnd otransitionend'
|
40
|
+
, 'transition' : 'transitionend'
|
41
|
+
}
|
42
|
+
, name
|
43
|
+
|
44
|
+
for (name in transEndEventNames){
|
45
|
+
if (el.style[name] !== undefined) {
|
46
|
+
return transEndEventNames[name]
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
}())
|
51
|
+
|
52
|
+
return transitionEnd && {
|
53
|
+
end: transitionEnd
|
54
|
+
}
|
55
|
+
|
56
|
+
})()
|
57
|
+
|
58
|
+
})
|
59
|
+
|
60
|
+
}(window.jQuery);
|
@@ -0,0 +1,302 @@
|
|
1
|
+
/* =============================================================
|
2
|
+
* bootstrap-typeahead.js v2.1.1
|
3
|
+
* http://twitter.github.com/bootstrap/javascript.html#typeahead
|
4
|
+
* =============================================================
|
5
|
+
* Copyright 2012 Twitter, Inc.
|
6
|
+
*
|
7
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
8
|
+
* you may not use this file except in compliance with the License.
|
9
|
+
* You may obtain a copy of the License at
|
10
|
+
*
|
11
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
12
|
+
*
|
13
|
+
* Unless required by applicable law or agreed to in writing, software
|
14
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
15
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
16
|
+
* See the License for the specific language governing permissions and
|
17
|
+
* limitations under the License.
|
18
|
+
* ============================================================ */
|
19
|
+
|
20
|
+
|
21
|
+
!function($){
|
22
|
+
|
23
|
+
"use strict"; // jshint ;_;
|
24
|
+
|
25
|
+
|
26
|
+
/* TYPEAHEAD PUBLIC CLASS DEFINITION
|
27
|
+
* ================================= */
|
28
|
+
|
29
|
+
var Typeahead = function (element, options) {
|
30
|
+
this.$element = $(element)
|
31
|
+
this.options = $.extend({}, $.fn.typeahead.defaults, options)
|
32
|
+
this.matcher = this.options.matcher || this.matcher
|
33
|
+
this.sorter = this.options.sorter || this.sorter
|
34
|
+
this.highlighter = this.options.highlighter || this.highlighter
|
35
|
+
this.updater = this.options.updater || this.updater
|
36
|
+
this.$menu = $(this.options.menu).appendTo('body')
|
37
|
+
this.source = this.options.source
|
38
|
+
this.shown = false
|
39
|
+
this.listen()
|
40
|
+
}
|
41
|
+
|
42
|
+
Typeahead.prototype = {
|
43
|
+
|
44
|
+
constructor: Typeahead
|
45
|
+
|
46
|
+
, select: function () {
|
47
|
+
var val = this.$menu.find('.active').attr('data-value')
|
48
|
+
this.$element
|
49
|
+
.val(this.updater(val))
|
50
|
+
.change()
|
51
|
+
return this.hide()
|
52
|
+
}
|
53
|
+
|
54
|
+
, updater: function (item) {
|
55
|
+
return item
|
56
|
+
}
|
57
|
+
|
58
|
+
, show: function () {
|
59
|
+
var pos = $.extend({}, this.$element.offset(), {
|
60
|
+
height: this.$element[0].offsetHeight
|
61
|
+
})
|
62
|
+
|
63
|
+
this.$menu.css({
|
64
|
+
top: pos.top + pos.height
|
65
|
+
, left: pos.left
|
66
|
+
})
|
67
|
+
|
68
|
+
this.$menu.show()
|
69
|
+
this.shown = true
|
70
|
+
return this
|
71
|
+
}
|
72
|
+
|
73
|
+
, hide: function () {
|
74
|
+
this.$menu.hide()
|
75
|
+
this.shown = false
|
76
|
+
return this
|
77
|
+
}
|
78
|
+
|
79
|
+
, lookup: function (event) {
|
80
|
+
var items
|
81
|
+
|
82
|
+
this.query = this.$element.val()
|
83
|
+
|
84
|
+
if (!this.query || this.query.length < this.options.minLength) {
|
85
|
+
return this.shown ? this.hide() : this
|
86
|
+
}
|
87
|
+
|
88
|
+
items = $.isFunction(this.source) ? this.source(this.query, $.proxy(this.process, this)) : this.source
|
89
|
+
|
90
|
+
return items ? this.process(items) : this
|
91
|
+
}
|
92
|
+
|
93
|
+
, process: function (items) {
|
94
|
+
var that = this
|
95
|
+
|
96
|
+
items = $.grep(items, function (item) {
|
97
|
+
return that.matcher(item)
|
98
|
+
})
|
99
|
+
|
100
|
+
items = this.sorter(items)
|
101
|
+
|
102
|
+
if (!items.length) {
|
103
|
+
return this.shown ? this.hide() : this
|
104
|
+
}
|
105
|
+
|
106
|
+
return this.render(items.slice(0, this.options.items)).show()
|
107
|
+
}
|
108
|
+
|
109
|
+
, matcher: function (item) {
|
110
|
+
return ~item.toLowerCase().indexOf(this.query.toLowerCase())
|
111
|
+
}
|
112
|
+
|
113
|
+
, sorter: function (items) {
|
114
|
+
var beginswith = []
|
115
|
+
, caseSensitive = []
|
116
|
+
, caseInsensitive = []
|
117
|
+
, item
|
118
|
+
|
119
|
+
while (item = items.shift()) {
|
120
|
+
if (!item.toLowerCase().indexOf(this.query.toLowerCase())) beginswith.push(item)
|
121
|
+
else if (~item.indexOf(this.query)) caseSensitive.push(item)
|
122
|
+
else caseInsensitive.push(item)
|
123
|
+
}
|
124
|
+
|
125
|
+
return beginswith.concat(caseSensitive, caseInsensitive)
|
126
|
+
}
|
127
|
+
|
128
|
+
, highlighter: function (item) {
|
129
|
+
var query = this.query.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, '\\$&')
|
130
|
+
return item.replace(new RegExp('(' + query + ')', 'ig'), function ($1, match) {
|
131
|
+
return '<strong>' + match + '</strong>'
|
132
|
+
})
|
133
|
+
}
|
134
|
+
|
135
|
+
, render: function (items) {
|
136
|
+
var that = this
|
137
|
+
|
138
|
+
items = $(items).map(function (i, item) {
|
139
|
+
i = $(that.options.item).attr('data-value', item)
|
140
|
+
i.find('a').html(that.highlighter(item))
|
141
|
+
return i[0]
|
142
|
+
})
|
143
|
+
|
144
|
+
items.first().addClass('active')
|
145
|
+
this.$menu.html(items)
|
146
|
+
return this
|
147
|
+
}
|
148
|
+
|
149
|
+
, next: function (event) {
|
150
|
+
var active = this.$menu.find('.active').removeClass('active')
|
151
|
+
, next = active.next()
|
152
|
+
|
153
|
+
if (!next.length) {
|
154
|
+
next = $(this.$menu.find('li')[0])
|
155
|
+
}
|
156
|
+
|
157
|
+
next.addClass('active')
|
158
|
+
}
|
159
|
+
|
160
|
+
, prev: function (event) {
|
161
|
+
var active = this.$menu.find('.active').removeClass('active')
|
162
|
+
, prev = active.prev()
|
163
|
+
|
164
|
+
if (!prev.length) {
|
165
|
+
prev = this.$menu.find('li').last()
|
166
|
+
}
|
167
|
+
|
168
|
+
prev.addClass('active')
|
169
|
+
}
|
170
|
+
|
171
|
+
, listen: function () {
|
172
|
+
this.$element
|
173
|
+
.on('blur', $.proxy(this.blur, this))
|
174
|
+
.on('keypress', $.proxy(this.keypress, this))
|
175
|
+
.on('keyup', $.proxy(this.keyup, this))
|
176
|
+
|
177
|
+
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
|
178
|
+
this.$element.on('keydown', $.proxy(this.keydown, this))
|
179
|
+
}
|
180
|
+
|
181
|
+
this.$menu
|
182
|
+
.on('click', $.proxy(this.click, this))
|
183
|
+
.on('mouseenter', 'li', $.proxy(this.mouseenter, this))
|
184
|
+
}
|
185
|
+
|
186
|
+
, move: function (e) {
|
187
|
+
if (!this.shown) return
|
188
|
+
|
189
|
+
switch(e.keyCode) {
|
190
|
+
case 9: // tab
|
191
|
+
case 13: // enter
|
192
|
+
case 27: // escape
|
193
|
+
e.preventDefault()
|
194
|
+
break
|
195
|
+
|
196
|
+
case 38: // up arrow
|
197
|
+
e.preventDefault()
|
198
|
+
this.prev()
|
199
|
+
break
|
200
|
+
|
201
|
+
case 40: // down arrow
|
202
|
+
e.preventDefault()
|
203
|
+
this.next()
|
204
|
+
break
|
205
|
+
}
|
206
|
+
|
207
|
+
e.stopPropagation()
|
208
|
+
}
|
209
|
+
|
210
|
+
, keydown: function (e) {
|
211
|
+
this.suppressKeyPressRepeat = !~$.inArray(e.keyCode, [40,38,9,13,27])
|
212
|
+
this.move(e)
|
213
|
+
}
|
214
|
+
|
215
|
+
, keypress: function (e) {
|
216
|
+
if (this.suppressKeyPressRepeat) return
|
217
|
+
this.move(e)
|
218
|
+
}
|
219
|
+
|
220
|
+
, keyup: function (e) {
|
221
|
+
switch(e.keyCode) {
|
222
|
+
case 40: // down arrow
|
223
|
+
case 38: // up arrow
|
224
|
+
break
|
225
|
+
|
226
|
+
case 9: // tab
|
227
|
+
case 13: // enter
|
228
|
+
if (!this.shown) return
|
229
|
+
this.select()
|
230
|
+
break
|
231
|
+
|
232
|
+
case 27: // escape
|
233
|
+
if (!this.shown) return
|
234
|
+
this.hide()
|
235
|
+
break
|
236
|
+
|
237
|
+
default:
|
238
|
+
this.lookup()
|
239
|
+
}
|
240
|
+
|
241
|
+
e.stopPropagation()
|
242
|
+
e.preventDefault()
|
243
|
+
}
|
244
|
+
|
245
|
+
, blur: function (e) {
|
246
|
+
var that = this
|
247
|
+
setTimeout(function () { that.hide() }, 150)
|
248
|
+
}
|
249
|
+
|
250
|
+
, click: function (e) {
|
251
|
+
e.stopPropagation()
|
252
|
+
e.preventDefault()
|
253
|
+
this.select()
|
254
|
+
}
|
255
|
+
|
256
|
+
, mouseenter: function (e) {
|
257
|
+
this.$menu.find('.active').removeClass('active')
|
258
|
+
$(e.currentTarget).addClass('active')
|
259
|
+
}
|
260
|
+
|
261
|
+
}
|
262
|
+
|
263
|
+
|
264
|
+
/* TYPEAHEAD PLUGIN DEFINITION
|
265
|
+
* =========================== */
|
266
|
+
|
267
|
+
$.fn.typeahead = function (option) {
|
268
|
+
return this.each(function () {
|
269
|
+
var $this = $(this)
|
270
|
+
, data = $this.data('typeahead')
|
271
|
+
, options = typeof option == 'object' && option
|
272
|
+
if (!data) $this.data('typeahead', (data = new Typeahead(this, options)))
|
273
|
+
if (typeof option == 'string') data[option]()
|
274
|
+
})
|
275
|
+
}
|
276
|
+
|
277
|
+
$.fn.typeahead.defaults = {
|
278
|
+
source: []
|
279
|
+
, items: 8
|
280
|
+
, menu: '<ul class="typeahead dropdown-menu"></ul>'
|
281
|
+
, item: '<li><a href="#"></a></li>'
|
282
|
+
, minLength: 1
|
283
|
+
}
|
284
|
+
|
285
|
+
$.fn.typeahead.Constructor = Typeahead
|
286
|
+
|
287
|
+
|
288
|
+
/* TYPEAHEAD DATA-API
|
289
|
+
* ================== */
|
290
|
+
function bootstrapInitTypeAhead() {
|
291
|
+
$('body').on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
|
292
|
+
var $this = $(this);
|
293
|
+
if ($this.data('typeahead')) return;
|
294
|
+
e.preventDefault();
|
295
|
+
$this.typeahead($this.data());
|
296
|
+
});
|
297
|
+
}
|
298
|
+
|
299
|
+
$(bootstrapInitTypeAhead)
|
300
|
+
$(document).on('page:load',bootstrapInitTypeAhead);
|
301
|
+
|
302
|
+
}(window.jQuery);
|
@@ -0,0 +1,11 @@
|
|
1
|
+
(function($, undefined) {
|
2
|
+
$(function () {
|
3
|
+
$('div.bootstrap-modal').modal();
|
4
|
+
$('div.bootstrap-modal').modal('hide').addClass('fade');
|
5
|
+
|
6
|
+
$("a.bootstrap-modal-cancel-button").click(function(event) {
|
7
|
+
$(event.target).closest("div.modal").modal("hide");
|
8
|
+
});
|
9
|
+
});
|
10
|
+
})( jQuery );
|
11
|
+
|
@@ -0,0 +1,245 @@
|
|
1
|
+
[class^="icon-"],
|
2
|
+
[class*="icon-"] {
|
3
|
+
font-family: FontAwesome;
|
4
|
+
font-style: normal;
|
5
|
+
font-weight: normal;
|
6
|
+
}
|
7
|
+
|
8
|
+
.btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*="icon-"] {
|
9
|
+
/* keeps button heights with and without icons the same */
|
10
|
+
line-height: 1.4em;
|
11
|
+
}
|
12
|
+
|
13
|
+
.icon-large {
|
14
|
+
font-size: 1.3333em;
|
15
|
+
}
|
16
|
+
|
17
|
+
.ie7icon(@inner) {
|
18
|
+
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '@{inner} ')";
|
19
|
+
}
|
20
|
+
|
21
|
+
.icon-glass { .ie7icon(''); }
|
22
|
+
.icon-music { .ie7icon(''); }
|
23
|
+
.icon-search { .ie7icon(''); }
|
24
|
+
.icon-envelope { .ie7icon(''); }
|
25
|
+
.icon-heart { .ie7icon(''); }
|
26
|
+
.icon-star { .ie7icon(''); }
|
27
|
+
.icon-star-empty { .ie7icon(''); }
|
28
|
+
.icon-user { .ie7icon(''); }
|
29
|
+
.icon-film { .ie7icon(''); }
|
30
|
+
.icon-th-large { .ie7icon(''); }
|
31
|
+
.icon-th { .ie7icon(''); }
|
32
|
+
.icon-th-list { .ie7icon(''); }
|
33
|
+
.icon-ok { .ie7icon(''); }
|
34
|
+
.icon-remove { .ie7icon(''); }
|
35
|
+
.icon-zoom-in { .ie7icon(''); }
|
36
|
+
|
37
|
+
.icon-zoom-out { .ie7icon(''); }
|
38
|
+
.icon-off { .ie7icon(''); }
|
39
|
+
.icon-signal { .ie7icon(''); }
|
40
|
+
.icon-cog { .ie7icon(''); }
|
41
|
+
.icon-trash { .ie7icon(''); }
|
42
|
+
.icon-home { .ie7icon(''); }
|
43
|
+
.icon-file { .ie7icon(''); }
|
44
|
+
.icon-time { .ie7icon(''); }
|
45
|
+
.icon-road { .ie7icon(''); }
|
46
|
+
.icon-download-alt { .ie7icon(''); }
|
47
|
+
.icon-download { .ie7icon(''); }
|
48
|
+
.icon-upload { .ie7icon(''); }
|
49
|
+
.icon-inbox { .ie7icon(''); }
|
50
|
+
.icon-play-circle { .ie7icon(''); }
|
51
|
+
.icon-repeat { .ie7icon(''); }
|
52
|
+
|
53
|
+
.icon-refresh { .ie7icon(''); }
|
54
|
+
.icon-list-alt { .ie7icon(''); }
|
55
|
+
.icon-lock { .ie7icon(''); }
|
56
|
+
.icon-flag { .ie7icon(''); }
|
57
|
+
.icon-headphones { .ie7icon(''); }
|
58
|
+
.icon-volume-off { .ie7icon(''); }
|
59
|
+
.icon-volume-down { .ie7icon(''); }
|
60
|
+
.icon-volume-up { .ie7icon(''); }
|
61
|
+
.icon-qrcode { .ie7icon(''); }
|
62
|
+
.icon-barcode { .ie7icon(''); }
|
63
|
+
.icon-tag { .ie7icon(''); }
|
64
|
+
.icon-tags { .ie7icon(''); }
|
65
|
+
.icon-book { .ie7icon(''); }
|
66
|
+
.icon-bookmark { .ie7icon(''); }
|
67
|
+
.icon-print { .ie7icon(''); }
|
68
|
+
|
69
|
+
.icon-camera { .ie7icon(''); }
|
70
|
+
.icon-font { .ie7icon(''); }
|
71
|
+
.icon-bold { .ie7icon(''); }
|
72
|
+
.icon-italic { .ie7icon(''); }
|
73
|
+
.icon-text-height { .ie7icon(''); }
|
74
|
+
.icon-text-width { .ie7icon(''); }
|
75
|
+
.icon-align-left { .ie7icon(''); }
|
76
|
+
.icon-align-center { .ie7icon(''); }
|
77
|
+
.icon-align-right { .ie7icon(''); }
|
78
|
+
.icon-align-justify { .ie7icon(''); }
|
79
|
+
.icon-list { .ie7icon(''); }
|
80
|
+
.icon-indent-left { .ie7icon(''); }
|
81
|
+
.icon-indent-right { .ie7icon(''); }
|
82
|
+
.icon-facetime-video { .ie7icon(''); }
|
83
|
+
.icon-picture { .ie7icon(''); }
|
84
|
+
|
85
|
+
.icon-pencil { .ie7icon(''); }
|
86
|
+
.icon-map-marker { .ie7icon(''); }
|
87
|
+
.icon-adjust { .ie7icon(''); }
|
88
|
+
.icon-tint { .ie7icon(''); }
|
89
|
+
.icon-edit { .ie7icon(''); }
|
90
|
+
.icon-share { .ie7icon(''); }
|
91
|
+
.icon-check { .ie7icon(''); }
|
92
|
+
.icon-move { .ie7icon(''); }
|
93
|
+
.icon-step-backward { .ie7icon(''); }
|
94
|
+
.icon-fast-backward { .ie7icon(''); }
|
95
|
+
.icon-backward { .ie7icon(''); }
|
96
|
+
.icon-play { .ie7icon(''); }
|
97
|
+
.icon-pause { .ie7icon(''); }
|
98
|
+
.icon-stop { .ie7icon(''); }
|
99
|
+
.icon-forward { .ie7icon(''); }
|
100
|
+
|
101
|
+
.icon-fast-forward { .ie7icon(''); }
|
102
|
+
.icon-step-forward { .ie7icon(''); }
|
103
|
+
.icon-eject { .ie7icon(''); }
|
104
|
+
.icon-chevron-left { .ie7icon(''); }
|
105
|
+
.icon-chevron-right { .ie7icon(''); }
|
106
|
+
.icon-plus-sign { .ie7icon(''); }
|
107
|
+
.icon-minus-sign { .ie7icon(''); }
|
108
|
+
.icon-remove-sign { .ie7icon(''); }
|
109
|
+
.icon-ok-sign { .ie7icon(''); }
|
110
|
+
.icon-question-sign { .ie7icon(''); }
|
111
|
+
.icon-info-sign { .ie7icon(''); }
|
112
|
+
.icon-screenshot { .ie7icon(''); }
|
113
|
+
.icon-remove-circle { .ie7icon(''); }
|
114
|
+
.icon-ok-circle { .ie7icon(''); }
|
115
|
+
.icon-ban-circle { .ie7icon(''); }
|
116
|
+
|
117
|
+
.icon-arrow-left { .ie7icon(''); }
|
118
|
+
.icon-arrow-right { .ie7icon(''); }
|
119
|
+
.icon-arrow-up { .ie7icon(''); }
|
120
|
+
.icon-arrow-down { .ie7icon(''); }
|
121
|
+
.icon-share-alt { .ie7icon(''); }
|
122
|
+
.icon-resize-full { .ie7icon(''); }
|
123
|
+
.icon-resize-small { .ie7icon(''); }
|
124
|
+
.icon-plus { .ie7icon(''); }
|
125
|
+
.icon-minus { .ie7icon(''); }
|
126
|
+
.icon-asterisk { .ie7icon(''); }
|
127
|
+
.icon-exclamation-sign { .ie7icon(''); }
|
128
|
+
.icon-gift { .ie7icon(''); }
|
129
|
+
.icon-leaf { .ie7icon(''); }
|
130
|
+
.icon-fire { .ie7icon(''); }
|
131
|
+
.icon-eye-open { .ie7icon(''); }
|
132
|
+
|
133
|
+
.icon-eye-close { .ie7icon(''); }
|
134
|
+
.icon-warning-sign { .ie7icon(''); }
|
135
|
+
.icon-plane { .ie7icon(''); }
|
136
|
+
.icon-calendar { .ie7icon(''); }
|
137
|
+
.icon-random { .ie7icon(''); }
|
138
|
+
.icon-comment { .ie7icon(''); }
|
139
|
+
.icon-magnet { .ie7icon(''); }
|
140
|
+
.icon-chevron-up { .ie7icon(''); }
|
141
|
+
.icon-chevron-down { .ie7icon(''); }
|
142
|
+
.icon-retweet { .ie7icon(''); }
|
143
|
+
.icon-shopping-cart { .ie7icon(''); }
|
144
|
+
.icon-folder-close { .ie7icon(''); }
|
145
|
+
.icon-folder-open { .ie7icon(''); }
|
146
|
+
.icon-resize-vertical { .ie7icon(''); }
|
147
|
+
.icon-resize-horizontal { .ie7icon(''); }
|
148
|
+
|
149
|
+
.icon-bar-chart { .ie7icon(''); }
|
150
|
+
.icon-twitter-sign { .ie7icon(''); }
|
151
|
+
.icon-facebook-sign { .ie7icon(''); }
|
152
|
+
.icon-camera-retro { .ie7icon(''); }
|
153
|
+
.icon-key { .ie7icon(''); }
|
154
|
+
.icon-cogs { .ie7icon(''); }
|
155
|
+
.icon-comments { .ie7icon(''); }
|
156
|
+
.icon-thumbs-up { .ie7icon(''); }
|
157
|
+
.icon-thumbs-down { .ie7icon(''); }
|
158
|
+
.icon-star-half { .ie7icon(''); }
|
159
|
+
.icon-heart-empty { .ie7icon(''); }
|
160
|
+
.icon-signout { .ie7icon(''); }
|
161
|
+
.icon-linkedin-sign { .ie7icon(''); }
|
162
|
+
.icon-pushpin { .ie7icon(''); }
|
163
|
+
.icon-external-link { .ie7icon(''); }
|
164
|
+
|
165
|
+
.icon-signin { .ie7icon(''); }
|
166
|
+
.icon-trophy { .ie7icon(''); }
|
167
|
+
.icon-github-sign { .ie7icon(''); }
|
168
|
+
.icon-upload-alt { .ie7icon(''); }
|
169
|
+
.icon-lemon { .ie7icon(''); }
|
170
|
+
.icon-phone { .ie7icon(''); }
|
171
|
+
.icon-check-empty { .ie7icon(''); }
|
172
|
+
.icon-bookmark-empty { .ie7icon(''); }
|
173
|
+
.icon-phone-sign { .ie7icon(''); }
|
174
|
+
.icon-twitter { .ie7icon(''); }
|
175
|
+
.icon-facebook { .ie7icon(''); }
|
176
|
+
.icon-github { .ie7icon(''); }
|
177
|
+
.icon-unlock { .ie7icon(''); }
|
178
|
+
.icon-credit-card { .ie7icon(''); }
|
179
|
+
.icon-rss { .ie7icon(''); }
|
180
|
+
|
181
|
+
.icon-hdd { .ie7icon(''); }
|
182
|
+
.icon-bullhorn { .ie7icon(''); }
|
183
|
+
.icon-bell { .ie7icon(''); }
|
184
|
+
.icon-certificate { .ie7icon(''); }
|
185
|
+
.icon-hand-right { .ie7icon(''); }
|
186
|
+
.icon-hand-left { .ie7icon(''); }
|
187
|
+
.icon-hand-up { .ie7icon(''); }
|
188
|
+
.icon-hand-down { .ie7icon(''); }
|
189
|
+
.icon-circle-arrow-left { .ie7icon(''); }
|
190
|
+
.icon-circle-arrow-right { .ie7icon(''); }
|
191
|
+
.icon-circle-arrow-up { .ie7icon(''); }
|
192
|
+
.icon-circle-arrow-down { .ie7icon(''); }
|
193
|
+
.icon-globe { .ie7icon(''); }
|
194
|
+
.icon-wrench { .ie7icon(''); }
|
195
|
+
.icon-tasks { .ie7icon(''); }
|
196
|
+
|
197
|
+
.icon-filter { .ie7icon(''); }
|
198
|
+
.icon-briefcase { .ie7icon(''); }
|
199
|
+
.icon-fullscreen { .ie7icon(''); }
|
200
|
+
|
201
|
+
.icon-group { .ie7icon(''); }
|
202
|
+
.icon-link { .ie7icon(''); }
|
203
|
+
.icon-cloud { .ie7icon(''); }
|
204
|
+
.icon-beaker { .ie7icon(''); }
|
205
|
+
.icon-cut { .ie7icon(''); }
|
206
|
+
.icon-copy { .ie7icon(''); }
|
207
|
+
.icon-paper-clip { .ie7icon(''); }
|
208
|
+
.icon-save { .ie7icon(''); }
|
209
|
+
.icon-sign-blank { .ie7icon(''); }
|
210
|
+
.icon-reorder { .ie7icon(''); }
|
211
|
+
.icon-list-ul { .ie7icon(''); }
|
212
|
+
.icon-list-ol { .ie7icon(''); }
|
213
|
+
.icon-strikethrough { .ie7icon(''); }
|
214
|
+
.icon-underline { .ie7icon(''); }
|
215
|
+
.icon-table { .ie7icon(''); }
|
216
|
+
|
217
|
+
.icon-magic { .ie7icon(''); }
|
218
|
+
.icon-truck { .ie7icon(''); }
|
219
|
+
.icon-pinterest { .ie7icon(''); }
|
220
|
+
.icon-pinterest-sign { .ie7icon(''); }
|
221
|
+
.icon-google-plus-sign { .ie7icon(''); }
|
222
|
+
.icon-google-plus { .ie7icon(''); }
|
223
|
+
.icon-money { .ie7icon(''); }
|
224
|
+
.icon-caret-down { .ie7icon(''); }
|
225
|
+
.icon-caret-up { .ie7icon(''); }
|
226
|
+
.icon-caret-left { .ie7icon(''); }
|
227
|
+
.icon-caret-right { .ie7icon(''); }
|
228
|
+
.icon-columns { .ie7icon(''); }
|
229
|
+
.icon-sort { .ie7icon(''); }
|
230
|
+
.icon-sort-down { .ie7icon(''); }
|
231
|
+
.icon-sort-up { .ie7icon(''); }
|
232
|
+
|
233
|
+
.icon-envelope-alt { .ie7icon(''); }
|
234
|
+
.icon-linkedin { .ie7icon(''); }
|
235
|
+
.icon-undo { .ie7icon(''); }
|
236
|
+
.icon-legal { .ie7icon(''); }
|
237
|
+
.icon-dashboard { .ie7icon(''); }
|
238
|
+
.icon-comment-alt { .ie7icon(''); }
|
239
|
+
.icon-comments-alt { .ie7icon(''); }
|
240
|
+
.icon-bolt { .ie7icon(''); }
|
241
|
+
.icon-sitemap { .ie7icon(''); }
|
242
|
+
.icon-umbrella { .ie7icon(''); }
|
243
|
+
.icon-paste { .ie7icon(''); }
|
244
|
+
|
245
|
+
.icon-user-md { .ie7icon(''); }
|