burp_cms 1.3.0
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.
- data/LICENSE.txt +165 -0
- data/README.markdown +11 -0
- data/Rakefile +56 -0
- data/app/assets/images/burp/add-group-to-menu-1.png +0 -0
- data/app/assets/images/burp/add-group-to-menu-2.png +0 -0
- data/app/assets/images/burp/add-group-to-menu-3.png +0 -0
- data/app/assets/images/burp/add-group-to-menu-4.png +0 -0
- data/app/assets/images/burp/add-image-1.png +0 -0
- data/app/assets/images/burp/add-image-2.png +0 -0
- data/app/assets/images/burp/add-image-3.png +0 -0
- data/app/assets/images/burp/add-image-4.png +0 -0
- data/app/assets/images/burp/add-image-5.png +0 -0
- data/app/assets/images/burp/add-link-to-group-1.png +0 -0
- data/app/assets/images/burp/add-link-to-group-2.png +0 -0
- data/app/assets/images/burp/add-link-to-group-3.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-1.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-2.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-3.png +0 -0
- data/app/assets/images/burp/add-link-to-menu-4.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-1.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-2.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-3.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-4.png +0 -0
- data/app/assets/images/burp/add-page-to-menu-5.png +0 -0
- data/app/assets/images/burp/adding-a-page-1.png +0 -0
- data/app/assets/images/burp/adding-a-page-2.png +0 -0
- data/app/assets/images/burp/adding-a-page-3.png +0 -0
- data/app/assets/images/burp/adding-a-page-4.png +0 -0
- data/app/assets/images/burp/change-page-title-1.png +0 -0
- data/app/assets/images/burp/change-page-title-2.png +0 -0
- data/app/assets/images/burp/change-page-title-3.png +0 -0
- data/app/assets/images/burp/change-page-title-4.png +0 -0
- data/app/assets/images/burp/change-the-text-1.png +0 -0
- data/app/assets/images/burp/change-the-text-2.png +0 -0
- data/app/assets/images/burp/change-the-text-3.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-1.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-2.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-3.png +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-4.jpg +0 -0
- data/app/assets/images/burp/enter-page-edit-mode-4.png +0 -0
- data/app/assets/images/burp/img/glyphicons-halflings-white.png +0 -0
- data/app/assets/images/burp/img/glyphicons-halflings.png +0 -0
- data/app/assets/images/burp/move-link-to-bottom-of-menu-1.png +0 -0
- data/app/assets/images/burp/move-link-to-bottom-of-menu-2.png +0 -0
- data/app/assets/images/burp/move-link-to-bottom-of-menu-3.png +0 -0
- data/app/assets/images/burp/remove-a-page-1.png +0 -0
- data/app/assets/images/burp/remove-a-page-2.png +0 -0
- data/app/assets/images/burp/remove-a-page-3.png +0 -0
- data/app/assets/images/burp/remove-a-page-4.png +0 -0
- data/app/assets/images/burp/remove-image-1.png +0 -0
- data/app/assets/images/burp/remove-image-2.png +0 -0
- data/app/assets/images/burp/remove-image-3.png +0 -0
- data/app/assets/images/burp/remove-image-4.png +0 -0
- data/app/assets/images/burp/remove-image-5.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-1.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-2.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-3.png +0 -0
- data/app/assets/images/burp/remove-page-from-menu-4.png +0 -0
- data/app/assets/javascripts/burp/application.js +22 -0
- data/app/assets/javascripts/burp/burp.js +2 -0
- data/app/assets/javascripts/burp/cms_helper.js +49 -0
- data/app/assets/javascripts/burp/edit-page.js +22 -0
- data/app/assets/javascripts/burp/lib/bootstrap.min.js +6 -0
- data/app/assets/javascripts/burp/lib/debug.js +222 -0
- data/app/assets/javascripts/burp/lib/fileupload.js +1255 -0
- data/app/assets/javascripts/burp/lib/missing-restful-verbs.js +46 -0
- data/app/assets/javascripts/burp/menu-functions.js +28 -0
- data/app/assets/javascripts/burp/pages-drag-and-drop.js +151 -0
- data/app/assets/packages/burp/editing/css/dropzone.css +15 -0
- data/app/assets/packages/burp/editing/css/edit-content.less +126 -0
- data/app/assets/packages/burp/editing/css/gallery.css +167 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/LICENSE +23 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/README.md +8 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/activeline.html +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/changemode.html +50 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/closetag.html +65 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/complete.html +70 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/emacs.html +59 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/folding.html +61 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/formatting.html +80 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/fullscreen.html +152 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/loadmode.html +39 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/marker.html +52 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/matchhighlighter.html +37 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/multiplex.html +59 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/mustache.html +57 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/preview.html +76 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/resize.html +41 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/runmode.html +49 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/search.html +83 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/theme.html +78 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/vim.html +50 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/demo/visibletabs.html +61 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/baboon.png +0 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/baboon_vector.svg +153 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/compress.html +148 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/docs.css +154 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/internals.html +494 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/manual.html +1128 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/oldrelease.html +267 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/reporting.html +57 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/doc/upgrade_v2.2.html +95 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/index.html +417 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/keymap/emacs.js +29 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/keymap/vim.js +766 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/codemirror.css +168 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/codemirror.js +3181 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/closetag.js +146 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/dialog.css +23 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/dialog.js +63 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/foldcode.js +196 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/formatting.js +297 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/javascript-hint.js +134 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/loadmode.js +51 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/match-highlighter.js +44 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/multiplex.js +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/overlay.js +52 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/pig-hint.js +123 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/runmode.js +49 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/search.js +118 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/searchcursor.js +117 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/simple-hint.css +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/lib/util/simple-hint.js +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clike/clike.js +271 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clike/index.html +101 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clike/scala.html +765 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clojure/clojure.js +207 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/clojure/index.html +66 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/coffeescript/LICENSE +22 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/coffeescript/coffeescript.js +347 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/coffeescript/index.html +727 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/css/css.js +124 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/css/index.html +55 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/diff/diff.js +32 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/diff/index.html +104 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ecl/ecl.js +203 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ecl/index.html +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/erlang/erlang.js +251 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/erlang/index.html +61 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/gfm/gfm.js +144 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/gfm/index.html +47 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/go/go.js +170 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/go/index.html +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/groovy/groovy.js +210 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/groovy/index.html +71 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/haskell/haskell.js +242 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/haskell/index.html +60 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlembedded/htmlembedded.js +68 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlembedded/index.html +49 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlmixed/htmlmixed.js +85 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/htmlmixed/index.html +51 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/javascript/index.html +77 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/javascript/javascript.js +361 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/jinja2/index.html +37 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/jinja2/jinja2.js +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/less/index.html +618 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/less/less.js +232 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/lua/index.html +72 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/lua/lua.js +140 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/markdown/index.html +338 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/markdown/markdown.js +245 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/mysql/index.html +41 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/mysql/mysql.js +188 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ntriples/index.html +32 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ntriples/ntriples.js +172 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pascal/LICENSE +7 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pascal/index.html +48 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pascal/pascal.js +94 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/perl/LICENSE +19 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/perl/index.html +62 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/perl/perl.js +816 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/php/index.html +48 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/php/php.js +150 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pig/index.html +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/pig/pig.js +172 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/plsql/index.html +62 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/plsql/plsql.js +217 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/properties/index.html +40 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/properties/properties.js +63 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/python/LICENSE.txt +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/python/index.html +122 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/python/python.js +338 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/r/LICENSE +24 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/r/index.html +73 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/r/r.js +141 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/changes/changes.js +19 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/changes/index.html +53 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/spec/index.html +99 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/spec/spec.css +5 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rpm/spec/spec.js +66 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rst/index.html +525 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rst/rst.js +326 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ruby/LICENSE +24 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ruby/index.html +171 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/ruby/ruby.js +195 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rust/index.html +48 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/rust/rust.js +432 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/scheme/index.html +64 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/scheme/scheme.js +230 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/shell/index.html +50 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/shell/shell.js +103 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smalltalk/index.html +55 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smalltalk/smalltalk.js +139 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smarty/index.html +82 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/smarty/smarty.js +148 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/sparql/index.html +40 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/sparql/sparql.js +143 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/stex/index.html +95 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/stex/stex.js +182 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/stex/test.html +263 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiddlywiki/index.html +140 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiki/index.html +82 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiki/tiki.css +26 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/tiki/tiki.js +316 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/vbscript/index.html +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/vbscript/vbscript.js +26 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/velocity/index.html +103 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/velocity/velocity.js +146 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/verilog/index.html +210 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/verilog/verilog.js +194 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xml/index.html +44 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xml/xml.js +325 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/LICENSE +20 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/index.html +222 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/index.html +27 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testBase.js +42 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testMultiAttr.js +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testNamespaces.js +91 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/test/testQuotes.js +19 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/xquery/xquery.js +448 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/yaml/index.html +67 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/mode/yaml/yaml.js +95 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/package.json +29 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/index.html +28 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/mode_test.css +22 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/mode_test.js +164 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/test/test.js +344 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/ambiance.css +81 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/blackboard.css +25 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/cobalt.css +18 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/eclipse.css +25 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/elegant.css +10 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/erlang-dark.css +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/lesser-dark.css +44 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/monokai.css +28 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/neat.css +9 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/night.css +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/rubyblue.css +21 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/vibrant-ink.css +27 -0
- data/app/assets/packages/burp/editing/dep/CodeMirror-2.3/theme/xq-dark.css +46 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/FontAwesome-Vectors.pdf +3180 -7
- data/app/assets/packages/burp/editing/dep/FontAwesome/FontAwesome.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/README.md +18 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/css/font-awesome-ie7.css +645 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/css/font-awesome.less +309 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/font-awesome-ie7.css +213 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/font-awesome.css +303 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/prettify.css +30 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/css/site.css +4904 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.svg +255 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/fontawesome-webfont.woff +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_300-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_300-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_500-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/museo_slab_500-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/proximanova-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/font/proximanova-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/ico/favicon.ico +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/backbone.min.js +37 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/index/index.js +89 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/jquery-1.7.1.min.js +4 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/prettify.min.js +28 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-alert.js +94 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-button.js +98 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-carousel.js +157 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-collapse.js +136 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-dropdown.js +92 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-modal.js +210 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-popover.js +95 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-scrollspy.js +125 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-tab.js +130 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-tooltip.js +270 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-transition.js +51 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/tw-bs-201/bootstrap-typeahead.js +271 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/js/underscore.min.js +31 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/font-awesome-ie7.less +245 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/font-awesome.less +327 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/font-site.less +26 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/mixins.less +43 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/site.less +300 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/accordion.less +33 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/alerts.less +58 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/bootstrap.less +62 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/breadcrumbs.less +24 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/button-groups.less +191 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/buttons.less +191 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/carousel.less +121 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/close.less +29 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/code.less +57 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/component-animations.less +20 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/dropdowns.less +143 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/forms.less +584 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/grid.less +5 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/hero-unit.less +22 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/labels-badges.less +55 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/layouts.less +17 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/mixins.less +631 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/modals.less +90 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/navbar.less +364 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/navs.less +363 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/pager.less +36 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/pagination.less +56 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/popovers.less +49 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/progress-bars.less +117 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/reset.less +126 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-1200px-min.less +26 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-767px-max.less +149 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-768px-979px.less +17 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-navbar.less +146 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive-utilities.less +41 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/responsive.less +48 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/scaffolding.less +29 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/sprites.less +191 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/tables.less +176 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/thumbnails.less +47 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/tooltip.less +35 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/type.less +235 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/utilities.less +23 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/variables.less +205 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/twbs-203/wells.less +27 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/assets/less/variables.less +206 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/docs/index.html +1087 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.eot +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.svg +255 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.ttf +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/font/fontawesome-webfont.woff +0 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/less/font-awesome-ie7.less +245 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/less/font-awesome.less +329 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/sass/font-awesome.sass +712 -0
- data/app/assets/packages/burp/editing/dep/FontAwesome/sass/font-awesome.scss +329 -0
- data/app/assets/packages/burp/editing/js/admin-dock.js +282 -0
- data/app/assets/packages/burp/editing/js/content-decorator.js +321 -0
- data/app/assets/packages/burp/editing/js/main.js +331 -0
- data/app/assets/packages/burp/editing/js/marked.js +781 -0
- data/app/assets/packages/burp/editing/js/md5.js +207 -0
- data/app/assets/packages/burp/editing/js/stay.js +143 -0
- data/app/assets/packages/burp/editing.js +23 -0
- data/app/assets/packages/burp/editing.less +7 -0
- data/app/assets/packages/gritter/README.markdown +57 -0
- data/app/assets/packages/gritter/css/jquery.gritter.less +101 -0
- data/app/assets/packages/gritter/gritter.js +3 -0
- data/app/assets/packages/gritter/gritter.less +3 -0
- data/app/assets/packages/gritter/images/gritter-light.png +0 -0
- data/app/assets/packages/gritter/images/gritter-long.png +0 -0
- data/app/assets/packages/gritter/images/gritter.png +0 -0
- data/app/assets/packages/gritter/images/ie-spacer.gif +0 -0
- data/app/assets/packages/gritter/images/trees.jpg +0 -0
- data/app/assets/packages/gritter/index.html +269 -0
- data/app/assets/packages/gritter/js/jquery.gritter.js +418 -0
- data/app/assets/packages/gritter/js/jquery.gritter.min.js +1 -0
- data/app/assets/stylesheets/burp/application.less +82 -0
- data/app/assets/stylesheets/burp/bootstrap.less +6158 -0
- data/app/assets/stylesheets/burp/docs.less +83 -0
- data/app/assets/stylesheets/burp/fileupload.less +31 -0
- data/app/assets/stylesheets/burp/views/dnd-menu.less +87 -0
- data/app/assets/stylesheets/burp/views/files/index.less +40 -0
- data/app/assets/stylesheets/burp/views/pages/index.less +4 -0
- data/app/assets/stylesheets/burp/views/static/help.less +11 -0
- data/app/controllers/burp/application_controller.rb +45 -0
- data/app/controllers/burp/catch_all_controller.rb +24 -0
- data/app/controllers/burp/error_controller.rb +7 -0
- data/app/controllers/burp/files_controller.rb +92 -0
- data/app/controllers/burp/groups_controller.rb +49 -0
- data/app/controllers/burp/links_controller.rb +48 -0
- data/app/controllers/burp/menus_controller.rb +33 -0
- data/app/controllers/burp/pages_controller.rb +112 -0
- data/app/controllers/burp/static_controller.rb +11 -0
- data/app/helpers/burp/application_helper.rb +4 -0
- data/app/lib/burp/access.rb +63 -0
- data/app/lib/burp/group.rb +110 -0
- data/app/lib/burp/link.rb +66 -0
- data/app/lib/burp/page.rb +23 -0
- data/app/lib/burp/util/upload_handler.rb +84 -0
- data/app/lib/burp/util.rb +39 -0
- data/app/models/burp/file_model.rb +45 -0
- data/app/models/burp/menu.rb +60 -0
- data/app/models/burp/page_model.rb +158 -0
- data/app/views/burp/files/index.html.erb +87 -0
- data/app/views/burp/groups/edit.html.erb +18 -0
- data/app/views/burp/links/edit.html.erb +19 -0
- data/app/views/burp/menus/edit.html.erb +157 -0
- data/app/views/burp/menus/index.html.erb +9 -0
- data/app/views/burp/pages/edit.html.erb +20 -0
- data/app/views/burp/pages/index.html.erb +114 -0
- data/app/views/burp/static/help.html.erb +543 -0
- data/app/views/burp/static/index.html.erb +15 -0
- data/app/views/layouts/burp/application.html.erb +57 -0
- data/config/cucumber.yml +12 -0
- data/config/initializers/bootstrap_form.rb +2 -0
- data/config/routes.rb +30 -0
- data/lib/burp/capistrano.rb +51 -0
- data/lib/burp/engine.rb +15 -0
- data/lib/burp/version.rb +3 -0
- data/lib/burp_cms.rb +64 -0
- data/lib/tasks/burp_tasks.rake +99 -0
- metadata +845 -0
|
Binary file
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
#Font Awesome 2.0
|
|
2
|
+
##the iconic font designed for use with Twitter Bootstrap
|
|
3
|
+
|
|
4
|
+
The full suite of pictographic icons, examples, and documentation can be found at:
|
|
5
|
+
http://fortawesome.github.com/Font-Awesome/
|
|
6
|
+
|
|
7
|
+
##Contact
|
|
8
|
+
- Email: dave@davegandy.com
|
|
9
|
+
- Twitter: http://twitter.com/fortaweso_me
|
|
10
|
+
- Work: Lead Product Designer @ http://kyru.us
|
|
11
|
+
|
|
12
|
+
##License
|
|
13
|
+
Version 2.0 of the Font Awesome font, CSS, and LESS files are licensed under CC BY 3.0:
|
|
14
|
+
http://creativecommons.org/licenses/by/3.0/
|
|
15
|
+
A mention of 'Font Awesome - http://fortawesome.github.com/Font-Awesome'
|
|
16
|
+
in human-readable source code is considered acceptable attribution (most common on the
|
|
17
|
+
web). If human readable source code is not available to the end user, a mention in an 'About'
|
|
18
|
+
or 'Credits' screen is considered acceptable (most common in desktop or mobile software).
|
|
@@ -0,0 +1,645 @@
|
|
|
1
|
+
[class^="icon-"],
|
|
2
|
+
[class*=" icon-"] {
|
|
3
|
+
font-family: FontAwesome;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: normal;
|
|
6
|
+
}
|
|
7
|
+
.btn.dropdown-toggle [class^="icon-"],
|
|
8
|
+
.btn.dropdown-toggle [class*=" icon-"] {
|
|
9
|
+
/* keeps button heights with and without icons the same */
|
|
10
|
+
|
|
11
|
+
line-height: 1.4em;
|
|
12
|
+
}
|
|
13
|
+
.icon-large {
|
|
14
|
+
font-size: 1.3333em;
|
|
15
|
+
}
|
|
16
|
+
.icon-glass {
|
|
17
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
18
|
+
}
|
|
19
|
+
.icon-music {
|
|
20
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
21
|
+
}
|
|
22
|
+
.icon-search {
|
|
23
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
24
|
+
}
|
|
25
|
+
.icon-envelope {
|
|
26
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
27
|
+
}
|
|
28
|
+
.icon-heart {
|
|
29
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
30
|
+
}
|
|
31
|
+
.icon-star {
|
|
32
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
33
|
+
}
|
|
34
|
+
.icon-star-empty {
|
|
35
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
36
|
+
}
|
|
37
|
+
.icon-user {
|
|
38
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
39
|
+
}
|
|
40
|
+
.icon-film {
|
|
41
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
42
|
+
}
|
|
43
|
+
.icon-th-large {
|
|
44
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
45
|
+
}
|
|
46
|
+
.icon-th {
|
|
47
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
48
|
+
}
|
|
49
|
+
.icon-th-list {
|
|
50
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
51
|
+
}
|
|
52
|
+
.icon-ok {
|
|
53
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
54
|
+
}
|
|
55
|
+
.icon-remove {
|
|
56
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
57
|
+
}
|
|
58
|
+
.icon-zoom-in {
|
|
59
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
60
|
+
}
|
|
61
|
+
.icon-zoom-out {
|
|
62
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
63
|
+
}
|
|
64
|
+
.icon-off {
|
|
65
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
66
|
+
}
|
|
67
|
+
.icon-signal {
|
|
68
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
69
|
+
}
|
|
70
|
+
.icon-cog {
|
|
71
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
72
|
+
}
|
|
73
|
+
.icon-trash {
|
|
74
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
75
|
+
}
|
|
76
|
+
.icon-home {
|
|
77
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
78
|
+
}
|
|
79
|
+
.icon-file {
|
|
80
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
81
|
+
}
|
|
82
|
+
.icon-time {
|
|
83
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
84
|
+
}
|
|
85
|
+
.icon-road {
|
|
86
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
87
|
+
}
|
|
88
|
+
.icon-download-alt {
|
|
89
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
90
|
+
}
|
|
91
|
+
.icon-download {
|
|
92
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
93
|
+
}
|
|
94
|
+
.icon-upload {
|
|
95
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
96
|
+
}
|
|
97
|
+
.icon-inbox {
|
|
98
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
99
|
+
}
|
|
100
|
+
.icon-play-circle {
|
|
101
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
102
|
+
}
|
|
103
|
+
.icon-repeat {
|
|
104
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
105
|
+
}
|
|
106
|
+
.icon-refresh {
|
|
107
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
108
|
+
}
|
|
109
|
+
.icon-list-alt {
|
|
110
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
111
|
+
}
|
|
112
|
+
.icon-lock {
|
|
113
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
114
|
+
}
|
|
115
|
+
.icon-flag {
|
|
116
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
117
|
+
}
|
|
118
|
+
.icon-headphones {
|
|
119
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
120
|
+
}
|
|
121
|
+
.icon-volume-off {
|
|
122
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
123
|
+
}
|
|
124
|
+
.icon-volume-down {
|
|
125
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
126
|
+
}
|
|
127
|
+
.icon-volume-up {
|
|
128
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
129
|
+
}
|
|
130
|
+
.icon-qrcode {
|
|
131
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
132
|
+
}
|
|
133
|
+
.icon-barcode {
|
|
134
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
135
|
+
}
|
|
136
|
+
.icon-tag {
|
|
137
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
138
|
+
}
|
|
139
|
+
.icon-tags {
|
|
140
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
141
|
+
}
|
|
142
|
+
.icon-book {
|
|
143
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
144
|
+
}
|
|
145
|
+
.icon-bookmark {
|
|
146
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
147
|
+
}
|
|
148
|
+
.icon-print {
|
|
149
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
150
|
+
}
|
|
151
|
+
.icon-camera {
|
|
152
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
153
|
+
}
|
|
154
|
+
.icon-font {
|
|
155
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
156
|
+
}
|
|
157
|
+
.icon-bold {
|
|
158
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
159
|
+
}
|
|
160
|
+
.icon-italic {
|
|
161
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
162
|
+
}
|
|
163
|
+
.icon-text-height {
|
|
164
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
165
|
+
}
|
|
166
|
+
.icon-text-width {
|
|
167
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
168
|
+
}
|
|
169
|
+
.icon-align-left {
|
|
170
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
171
|
+
}
|
|
172
|
+
.icon-align-center {
|
|
173
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
174
|
+
}
|
|
175
|
+
.icon-align-right {
|
|
176
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
177
|
+
}
|
|
178
|
+
.icon-align-justify {
|
|
179
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
180
|
+
}
|
|
181
|
+
.icon-list {
|
|
182
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
183
|
+
}
|
|
184
|
+
.icon-indent-left {
|
|
185
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
186
|
+
}
|
|
187
|
+
.icon-indent-right {
|
|
188
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
189
|
+
}
|
|
190
|
+
.icon-facetime-video {
|
|
191
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
192
|
+
}
|
|
193
|
+
.icon-picture {
|
|
194
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
195
|
+
}
|
|
196
|
+
.icon-pencil {
|
|
197
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
198
|
+
}
|
|
199
|
+
.icon-map-marker {
|
|
200
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
201
|
+
}
|
|
202
|
+
.icon-adjust {
|
|
203
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
204
|
+
}
|
|
205
|
+
.icon-tint {
|
|
206
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
207
|
+
}
|
|
208
|
+
.icon-edit {
|
|
209
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
210
|
+
}
|
|
211
|
+
.icon-share {
|
|
212
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
213
|
+
}
|
|
214
|
+
.icon-check {
|
|
215
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
216
|
+
}
|
|
217
|
+
.icon-move {
|
|
218
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
219
|
+
}
|
|
220
|
+
.icon-step-backward {
|
|
221
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
222
|
+
}
|
|
223
|
+
.icon-fast-backward {
|
|
224
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
225
|
+
}
|
|
226
|
+
.icon-backward {
|
|
227
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
228
|
+
}
|
|
229
|
+
.icon-play {
|
|
230
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
231
|
+
}
|
|
232
|
+
.icon-pause {
|
|
233
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
234
|
+
}
|
|
235
|
+
.icon-stop {
|
|
236
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
237
|
+
}
|
|
238
|
+
.icon-forward {
|
|
239
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
240
|
+
}
|
|
241
|
+
.icon-fast-forward {
|
|
242
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
243
|
+
}
|
|
244
|
+
.icon-step-forward {
|
|
245
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
246
|
+
}
|
|
247
|
+
.icon-eject {
|
|
248
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
249
|
+
}
|
|
250
|
+
.icon-chevron-left {
|
|
251
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
252
|
+
}
|
|
253
|
+
.icon-chevron-right {
|
|
254
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
255
|
+
}
|
|
256
|
+
.icon-plus-sign {
|
|
257
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
258
|
+
}
|
|
259
|
+
.icon-minus-sign {
|
|
260
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
261
|
+
}
|
|
262
|
+
.icon-remove-sign {
|
|
263
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
264
|
+
}
|
|
265
|
+
.icon-ok-sign {
|
|
266
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
267
|
+
}
|
|
268
|
+
.icon-question-sign {
|
|
269
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
270
|
+
}
|
|
271
|
+
.icon-info-sign {
|
|
272
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
273
|
+
}
|
|
274
|
+
.icon-screenshot {
|
|
275
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
276
|
+
}
|
|
277
|
+
.icon-remove-circle {
|
|
278
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
279
|
+
}
|
|
280
|
+
.icon-ok-circle {
|
|
281
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
282
|
+
}
|
|
283
|
+
.icon-ban-circle {
|
|
284
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
285
|
+
}
|
|
286
|
+
.icon-arrow-left {
|
|
287
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
288
|
+
}
|
|
289
|
+
.icon-arrow-right {
|
|
290
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
291
|
+
}
|
|
292
|
+
.icon-arrow-up {
|
|
293
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
294
|
+
}
|
|
295
|
+
.icon-arrow-down {
|
|
296
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
297
|
+
}
|
|
298
|
+
.icon-share-alt {
|
|
299
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
300
|
+
}
|
|
301
|
+
.icon-resize-full {
|
|
302
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
303
|
+
}
|
|
304
|
+
.icon-resize-small {
|
|
305
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
306
|
+
}
|
|
307
|
+
.icon-plus {
|
|
308
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
309
|
+
}
|
|
310
|
+
.icon-minus {
|
|
311
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
312
|
+
}
|
|
313
|
+
.icon-asterisk {
|
|
314
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
315
|
+
}
|
|
316
|
+
.icon-exclamation-sign {
|
|
317
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
318
|
+
}
|
|
319
|
+
.icon-gift {
|
|
320
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
321
|
+
}
|
|
322
|
+
.icon-leaf {
|
|
323
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
324
|
+
}
|
|
325
|
+
.icon-fire {
|
|
326
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
327
|
+
}
|
|
328
|
+
.icon-eye-open {
|
|
329
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
330
|
+
}
|
|
331
|
+
.icon-eye-close {
|
|
332
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
333
|
+
}
|
|
334
|
+
.icon-warning-sign {
|
|
335
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
336
|
+
}
|
|
337
|
+
.icon-plane {
|
|
338
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
339
|
+
}
|
|
340
|
+
.icon-calendar {
|
|
341
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
342
|
+
}
|
|
343
|
+
.icon-random {
|
|
344
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
345
|
+
}
|
|
346
|
+
.icon-comment {
|
|
347
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
348
|
+
}
|
|
349
|
+
.icon-magnet {
|
|
350
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
351
|
+
}
|
|
352
|
+
.icon-chevron-up {
|
|
353
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
354
|
+
}
|
|
355
|
+
.icon-chevron-down {
|
|
356
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
357
|
+
}
|
|
358
|
+
.icon-retweet {
|
|
359
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
360
|
+
}
|
|
361
|
+
.icon-shopping-cart {
|
|
362
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
363
|
+
}
|
|
364
|
+
.icon-folder-close {
|
|
365
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
366
|
+
}
|
|
367
|
+
.icon-folder-open {
|
|
368
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
369
|
+
}
|
|
370
|
+
.icon-resize-vertical {
|
|
371
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
372
|
+
}
|
|
373
|
+
.icon-resize-horizontal {
|
|
374
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
375
|
+
}
|
|
376
|
+
.icon-bar-chart {
|
|
377
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
378
|
+
}
|
|
379
|
+
.icon-twitter-sign {
|
|
380
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
381
|
+
}
|
|
382
|
+
.icon-facebook-sign {
|
|
383
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
384
|
+
}
|
|
385
|
+
.icon-camera-retro {
|
|
386
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
387
|
+
}
|
|
388
|
+
.icon-key {
|
|
389
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
390
|
+
}
|
|
391
|
+
.icon-cogs {
|
|
392
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
393
|
+
}
|
|
394
|
+
.icon-comments {
|
|
395
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
396
|
+
}
|
|
397
|
+
.icon-thumbs-up {
|
|
398
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
399
|
+
}
|
|
400
|
+
.icon-thumbs-down {
|
|
401
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
402
|
+
}
|
|
403
|
+
.icon-star-half {
|
|
404
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
405
|
+
}
|
|
406
|
+
.icon-heart-empty {
|
|
407
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
408
|
+
}
|
|
409
|
+
.icon-signout {
|
|
410
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
411
|
+
}
|
|
412
|
+
.icon-linkedin-sign {
|
|
413
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
414
|
+
}
|
|
415
|
+
.icon-pushpin {
|
|
416
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
417
|
+
}
|
|
418
|
+
.icon-external-link {
|
|
419
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
420
|
+
}
|
|
421
|
+
.icon-signin {
|
|
422
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
423
|
+
}
|
|
424
|
+
.icon-trophy {
|
|
425
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
426
|
+
}
|
|
427
|
+
.icon-github-sign {
|
|
428
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
429
|
+
}
|
|
430
|
+
.icon-upload-alt {
|
|
431
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
432
|
+
}
|
|
433
|
+
.icon-lemon {
|
|
434
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
435
|
+
}
|
|
436
|
+
.icon-phone {
|
|
437
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
438
|
+
}
|
|
439
|
+
.icon-check-empty {
|
|
440
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
441
|
+
}
|
|
442
|
+
.icon-bookmark-empty {
|
|
443
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
444
|
+
}
|
|
445
|
+
.icon-phone-sign {
|
|
446
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
447
|
+
}
|
|
448
|
+
.icon-twitter {
|
|
449
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
450
|
+
}
|
|
451
|
+
.icon-facebook {
|
|
452
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
453
|
+
}
|
|
454
|
+
.icon-github {
|
|
455
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
456
|
+
}
|
|
457
|
+
.icon-unlock {
|
|
458
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
459
|
+
}
|
|
460
|
+
.icon-credit-card {
|
|
461
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
462
|
+
}
|
|
463
|
+
.icon-rss {
|
|
464
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
465
|
+
}
|
|
466
|
+
.icon-hdd {
|
|
467
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
468
|
+
}
|
|
469
|
+
.icon-bullhorn {
|
|
470
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
471
|
+
}
|
|
472
|
+
.icon-bell {
|
|
473
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
474
|
+
}
|
|
475
|
+
.icon-certificate {
|
|
476
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
477
|
+
}
|
|
478
|
+
.icon-hand-right {
|
|
479
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
480
|
+
}
|
|
481
|
+
.icon-hand-left {
|
|
482
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
483
|
+
}
|
|
484
|
+
.icon-hand-up {
|
|
485
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
486
|
+
}
|
|
487
|
+
.icon-hand-down {
|
|
488
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
489
|
+
}
|
|
490
|
+
.icon-circle-arrow-left {
|
|
491
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
492
|
+
}
|
|
493
|
+
.icon-circle-arrow-right {
|
|
494
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
495
|
+
}
|
|
496
|
+
.icon-circle-arrow-up {
|
|
497
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
498
|
+
}
|
|
499
|
+
.icon-circle-arrow-down {
|
|
500
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
501
|
+
}
|
|
502
|
+
.icon-globe {
|
|
503
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
504
|
+
}
|
|
505
|
+
.icon-wrench {
|
|
506
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
507
|
+
}
|
|
508
|
+
.icon-tasks {
|
|
509
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
510
|
+
}
|
|
511
|
+
.icon-filter {
|
|
512
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
513
|
+
}
|
|
514
|
+
.icon-briefcase {
|
|
515
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
516
|
+
}
|
|
517
|
+
.icon-fullscreen {
|
|
518
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
519
|
+
}
|
|
520
|
+
.icon-group {
|
|
521
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
522
|
+
}
|
|
523
|
+
.icon-link {
|
|
524
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
525
|
+
}
|
|
526
|
+
.icon-cloud {
|
|
527
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
528
|
+
}
|
|
529
|
+
.icon-beaker {
|
|
530
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
531
|
+
}
|
|
532
|
+
.icon-cut {
|
|
533
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
534
|
+
}
|
|
535
|
+
.icon-copy {
|
|
536
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
537
|
+
}
|
|
538
|
+
.icon-paper-clip {
|
|
539
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
540
|
+
}
|
|
541
|
+
.icon-save {
|
|
542
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
543
|
+
}
|
|
544
|
+
.icon-sign-blank {
|
|
545
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
546
|
+
}
|
|
547
|
+
.icon-reorder {
|
|
548
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
549
|
+
}
|
|
550
|
+
.icon-list-ul {
|
|
551
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
552
|
+
}
|
|
553
|
+
.icon-list-ol {
|
|
554
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
555
|
+
}
|
|
556
|
+
.icon-strikethrough {
|
|
557
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
558
|
+
}
|
|
559
|
+
.icon-underline {
|
|
560
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
561
|
+
}
|
|
562
|
+
.icon-table {
|
|
563
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
564
|
+
}
|
|
565
|
+
.icon-magic {
|
|
566
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
567
|
+
}
|
|
568
|
+
.icon-truck {
|
|
569
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
570
|
+
}
|
|
571
|
+
.icon-pinterest {
|
|
572
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
573
|
+
}
|
|
574
|
+
.icon-pinterest-sign {
|
|
575
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
576
|
+
}
|
|
577
|
+
.icon-google-plus-sign {
|
|
578
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
579
|
+
}
|
|
580
|
+
.icon-google-plus {
|
|
581
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
582
|
+
}
|
|
583
|
+
.icon-money {
|
|
584
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
585
|
+
}
|
|
586
|
+
.icon-caret-down {
|
|
587
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
588
|
+
}
|
|
589
|
+
.icon-caret-up {
|
|
590
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
591
|
+
}
|
|
592
|
+
.icon-caret-left {
|
|
593
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
594
|
+
}
|
|
595
|
+
.icon-caret-right {
|
|
596
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
597
|
+
}
|
|
598
|
+
.icon-columns {
|
|
599
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
600
|
+
}
|
|
601
|
+
.icon-sort {
|
|
602
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
603
|
+
}
|
|
604
|
+
.icon-sort-down {
|
|
605
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
606
|
+
}
|
|
607
|
+
.icon-sort-up {
|
|
608
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
609
|
+
}
|
|
610
|
+
.icon-envelope-alt {
|
|
611
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
612
|
+
}
|
|
613
|
+
.icon-linkedin {
|
|
614
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
615
|
+
}
|
|
616
|
+
.icon-undo {
|
|
617
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
618
|
+
}
|
|
619
|
+
.icon-legal {
|
|
620
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
621
|
+
}
|
|
622
|
+
.icon-dashboard {
|
|
623
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
624
|
+
}
|
|
625
|
+
.icon-comment-alt {
|
|
626
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
627
|
+
}
|
|
628
|
+
.icon-comments-alt {
|
|
629
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
630
|
+
}
|
|
631
|
+
.icon-bolt {
|
|
632
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
633
|
+
}
|
|
634
|
+
.icon-sitemap {
|
|
635
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
636
|
+
}
|
|
637
|
+
.icon-umbrella {
|
|
638
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
639
|
+
}
|
|
640
|
+
.icon-paste {
|
|
641
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
642
|
+
}
|
|
643
|
+
.icon-user-md {
|
|
644
|
+
*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' ');
|
|
645
|
+
}
|