spiderfw 0.6.38 → 0.6.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/CHANGELOG +23 -0
- data/VERSION +1 -1
- data/apps/core/admin/views/admin.layout.shtml +6 -0
- data/apps/core/auth/controllers/login_controller.rb +1 -1
- data/apps/core/components/assets.rb +55 -6
- data/apps/core/components/public/bootstrap/scss/_variables.scss +5 -2
- data/apps/core/components/public/bootstrap/scss/bootstrap.css +942 -236
- data/apps/core/components/public/bootstrap/scss/responsive.css +187 -30
- data/apps/core/components/public/css/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Animations.less +10 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Button.less +172 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ButtonGroup.less +71 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Checkbox.less +49 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ColorBox.less +6 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ColorButton.less +72 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ColorPicker.less +80 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ComboBox.less +39 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Container.less +9 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Inline.less +4 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Content.Objects.less +166 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Content.less +27 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/CropRect.less +54 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FieldSet.less +15 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FitLayout.less +9 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FloatPanel.less +69 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/FlowLayout.less +36 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Icons.less +180 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Iframe.less +6 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ImagePanel.less +20 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/InfoBox.less +71 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Label.less +38 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ListBox.less +26 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Menu.less +34 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/MenuBar.less +32 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/MenuButton.less +34 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/MenuItem.less +142 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Mixins.less +54 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Notification.less +144 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Panel.less +7 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Path.less +45 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Progress.less +34 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Radio.less +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Reset.less +32 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ResizeHandle.less +18 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Scrollable.less +44 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/SelectBox.less +6 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Slider.less +29 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Spacer.less +5 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/SplitButton.less +49 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/StackLayout.less +5 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/TabPanel.less +44 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/TextBox.less +41 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Throbber.less +19 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/TinyMCE.less +159 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/ToolTip.less +129 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Variables.less +214 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/Window.less +127 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/content.inline.min.css +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/content.min.css +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/readme.md +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/anchor.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/loader.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/object.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/img/trans.gif +0 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.dev.less +46 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.less +2542 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.less +2586 -0
- data/apps/core/components/public/css/tinymce/skins/lightgray/skin.min.css +1 -0
- data/apps/core/components/public/js/bootbox_2/bootbox.js +551 -0
- data/apps/core/components/public/js/jquery/jquery-ui-1.9.2/ui/i18n/jquery.ui.datepicker-it-min.js +4 -0
- data/apps/core/components/public/js/spider.js +7 -3
- data/apps/core/components/public/js/tinymce/classes/AddOnManager.js +265 -0
- data/apps/core/components/public/js/tinymce/classes/Compat.js +90 -0
- data/apps/core/components/public/js/tinymce/classes/DragDropOverrides.js +224 -0
- data/apps/core/components/public/js/tinymce/classes/Editor.js +2221 -0
- data/apps/core/components/public/js/tinymce/classes/EditorCommands.js +1028 -0
- data/apps/core/components/public/js/tinymce/classes/EditorManager.js +715 -0
- data/apps/core/components/public/js/tinymce/classes/EditorObservable.js +204 -0
- data/apps/core/components/public/js/tinymce/classes/EditorUpload.js +191 -0
- data/apps/core/components/public/js/tinymce/classes/EnterKey.js +676 -0
- data/apps/core/components/public/js/tinymce/classes/Env.js +177 -0
- data/apps/core/components/public/js/tinymce/classes/FocusManager.js +266 -0
- data/apps/core/components/public/js/tinymce/classes/ForceBlocks.js +138 -0
- data/apps/core/components/public/js/tinymce/classes/Formatter.js +2378 -0
- data/apps/core/components/public/js/tinymce/classes/LegacyInput.js +82 -0
- data/apps/core/components/public/js/tinymce/classes/Mode.js +54 -0
- data/apps/core/components/public/js/tinymce/classes/NodeChange.js +154 -0
- data/apps/core/components/public/js/tinymce/classes/NotificationManager.js +156 -0
- data/apps/core/components/public/js/tinymce/classes/Register.js +34 -0
- data/apps/core/components/public/js/tinymce/classes/SelectionOverrides.js +810 -0
- data/apps/core/components/public/js/tinymce/classes/Shortcuts.js +172 -0
- data/apps/core/components/public/js/tinymce/classes/UndoManager.js +346 -0
- data/apps/core/components/public/js/tinymce/classes/WindowManager.js +278 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretBookmark.js +263 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretCandidate.js +86 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretContainer.js +151 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretPosition.js +371 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretUtils.js +302 -0
- data/apps/core/components/public/js/tinymce/classes/caret/CaretWalker.js +215 -0
- data/apps/core/components/public/js/tinymce/classes/caret/FakeCaret.js +192 -0
- data/apps/core/components/public/js/tinymce/classes/caret/LineUtils.js +135 -0
- data/apps/core/components/public/js/tinymce/classes/caret/LineWalker.js +166 -0
- data/apps/core/components/public/js/tinymce/classes/data/Binding.js +79 -0
- data/apps/core/components/public/js/tinymce/classes/data/ObservableArray.js +196 -0
- data/apps/core/components/public/js/tinymce/classes/data/ObservableObject.js +194 -0
- data/apps/core/components/public/js/tinymce/classes/dom/BookmarkManager.js +456 -0
- data/apps/core/components/public/js/tinymce/classes/dom/ControlSelection.js +634 -0
- data/apps/core/components/public/js/tinymce/classes/dom/DOMUtils.js +1853 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Dimensions.js +64 -0
- data/apps/core/components/public/js/tinymce/classes/dom/DomQuery.js +1578 -0
- data/apps/core/components/public/js/tinymce/classes/dom/ElementUtils.js +118 -0
- data/apps/core/components/public/js/tinymce/classes/dom/EventUtils.js +583 -0
- data/apps/core/components/public/js/tinymce/classes/dom/NodePath.js +50 -0
- data/apps/core/components/public/js/tinymce/classes/dom/NodeType.js +110 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Range.js +785 -0
- data/apps/core/components/public/js/tinymce/classes/dom/RangeUtils.js +628 -0
- data/apps/core/components/public/js/tinymce/classes/dom/ScriptLoader.js +254 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Selection.js +1008 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Serializer.js +506 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.jQuery.js +23 -0
- data/apps/core/components/public/js/tinymce/classes/dom/Sizzle.js +2039 -0
- data/apps/core/components/public/js/tinymce/classes/dom/StyleSheetLoader.js +190 -0
- data/apps/core/components/public/js/tinymce/classes/dom/TreeWalker.js +127 -0
- data/apps/core/components/public/js/tinymce/classes/dom/TridentSelection.js +508 -0
- data/apps/core/components/public/js/tinymce/classes/file/BlobCache.js +72 -0
- data/apps/core/components/public/js/tinymce/classes/file/Conversions.js +106 -0
- data/apps/core/components/public/js/tinymce/classes/file/ImageScanner.js +145 -0
- data/apps/core/components/public/js/tinymce/classes/file/Uploader.js +193 -0
- data/apps/core/components/public/js/tinymce/classes/fmt/Hooks.js +66 -0
- data/apps/core/components/public/js/tinymce/classes/fmt/Preview.js +151 -0
- data/apps/core/components/public/js/tinymce/classes/geom/ClientRect.js +136 -0
- data/apps/core/components/public/js/tinymce/classes/geom/Rect.js +214 -0
- data/apps/core/components/public/js/tinymce/classes/html/DomParser.js +822 -0
- data/apps/core/components/public/js/tinymce/classes/html/Entities.js +268 -0
- data/apps/core/components/public/js/tinymce/classes/html/Node.js +496 -0
- data/apps/core/components/public/js/tinymce/classes/html/SaxParser.js +474 -0
- data/apps/core/components/public/js/tinymce/classes/html/Schema.js +1004 -0
- data/apps/core/components/public/js/tinymce/classes/html/Serializer.js +158 -0
- data/apps/core/components/public/js/tinymce/classes/html/Styles.js +363 -0
- data/apps/core/components/public/js/tinymce/classes/html/Writer.js +199 -0
- data/apps/core/components/public/js/tinymce/classes/jquery.tinymce.js +377 -0
- data/apps/core/components/public/js/tinymce/classes/text/ExtendingChar.js +53 -0
- data/apps/core/components/public/js/tinymce/classes/text/Zwsp.js +36 -0
- data/apps/core/components/public/js/tinymce/classes/ui/AbsoluteLayout.js +63 -0
- data/apps/core/components/public/js/tinymce/classes/ui/BoxUtils.js +98 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Button.js +199 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ButtonGroup.js +62 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Checkbox.js +162 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ClassList.js +149 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Collection.js +438 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ColorBox.js +72 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ColorButton.js +124 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ColorPicker.js +206 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ComboBox.js +306 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Container.js +506 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Control.js +1301 -0
- data/apps/core/components/public/js/tinymce/classes/ui/DomUtils.js +107 -0
- data/apps/core/components/public/js/tinymce/classes/ui/DragHelper.js +144 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ElementPath.js +79 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Factory.js +105 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FieldSet.js +59 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FilePicker.js +85 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FitLayout.js +48 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FlexLayout.js +246 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FloatPanel.js +409 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FlowLayout.js +46 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Form.js +157 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FormItem.js +56 -0
- data/apps/core/components/public/js/tinymce/classes/ui/FormatControls.js +535 -0
- data/apps/core/components/public/js/tinymce/classes/ui/GridLayout.js +233 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Iframe.js +85 -0
- data/apps/core/components/public/js/tinymce/classes/ui/InfoBox.js +93 -0
- data/apps/core/components/public/js/tinymce/classes/ui/KeyboardNavigation.js +406 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Label.js +144 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Layout.js +120 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ListBox.js +152 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Menu.js +195 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MenuBar.js +33 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MenuButton.js +268 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MenuItem.js +336 -0
- data/apps/core/components/public/js/tinymce/classes/ui/MessageBox.js +202 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Movable.js +200 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Notification.js +154 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Panel.js +67 -0
- data/apps/core/components/public/js/tinymce/classes/ui/PanelButton.js +114 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Path.js +127 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Progress.js +81 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Radio.js +29 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ReflowQueue.js +79 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Resizable.js +68 -0
- data/apps/core/components/public/js/tinymce/classes/ui/ResizeHandle.js +86 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Scrollable.js +141 -0
- data/apps/core/components/public/js/tinymce/classes/ui/SelectBox.js +106 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Selector.js +369 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Slider.js +161 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Spacer.js +39 -0
- data/apps/core/components/public/js/tinymce/classes/ui/SplitButton.js +146 -0
- data/apps/core/components/public/js/tinymce/classes/ui/StackLayout.js +34 -0
- data/apps/core/components/public/js/tinymce/classes/ui/TabPanel.js +178 -0
- data/apps/core/components/public/js/tinymce/classes/ui/TextBox.js +208 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Throbber.js +88 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Toolbar.js +56 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Tooltip.js +73 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Widget.js +151 -0
- data/apps/core/components/public/js/tinymce/classes/ui/Window.js +474 -0
- data/apps/core/components/public/js/tinymce/classes/util/Arr.js +153 -0
- data/apps/core/components/public/js/tinymce/classes/util/Class.js +167 -0
- data/apps/core/components/public/js/tinymce/classes/util/Color.js +235 -0
- data/apps/core/components/public/js/tinymce/classes/util/Delay.js +191 -0
- data/apps/core/components/public/js/tinymce/classes/util/EventDispatcher.js +294 -0
- data/apps/core/components/public/js/tinymce/classes/util/Fun.js +87 -0
- data/apps/core/components/public/js/tinymce/classes/util/I18n.js +116 -0
- data/apps/core/components/public/js/tinymce/classes/util/JSON.js +109 -0
- data/apps/core/components/public/js/tinymce/classes/util/JSONP.js +38 -0
- data/apps/core/components/public/js/tinymce/classes/util/JSONRequest.js +110 -0
- data/apps/core/components/public/js/tinymce/classes/util/LocalStorage.js +213 -0
- data/apps/core/components/public/js/tinymce/classes/util/Observable.js +129 -0
- data/apps/core/components/public/js/tinymce/classes/util/Promise.js +200 -0
- data/apps/core/components/public/js/tinymce/classes/util/Quirks.js +1701 -0
- data/apps/core/components/public/js/tinymce/classes/util/Tools.js +442 -0
- data/apps/core/components/public/js/tinymce/classes/util/URI.js +411 -0
- data/apps/core/components/public/js/tinymce/classes/util/VK.js +37 -0
- data/apps/core/components/public/js/tinymce/classes/util/XHR.js +110 -0
- data/apps/core/components/public/js/tinymce/jquery.tinymce.min.js +1 -0
- data/apps/core/components/public/js/tinymce/langs/it.js +219 -0
- data/apps/core/components/public/js/tinymce/langs/readme.md +3 -0
- data/apps/core/components/public/js/tinymce/license.txt +504 -0
- data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.js +97 -0
- data/apps/core/components/public/js/tinymce/plugins/advlist/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.js +55 -0
- data/apps/core/components/public/js/tinymce/plugins/anchor/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.js +204 -0
- data/apps/core/components/public/js/tinymce/plugins/autolink/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.js +162 -0
- data/apps/core/components/public/js/tinymce/plugins/autoresize/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.js +165 -0
- data/apps/core/components/public/js/tinymce/plugins/autosave/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.js +123 -0
- data/apps/core/components/public/js/tinymce/plugins/bbcode/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.js +450 -0
- data/apps/core/components/public/js/tinymce/plugins/charmap/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/code/plugin.js +60 -0
- data/apps/core/components/public/js/tinymce/plugins/code/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Dialog.js +121 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Plugin.js +95 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Prism.js +937 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/classes/Utils.js +33 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/css/prism.css +138 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.dev.js +141 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.js +1299 -0
- data/apps/core/components/public/js/tinymce/plugins/codesample/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.js +112 -0
- data/apps/core/components/public/js/tinymce/plugins/colorpicker/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/css/dialog.css +118 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/buttons.png +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/icons.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/items.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_arrow.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/menu_check.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/progress.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/img/tabs.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.js +297 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/tiny_mce_popup.js +542 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/editable_selects.js +70 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/form_utils.js +210 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/mctabs.js +164 -0
- data/apps/core/components/public/js/tinymce/plugins/compat3x/utils/validate.js +252 -0
- data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.js +88 -0
- data/apps/core/components/public/js/tinymce/plugins/contextmenu/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.js +64 -0
- data/apps/core/components/public/js/tinymce/plugins/directionality/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cool.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-cry.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-embarassed.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-foot-in-mouth.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-frown.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-innocent.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-kiss.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-laughing.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-money-mouth.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-sealed.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-smile.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-surprised.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-tongue-out.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-undecided.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-wink.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/img/smiley-yell.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.js +65 -0
- data/apps/core/components/public/js/tinymce/plugins/emoticons/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/example/dialog.html +8 -0
- data/apps/core/components/public/js/tinymce/plugins/example/plugin.js +68 -0
- data/apps/core/components/public/js/tinymce/plugins/example/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.js +22 -0
- data/apps/core/components/public/js/tinymce/plugins/example_dependency/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.js +490 -0
- data/apps/core/components/public/js/tinymce/plugins/fullpage/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.js +154 -0
- data/apps/core/components/public/js/tinymce/plugins/fullscreen/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/hr/plugin.js +30 -0
- data/apps/core/components/public/js/tinymce/plugins/hr/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/image/plugin.js +630 -0
- data/apps/core/components/public/js/tinymce/plugins/image/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/atomic.js +6 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/browser.js +6 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/demo.js +8 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/config/bolt/prod.js +6 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.js +2668 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/html/demo.html +16 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/demo/js/Demo.js +92 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/CropRect.js +214 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Dialog.js +485 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/ImagePanel.js +218 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/Plugin.js +411 -0
- data/apps/core/components/public/js/tinymce/plugins/imagetools/src/main/js/UndoStack.js +57 -0
- data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.js +227 -0
- data/apps/core/components/public/js/tinymce/plugins/importcss/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.js +121 -0
- data/apps/core/components/public/js/tinymce/plugins/insertdatetime/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/layer/plugin.js +225 -0
- data/apps/core/components/public/js/tinymce/plugins/layer/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.js +211 -0
- data/apps/core/components/public/js/tinymce/plugins/legacyoutput/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/link/plugin.js +403 -0
- data/apps/core/components/public/js/tinymce/plugins/link/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/lists/plugin.js +885 -0
- data/apps/core/components/public/js/tinymce/plugins/lists/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/media/moxieplayer.swf +0 -0
- data/apps/core/components/public/js/tinymce/plugins/media/plugin.js +878 -0
- data/apps/core/components/public/js/tinymce/plugins/media/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.js +53 -0
- data/apps/core/components/public/js/tinymce/plugins/nonbreaking/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.js +101 -0
- data/apps/core/components/public/js/tinymce/plugins/noneditable/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.js +88 -0
- data/apps/core/components/public/js/tinymce/plugins/pagebreak/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Clipboard.js +672 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Plugin.js +121 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Quirks.js +159 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/Utils.js +140 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/classes/WordFilter.js +500 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/plugin.dev.js +142 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/plugin.js +1708 -0
- data/apps/core/components/public/js/tinymce/plugins/paste/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/preview/plugin.js +88 -0
- data/apps/core/components/public/js/tinymce/plugins/preview/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/print/plugin.js +32 -0
- data/apps/core/components/public/js/tinymce/plugins/print/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/save/plugin.js +98 -0
- data/apps/core/components/public/js/tinymce/plugins/save/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.js +609 -0
- data/apps/core/components/public/js/tinymce/plugins/searchreplace/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/DomTextMatcher.js +480 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/classes/Plugin.js +439 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.dev.js +139 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.js +1026 -0
- data/apps/core/components/public/js/tinymce/plugins/spellchecker/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.js +120 -0
- data/apps/core/components/public/js/tinymce/plugins/tabfocus/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/CellSelection.js +202 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Dialogs.js +824 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Plugin.js +599 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Quirks.js +400 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/ResizeBars.js +984 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/TableGrid.js +941 -0
- data/apps/core/components/public/js/tinymce/plugins/table/classes/Utils.js +36 -0
- data/apps/core/components/public/js/tinymce/plugins/table/plugin.dev.js +142 -0
- data/apps/core/components/public/js/tinymce/plugins/table/plugin.js +4106 -0
- data/apps/core/components/public/js/tinymce/plugins/table/plugin.min.js +2 -0
- data/apps/core/components/public/js/tinymce/plugins/template/plugin.js +270 -0
- data/apps/core/components/public/js/tinymce/plugins/template/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.js +282 -0
- data/apps/core/components/public/js/tinymce/plugins/textcolor/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.js +268 -0
- data/apps/core/components/public/js/tinymce/plugins/textpattern/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/css/visualblocks.css +135 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/address.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/article.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/aside.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/blockquote.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/div.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/dl.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/figure.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h1.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h2.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h3.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h4.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h5.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/h6.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/hgroup.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ol.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/p.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/pre.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/section.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/img/ul.gif +0 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.js +86 -0
- data/apps/core/components/public/js/tinymce/plugins/visualblocks/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.js +123 -0
- data/apps/core/components/public/js/tinymce/plugins/visualchars/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.js +69 -0
- data/apps/core/components/public/js/tinymce/plugins/wordcount/plugin.min.js +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/AbsoluteLayout.less +17 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Animations.less +10 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Button.less +172 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ButtonGroup.less +71 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Checkbox.less +49 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ColorBox.less +6 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ColorButton.less +72 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ColorPicker.less +80 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ComboBox.less +39 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Container.less +9 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Inline.less +4 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Content.Objects.less +166 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Content.less +27 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/CropRect.less +54 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FieldSet.less +15 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FitLayout.less +9 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FloatPanel.less +69 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/FlowLayout.less +36 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.Ie7.less +136 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Icons.less +180 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Iframe.less +6 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ImagePanel.less +20 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/InfoBox.less +71 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Label.less +38 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ListBox.less +26 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Menu.less +34 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/MenuBar.less +32 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/MenuButton.less +34 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/MenuItem.less +142 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Mixins.less +54 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Notification.less +144 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Panel.less +7 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Path.less +45 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Progress.less +34 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Radio.less +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Reset.less +32 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ResizeHandle.less +18 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Scrollable.less +44 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/SelectBox.less +6 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Slider.less +29 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Spacer.less +5 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/SplitButton.less +49 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/StackLayout.less +5 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/TabPanel.less +44 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/TextBox.less +41 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Throbber.less +19 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/TinyMCE.less +159 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/ToolTip.less +129 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Variables.less +214 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/Window.less +127 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/content.inline.min.css +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/content.min.css +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/readme.md +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.eot +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.json +1277 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.svg +63 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce-small.woff +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.eot +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.json +3381 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.svg +129 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.ttf +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/fonts/tinymce.woff +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/anchor.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/loader.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/object.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/img/trans.gif +0 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.dev.less +46 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.dev.less +46 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.less +2542 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.ie7.min.css +1 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.less +2586 -0
- data/apps/core/components/public/js/tinymce/skins/lightgray/skin.min.css +1 -0
- data/apps/core/components/public/js/tinymce/themes/modern/theme.js +878 -0
- data/apps/core/components/public/js/tinymce/themes/modern/theme.min.js +1 -0
- data/apps/core/components/public/js/tinymce/tinymce.dev.js +286 -0
- data/apps/core/components/public/js/tinymce/tinymce.js +45811 -0
- data/apps/core/components/public/js/tinymce/tinymce.min.js +13 -0
- data/apps/core/forms/widgets/form/form.rb +3 -1
- data/apps/core/forms/widgets/form/form.shtml +1 -0
- data/apps/core/forms/widgets/inputs/search_select/search_select.rb +1 -1
- data/apps/core/forms/widgets/inputs/select/select.rb +1 -1
- data/apps/core/forms/widgets/inputs/select/select.shtml +0 -1
- data/apps/messenger/backends/sms/skebby.rb +1 -1
- data/apps/messenger/controllers/mixins/messenger_helper.rb +23 -5
- data/lib/spiderfw/config/options/spider.rb +1 -1
- data/lib/spiderfw/controller/mixins/visual.rb +2 -0
- data/lib/spiderfw/http/adapters/rack.rb +10 -5
- data/lib/spiderfw/http/http.rb +4 -2
- data/lib/spiderfw/model/base_model.rb +4 -4
- data/lib/spiderfw/model/mappers/db_mapper.rb +4 -2
- data/lib/spiderfw/model/storage/db/adapters/mysql.rb +2 -1
- data/lib/spiderfw/model/storage/db/db_storage.rb +4 -0
- data/lib/spiderfw/spider.rb +6 -0
- data/lib/spiderfw/templates/layout.rb +1 -1
- data/lib/spiderfw/utils/monkey/object.rb +3 -0
- data/spider.gemspec +6 -2
- metadata +539 -42
- data/blueprints/.DS_Store +0 -0
@@ -0,0 +1,54 @@
|
|
1
|
+
// CropRect
|
2
|
+
|
3
|
+
.@{prefix}-croprect-container {
|
4
|
+
position: absolute;
|
5
|
+
top: 0;
|
6
|
+
left: 0;
|
7
|
+
}
|
8
|
+
|
9
|
+
.@{prefix}-croprect-handle {
|
10
|
+
position: absolute;
|
11
|
+
top: 0; left: 0;
|
12
|
+
width: 20px; height: 20px;
|
13
|
+
border: 2px solid white;
|
14
|
+
}
|
15
|
+
|
16
|
+
.@{prefix}-croprect-handle-nw {
|
17
|
+
border-width: 2px 0 0 2px;
|
18
|
+
margin: -2px 0 0 -2px;
|
19
|
+
cursor: nw-resize;
|
20
|
+
top: 100px; left: 100px;
|
21
|
+
}
|
22
|
+
|
23
|
+
.@{prefix}-croprect-handle-ne {
|
24
|
+
border-width: 2px 2px 0 0;
|
25
|
+
margin: -2px 0 0 -20px;
|
26
|
+
cursor: ne-resize;
|
27
|
+
top: 100px; left: 200px;
|
28
|
+
}
|
29
|
+
|
30
|
+
.@{prefix}-croprect-handle-sw {
|
31
|
+
border-width: 0 0 2px 2px;
|
32
|
+
margin: -20px 2px 0 -2px;
|
33
|
+
cursor: sw-resize;
|
34
|
+
top: 200px; left: 100px;
|
35
|
+
}
|
36
|
+
|
37
|
+
.@{prefix}-croprect-handle-se {
|
38
|
+
border-width: 0 2px 2px 0;
|
39
|
+
margin: -20px 0 0 -20px;
|
40
|
+
cursor: se-resize;
|
41
|
+
top: 200px; left: 200px;
|
42
|
+
}
|
43
|
+
|
44
|
+
.@{prefix}-croprect-handle-move {
|
45
|
+
position: absolute;
|
46
|
+
cursor: move;
|
47
|
+
border: 0;
|
48
|
+
}
|
49
|
+
|
50
|
+
.@{prefix}-croprect-block {
|
51
|
+
.opacity(@window-modalblock-opacity);
|
52
|
+
position: absolute;
|
53
|
+
background: black;
|
54
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
// FieldSet
|
2
|
+
|
3
|
+
.@{prefix}-fieldset {
|
4
|
+
border: 0 solid #9E9E9E;
|
5
|
+
.border-radius(3px);
|
6
|
+
}
|
7
|
+
|
8
|
+
.@{prefix}-fieldset > .@{prefix}-container-body {
|
9
|
+
margin-top: -15px;
|
10
|
+
}
|
11
|
+
|
12
|
+
.@{prefix}-fieldset-title {
|
13
|
+
margin-left: 5px;
|
14
|
+
padding: 0 5px 0 5px;
|
15
|
+
}
|
@@ -0,0 +1,69 @@
|
|
1
|
+
// FloatPanel
|
2
|
+
|
3
|
+
.@{prefix}-floatpanel {
|
4
|
+
position: absolute;
|
5
|
+
.box-shadow(@floatpanel-box-shadow);
|
6
|
+
}
|
7
|
+
|
8
|
+
.@{prefix}-floatpanel.@{prefix}-fixed {
|
9
|
+
position: fixed;
|
10
|
+
}
|
11
|
+
|
12
|
+
// Popover panel
|
13
|
+
|
14
|
+
.@{prefix}-floatpanel .@{prefix}-arrow,
|
15
|
+
.@{prefix}-floatpanel .@{prefix}-arrow:after {
|
16
|
+
position: absolute;
|
17
|
+
display: block;
|
18
|
+
width: 0;
|
19
|
+
height: 0;
|
20
|
+
border-color: transparent;
|
21
|
+
border-style: solid;
|
22
|
+
}
|
23
|
+
|
24
|
+
.@{prefix}-floatpanel .@{prefix}-arrow {
|
25
|
+
border-width: @popover-arrow-outer-width;
|
26
|
+
}
|
27
|
+
|
28
|
+
.@{prefix}-floatpanel .@{prefix}-arrow:after {
|
29
|
+
border-width: @popover-arrow-width;
|
30
|
+
content: "";
|
31
|
+
}
|
32
|
+
|
33
|
+
.@{prefix}-floatpanel.@{prefix}-popover {
|
34
|
+
.reset-gradient();
|
35
|
+
.border-radius(6px);
|
36
|
+
.box-shadow(@floatpanel-box-shadow);
|
37
|
+
top: 0;
|
38
|
+
left: 0;
|
39
|
+
background: @popover-bg;
|
40
|
+
border: 1px solid @panel-border;
|
41
|
+
border: 1px solid @popover-arrow-outer;
|
42
|
+
|
43
|
+
&.@{prefix}-bottom {
|
44
|
+
margin-top: @popover-arrow-width;
|
45
|
+
*margin-top: 0;
|
46
|
+
|
47
|
+
& > .@{prefix}-arrow {
|
48
|
+
left: 50%;
|
49
|
+
margin-left: -@popover-arrow-outer-width;
|
50
|
+
border-top-width: 0;
|
51
|
+
border-bottom-color: @panel-border;
|
52
|
+
border-bottom-color: @popover-arrow-outer;
|
53
|
+
top: -@popover-arrow-outer-width;
|
54
|
+
|
55
|
+
&:after {
|
56
|
+
top: 1px;
|
57
|
+
margin-left: -@popover-arrow-width;
|
58
|
+
border-top-width: 0;
|
59
|
+
border-bottom-color: @popover-arrow;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
&.@{prefix}-start { margin-left: -22px; }
|
64
|
+
&.@{prefix}-start > .@{prefix}-arrow { left: 20px; }
|
65
|
+
|
66
|
+
&.@{prefix}-end { margin-left: 22px; }
|
67
|
+
&.@{prefix}-end > .@{prefix}-arrow { right: 10px; left: auto; }
|
68
|
+
}
|
69
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
// FlowLayout
|
2
|
+
|
3
|
+
.@{prefix}-flow-layout-item {
|
4
|
+
.inline-block();
|
5
|
+
}
|
6
|
+
|
7
|
+
.@{prefix}-flow-layout-item {
|
8
|
+
margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing;
|
9
|
+
}
|
10
|
+
|
11
|
+
.@{prefix}-flow-layout-item.@{prefix}-last {
|
12
|
+
margin-right: @flow-layout-spacing;
|
13
|
+
}
|
14
|
+
|
15
|
+
.@{prefix}-flow-layout {
|
16
|
+
white-space: normal;
|
17
|
+
}
|
18
|
+
|
19
|
+
.@{prefix}-tinymce-inline .@{prefix}-flow-layout {
|
20
|
+
white-space: nowrap;
|
21
|
+
}
|
22
|
+
|
23
|
+
// RTL
|
24
|
+
|
25
|
+
.@{prefix}-rtl .@{prefix}-flow-layout {
|
26
|
+
text-align: right;
|
27
|
+
direction: rtl;
|
28
|
+
}
|
29
|
+
|
30
|
+
.@{prefix}-rtl .@{prefix}-flow-layout-item {
|
31
|
+
margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0;
|
32
|
+
}
|
33
|
+
|
34
|
+
.@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last {
|
35
|
+
margin-left: @flow-layout-spacing;
|
36
|
+
}
|
@@ -0,0 +1,136 @@
|
|
1
|
+
/* Icons IE7 */
|
2
|
+
|
3
|
+
@font-face {
|
4
|
+
font-family: 'tinymce';
|
5
|
+
src:url('fonts/tinymce.eot');
|
6
|
+
src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
|
7
|
+
url('fonts/tinymce.woff') format('woff'),
|
8
|
+
url('fonts/tinymce.ttf') format('truetype'),
|
9
|
+
url('fonts/tinymce.svg#tinymce') format('svg');
|
10
|
+
font-weight: normal;
|
11
|
+
font-style: normal;
|
12
|
+
}
|
13
|
+
|
14
|
+
@font-face {
|
15
|
+
font-family: 'tinymce-small';
|
16
|
+
src:url('fonts/tinymce-small.eot');
|
17
|
+
src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
|
18
|
+
url('fonts/tinymce-small.woff') format('woff'),
|
19
|
+
url('fonts/tinymce-small.ttf') format('truetype'),
|
20
|
+
url('fonts/tinymce-small.svg#tinymce') format('svg');
|
21
|
+
font-weight: normal;
|
22
|
+
font-style: normal;
|
23
|
+
}
|
24
|
+
|
25
|
+
@iconSize: 16px;
|
26
|
+
|
27
|
+
.@{prefix}-ico {
|
28
|
+
font-family: 'tinymce';
|
29
|
+
font-style: normal;
|
30
|
+
font-weight: normal;
|
31
|
+
font-size: @iconSize;
|
32
|
+
line-height: 16px;
|
33
|
+
vertical-align: text-top;
|
34
|
+
-webkit-font-smoothing: antialiased;
|
35
|
+
|
36
|
+
display: inline-block;
|
37
|
+
background: transparent center center;
|
38
|
+
width: 16px;
|
39
|
+
height: 16px;
|
40
|
+
color: @btn-text;
|
41
|
+
-ie7-icon: ' ';
|
42
|
+
}
|
43
|
+
|
44
|
+
.@{prefix}-btn-small .@{prefix}-ico {
|
45
|
+
font-family: 'tinymce-small';
|
46
|
+
}
|
47
|
+
|
48
|
+
// .@{prefix}-i-checkbox needs to have zoom overridden since it's set by the gradient mixin
|
49
|
+
.@{prefix}-ico, i.@{prefix}-i-checkbox {
|
50
|
+
zoom: ~"expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = this.currentStyle['-ie7-icon'].substr(1, 1) + ' ')";
|
51
|
+
}
|
52
|
+
|
53
|
+
.@{prefix}-i-save { -ie7-icon: "\e000"; }
|
54
|
+
.@{prefix}-i-newdocument { -ie7-icon: "\e001"; }
|
55
|
+
.@{prefix}-i-fullpage { -ie7-icon: "\e002"; }
|
56
|
+
.@{prefix}-i-alignleft { -ie7-icon: "\e003"; }
|
57
|
+
.@{prefix}-i-aligncenter { -ie7-icon: "\e004"; }
|
58
|
+
.@{prefix}-i-alignright { -ie7-icon: "\e005"; }
|
59
|
+
.@{prefix}-i-alignjustify { -ie7-icon: "\e006"; }
|
60
|
+
.@{prefix}-i-alignnone { -ie7-icon: "\e003"; }
|
61
|
+
.@{prefix}-i-cut { -ie7-icon: "\e007"; }
|
62
|
+
.@{prefix}-i-paste { -ie7-icon: "\e008"; }
|
63
|
+
.@{prefix}-i-searchreplace { -ie7-icon: "\e009"; }
|
64
|
+
.@{prefix}-i-bullist { -ie7-icon: "\e00a"; }
|
65
|
+
.@{prefix}-i-numlist { -ie7-icon: "\e00b"; }
|
66
|
+
.@{prefix}-i-indent { -ie7-icon: "\e00c"; }
|
67
|
+
.@{prefix}-i-outdent { -ie7-icon: "\e00d"; }
|
68
|
+
.@{prefix}-i-blockquote { -ie7-icon: "\e00e"; }
|
69
|
+
.@{prefix}-i-undo { -ie7-icon: "\e00f"; }
|
70
|
+
.@{prefix}-i-redo { -ie7-icon: "\e010"; }
|
71
|
+
.@{prefix}-i-link { -ie7-icon: "\e011"; }
|
72
|
+
.@{prefix}-i-unlink { -ie7-icon: "\e012"; }
|
73
|
+
.@{prefix}-i-anchor { -ie7-icon: "\e013"; }
|
74
|
+
.@{prefix}-i-image { -ie7-icon: "\e014"; }
|
75
|
+
.@{prefix}-i-media { -ie7-icon: "\e015"; }
|
76
|
+
.@{prefix}-i-help { -ie7-icon: "\e016"; }
|
77
|
+
.@{prefix}-i-code { -ie7-icon: "\e017"; }
|
78
|
+
.@{prefix}-i-insertdatetime { -ie7-icon: "\e018"; }
|
79
|
+
.@{prefix}-i-preview { -ie7-icon: "\e019"; }
|
80
|
+
.@{prefix}-i-forecolor { -ie7-icon: "\e01a"; }
|
81
|
+
.@{prefix}-i-backcolor { -ie7-icon: "\e01a"; }
|
82
|
+
.@{prefix}-i-table { -ie7-icon: "\e01b"; }
|
83
|
+
.@{prefix}-i-hr { -ie7-icon: "\e01c"; }
|
84
|
+
.@{prefix}-i-removeformat { -ie7-icon: "\e01d"; }
|
85
|
+
.@{prefix}-i-subscript { -ie7-icon: "\e01e"; }
|
86
|
+
.@{prefix}-i-superscript { -ie7-icon: "\e01f"; }
|
87
|
+
.@{prefix}-i-charmap { -ie7-icon: "\e020"; }
|
88
|
+
.@{prefix}-i-emoticons { -ie7-icon: "\e021"; }
|
89
|
+
.@{prefix}-i-print { -ie7-icon: "\e022"; }
|
90
|
+
.@{prefix}-i-fullscreen { -ie7-icon: "\e023"; }
|
91
|
+
.@{prefix}-i-spellchecker { -ie7-icon: "\e024"; }
|
92
|
+
.@{prefix}-i-nonbreaking { -ie7-icon: "\e025"; }
|
93
|
+
.@{prefix}-i-template { -ie7-icon: "\e026"; }
|
94
|
+
.@{prefix}-i-pagebreak { -ie7-icon: "\e027"; }
|
95
|
+
.@{prefix}-i-restoredraft { -ie7-icon: "\e028"; }
|
96
|
+
.@{prefix}-i-untitled { -ie7-icon: "\e029"; }
|
97
|
+
.@{prefix}-i-bold { -ie7-icon: "\e02a"; }
|
98
|
+
.@{prefix}-i-italic { -ie7-icon: "\e02b"; }
|
99
|
+
.@{prefix}-i-underline { -ie7-icon: "\e02c"; }
|
100
|
+
.@{prefix}-i-strikethrough { -ie7-icon: "\e02d"; }
|
101
|
+
.@{prefix}-i-visualchars { -ie7-icon: "\e02e"; }
|
102
|
+
.@{prefix}-i-ltr { -ie7-icon: "\e02f"; }
|
103
|
+
.@{prefix}-i-rtl { -ie7-icon: "\e030"; }
|
104
|
+
.@{prefix}-i-copy { -ie7-icon: "\e031"; }
|
105
|
+
.@{prefix}-i-resize { -ie7-icon: "\e032"; }
|
106
|
+
.@{prefix}-i-browse { -ie7-icon: "\e034"; }
|
107
|
+
.@{prefix}-i-pastetext { -ie7-icon: "\e035"; }
|
108
|
+
.@{prefix}-i-rotateleft { -ie7-icon: "\eaa8"; }
|
109
|
+
.@{prefix}-i-rotateright { -ie7-icon: "\eaa9"; }
|
110
|
+
.@{prefix}-i-crop { -ie7-icon: "\ee78"; }
|
111
|
+
.@{prefix}-i-editimage { -ie7-icon: "\e914"; }
|
112
|
+
.@{prefix}-i-options { -ie7-icon: "\ec6a"; }
|
113
|
+
.@{prefix}-i-flipv { -ie7-icon: "\eaaa"; }
|
114
|
+
.@{prefix}-i-fliph { -ie7-icon: "\eaac"; }
|
115
|
+
.@{prefix}-i-zoomin { -ie7-icon: "\eb35"; }
|
116
|
+
.@{prefix}-i-zoomout { -ie7-icon: "\eb36"; }
|
117
|
+
.@{prefix}-i-sun { -ie7-icon: "\eccc"; }
|
118
|
+
.@{prefix}-i-moon { -ie7-icon: "\eccd"; }
|
119
|
+
.@{prefix}-i-arrowleft { -ie7-icon: "\edc0"; }
|
120
|
+
.@{prefix}-i-arrowright { -ie7-icon: "\edb8"; }
|
121
|
+
.@{prefix}-i-drop { -ie7-icon: "\e934"; }
|
122
|
+
.@{prefix}-i-contrast { -ie7-icon: "\ecd4"; }
|
123
|
+
.@{prefix}-i-sharpen { -ie7-icon: "\eba7"; }
|
124
|
+
.@{prefix}-i-palette { -ie7-icon: "\e92a"; }
|
125
|
+
.@{prefix}-i-resize2 { -ie7-icon: "\edf9"; }
|
126
|
+
.@{prefix}-i-orientation { -ie7-icon: "\e601"; }
|
127
|
+
.@{prefix}-i-invert { -ie7-icon: "\e602"; }
|
128
|
+
.@{prefix}-i-gamma { -ie7-icon: "\e600"; }
|
129
|
+
.@{prefix}-i-remove { -ie7-icon: "\ed6a"; }
|
130
|
+
.@{prefix}-i-codesample { -ie7-icon: "\e603"; }
|
131
|
+
.@{prefix}-i-checkbox, .@{prefix}-i-selected {
|
132
|
+
-ie7-icon: "\e033";
|
133
|
+
}
|
134
|
+
|
135
|
+
.@{prefix}-i-selected { visibility: hidden; }
|
136
|
+
.@{prefix}-i-backcolor { background: #BBB; }
|
@@ -0,0 +1,180 @@
|
|
1
|
+
/* Icons */
|
2
|
+
|
3
|
+
@font-face {
|
4
|
+
font-family: 'tinymce';
|
5
|
+
src:url('fonts/tinymce.eot');
|
6
|
+
src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
|
7
|
+
url('fonts/tinymce.woff') format('woff'),
|
8
|
+
url('fonts/tinymce.ttf') format('truetype'),
|
9
|
+
url('fonts/tinymce.svg#tinymce') format('svg');
|
10
|
+
font-weight: normal;
|
11
|
+
font-style: normal;
|
12
|
+
}
|
13
|
+
|
14
|
+
@font-face {
|
15
|
+
font-family: 'tinymce-small';
|
16
|
+
src:url('fonts/tinymce-small.eot');
|
17
|
+
src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
|
18
|
+
url('fonts/tinymce-small.woff') format('woff'),
|
19
|
+
url('fonts/tinymce-small.ttf') format('truetype'),
|
20
|
+
url('fonts/tinymce-small.svg#tinymce') format('svg');
|
21
|
+
font-weight: normal;
|
22
|
+
font-style: normal;
|
23
|
+
}
|
24
|
+
|
25
|
+
@iconSize: 16px;
|
26
|
+
|
27
|
+
.@{prefix}-ico {
|
28
|
+
font-family: 'tinymce', Arial;
|
29
|
+
font-style: normal;
|
30
|
+
font-weight: normal;
|
31
|
+
font-variant: normal;
|
32
|
+
font-size: @iconSize;
|
33
|
+
line-height: 16px;
|
34
|
+
speak: none;
|
35
|
+
vertical-align: text-top;
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
-moz-osx-font-smoothing: grayscale;
|
38
|
+
|
39
|
+
display: inline-block;
|
40
|
+
background: transparent center center;
|
41
|
+
background-size: cover;
|
42
|
+
width: 16px;
|
43
|
+
height: 16px;
|
44
|
+
color: @btn-text;
|
45
|
+
}
|
46
|
+
|
47
|
+
.@{prefix}-btn-small .@{prefix}-ico {
|
48
|
+
font-family: 'tinymce-small', Arial;
|
49
|
+
}
|
50
|
+
|
51
|
+
.@{prefix}-i-save:before { content: "\e000"; }
|
52
|
+
.@{prefix}-i-newdocument:before { content: "\e001"; }
|
53
|
+
.@{prefix}-i-fullpage:before { content: "\e002"; }
|
54
|
+
.@{prefix}-i-alignleft:before { content: "\e003"; }
|
55
|
+
.@{prefix}-i-aligncenter:before { content: "\e004"; }
|
56
|
+
.@{prefix}-i-alignright:before { content: "\e005"; }
|
57
|
+
.@{prefix}-i-alignjustify:before { content: "\e006"; }
|
58
|
+
.@{prefix}-i-alignnone:before { content: "\e003"; }
|
59
|
+
.@{prefix}-i-cut:before { content: "\e007"; }
|
60
|
+
.@{prefix}-i-paste:before { content: "\e008"; }
|
61
|
+
.@{prefix}-i-searchreplace:before { content: "\e009"; }
|
62
|
+
.@{prefix}-i-bullist:before { content: "\e00a"; }
|
63
|
+
.@{prefix}-i-numlist:before { content: "\e00b"; }
|
64
|
+
.@{prefix}-i-indent:before { content: "\e00c"; }
|
65
|
+
.@{prefix}-i-outdent:before { content: "\e00d"; }
|
66
|
+
.@{prefix}-i-blockquote:before { content: "\e00e"; }
|
67
|
+
.@{prefix}-i-undo:before { content: "\e00f"; }
|
68
|
+
.@{prefix}-i-redo:before { content: "\e010"; }
|
69
|
+
.@{prefix}-i-link:before { content: "\e011"; }
|
70
|
+
.@{prefix}-i-unlink:before { content: "\e012"; }
|
71
|
+
.@{prefix}-i-anchor:before { content: "\e013"; }
|
72
|
+
.@{prefix}-i-image:before { content: "\e014"; }
|
73
|
+
.@{prefix}-i-media:before { content: "\e015"; }
|
74
|
+
.@{prefix}-i-help:before { content: "\e016"; }
|
75
|
+
.@{prefix}-i-code:before { content: "\e017"; }
|
76
|
+
.@{prefix}-i-insertdatetime:before { content: "\e018"; }
|
77
|
+
.@{prefix}-i-preview:before { content: "\e019"; }
|
78
|
+
.@{prefix}-i-forecolor:before { content: "\e01a"; }
|
79
|
+
.@{prefix}-i-backcolor:before { content: "\e01a"; }
|
80
|
+
.@{prefix}-i-table:before { content: "\e01b"; }
|
81
|
+
.@{prefix}-i-hr:before { content: "\e01c"; }
|
82
|
+
.@{prefix}-i-removeformat:before { content: "\e01d"; }
|
83
|
+
.@{prefix}-i-subscript:before { content: "\e01e"; }
|
84
|
+
.@{prefix}-i-superscript:before { content: "\e01f"; }
|
85
|
+
.@{prefix}-i-charmap:before { content: "\e020"; }
|
86
|
+
.@{prefix}-i-emoticons:before { content: "\e021"; }
|
87
|
+
.@{prefix}-i-print:before { content: "\e022"; }
|
88
|
+
.@{prefix}-i-fullscreen:before { content: "\e023"; }
|
89
|
+
.@{prefix}-i-spellchecker:before { content: "\e024"; }
|
90
|
+
.@{prefix}-i-nonbreaking:before { content: "\e025"; }
|
91
|
+
.@{prefix}-i-template:before { content: "\e026"; }
|
92
|
+
.@{prefix}-i-pagebreak:before { content: "\e027"; }
|
93
|
+
.@{prefix}-i-restoredraft:before { content: "\e028"; }
|
94
|
+
.@{prefix}-i-untitled:before { content: "\e029"; }
|
95
|
+
.@{prefix}-i-bold:before { content: "\e02a"; }
|
96
|
+
.@{prefix}-i-italic:before { content: "\e02b"; }
|
97
|
+
.@{prefix}-i-underline:before { content: "\e02c"; }
|
98
|
+
.@{prefix}-i-strikethrough:before { content: "\e02d"; }
|
99
|
+
.@{prefix}-i-visualchars:before { content: "\e02e"; }
|
100
|
+
.@{prefix}-i-visualblocks:before { content: "\e02e"; }
|
101
|
+
.@{prefix}-i-ltr:before { content: "\e02f"; }
|
102
|
+
.@{prefix}-i-rtl:before { content: "\e030"; }
|
103
|
+
.@{prefix}-i-copy:before { content: "\e031"; }
|
104
|
+
.@{prefix}-i-resize:before { content: "\e032"; }
|
105
|
+
.@{prefix}-i-browse:before { content: "\e034"; }
|
106
|
+
.@{prefix}-i-pastetext:before { content: "\e035"; }
|
107
|
+
.@{prefix}-i-rotateleft:before { content: "\eaa8"; }
|
108
|
+
.@{prefix}-i-rotateright:before { content: "\eaa9"; }
|
109
|
+
.@{prefix}-i-crop:before { content: "\ee78"; }
|
110
|
+
.@{prefix}-i-editimage:before { content: "\e914"; }
|
111
|
+
.@{prefix}-i-options:before { content: "\ec6a"; }
|
112
|
+
.@{prefix}-i-flipv:before { content: "\eaaa"; }
|
113
|
+
.@{prefix}-i-fliph:before { content: "\eaac"; }
|
114
|
+
.@{prefix}-i-zoomin:before { content: "\eb35"; }
|
115
|
+
.@{prefix}-i-zoomout:before { content: "\eb36"; }
|
116
|
+
.@{prefix}-i-sun:before { content: "\eccc"; }
|
117
|
+
.@{prefix}-i-moon:before { content: "\eccd"; }
|
118
|
+
.@{prefix}-i-arrowleft:before { content: "\edc0"; }
|
119
|
+
.@{prefix}-i-arrowright:before { content: "\edb8"; }
|
120
|
+
.@{prefix}-i-drop:before { content: "\e934"; }
|
121
|
+
.@{prefix}-i-contrast:before { content: "\ecd4"; }
|
122
|
+
.@{prefix}-i-sharpen:before { content: "\eba7"; }
|
123
|
+
.@{prefix}-i-palette:before { content: "\e92a"; }
|
124
|
+
.@{prefix}-i-resize2:before { content: "\edf9"; }
|
125
|
+
.@{prefix}-i-orientation:before { content: "\e601"; }
|
126
|
+
.@{prefix}-i-invert:before { content: "\e602"; }
|
127
|
+
.@{prefix}-i-gamma:before { content: "\e600"; }
|
128
|
+
.@{prefix}-i-remove:before { content: "\ed6a"; }
|
129
|
+
.@{prefix}-i-tablerowprops:before { content: "\e604"; }
|
130
|
+
.@{prefix}-i-tablecellprops:before { content: "\e605"; }
|
131
|
+
.@{prefix}-i-table2:before { content: "\e606"; }
|
132
|
+
.@{prefix}-i-tablemergecells:before { content: "\e607"; }
|
133
|
+
.@{prefix}-i-tableinsertcolbefore:before { content: "\e608"; }
|
134
|
+
.@{prefix}-i-tableinsertcolafter:before { content: "\e609"; }
|
135
|
+
.@{prefix}-i-tableinsertrowbefore:before { content: "\e60a"; }
|
136
|
+
.@{prefix}-i-tableinsertrowafter:before { content: "\e60b"; }
|
137
|
+
.@{prefix}-i-tablesplitcells:before { content: "\e60d"; }
|
138
|
+
.@{prefix}-i-tabledelete:before { content: "\e60e"; }
|
139
|
+
.@{prefix}-i-tableleftheader:before { content: "\e62a"; }
|
140
|
+
.@{prefix}-i-tabletopheader:before { content: "\e62b"; }
|
141
|
+
.@{prefix}-i-tabledeleterow:before { content: "\e800"; }
|
142
|
+
.@{prefix}-i-tabledeletecol:before { content: "\e801"; }
|
143
|
+
.@{prefix}-i-codesample:before { content: "\e603"; }
|
144
|
+
.@{prefix}-i-fill:before { content: "\e902"; }
|
145
|
+
.@{prefix}-i-borderwidth:before { content: "\e903"; }
|
146
|
+
.@{prefix}-i-line:before { content: "\e904"; }
|
147
|
+
.@{prefix}-i-count:before { content: "\e905"; }
|
148
|
+
.@{prefix}-i-translate:before { content: "\e907"; }
|
149
|
+
.@{prefix}-i-drag:before { content: "\e908"; }
|
150
|
+
.@{prefix}-i-home:before { content: "\e90b"; }
|
151
|
+
.@{prefix}-i-upload:before { content: "\e914"; }
|
152
|
+
.@{prefix}-i-bubble:before { content: "\e91c"; }
|
153
|
+
.@{prefix}-i-user:before { content: "\e91d"; }
|
154
|
+
.@{prefix}-i-lock:before { content: "\e926"; }
|
155
|
+
.@{prefix}-i-unlock:before { content: "\e927"; }
|
156
|
+
.@{prefix}-i-settings:before { content: "\e928"; }
|
157
|
+
.@{prefix}-i-remove2:before { content: "\e92a"; }
|
158
|
+
.@{prefix}-i-menu:before { content: "\e92d"; }
|
159
|
+
.@{prefix}-i-warning:before { content: "\e930"; }
|
160
|
+
.@{prefix}-i-question:before { content: "\e931"; }
|
161
|
+
.@{prefix}-i-pluscircle:before { content: "\e932"; }
|
162
|
+
.@{prefix}-i-info:before { content: "\e933"; }
|
163
|
+
.@{prefix}-i-notice:before { content: "\e934"; }
|
164
|
+
.@{prefix}-i-arrowup:before { content: "\e93b"; }
|
165
|
+
.@{prefix}-i-arrowright:before { content: "\e93c"; }
|
166
|
+
.@{prefix}-i-arrowdown:before { content: "\e93d"; }
|
167
|
+
.@{prefix}-i-arrowup2:before { content: "\e93f"; }
|
168
|
+
.@{prefix}-i-arrowdown2:before { content: "\e940"; }
|
169
|
+
.@{prefix}-i-menu2:before { content: "\e941"; }
|
170
|
+
.@{prefix}-i-newtab:before { content: "\e961"; }
|
171
|
+
.@{prefix}-i-a11y:before { content: "\e900"; }
|
172
|
+
.@{prefix}-i-plus:before { content: "\e93a"; }
|
173
|
+
.@{prefix}-i-minus:before { content: "\e939"; }
|
174
|
+
.@{prefix}-i-books:before { content: "\e911"; }
|
175
|
+
.@{prefix}-i-checkbox:before, .@{prefix}-i-selected:before {
|
176
|
+
content: "\e033";
|
177
|
+
}
|
178
|
+
|
179
|
+
.@{prefix}-i-selected { visibility: hidden; }
|
180
|
+
i.@{prefix}-i-backcolor { text-shadow: none; background: @colorbtn-backcolor-bg; }
|