rwiki 0.1.3 → 0.2.1
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/Capfile +2 -0
- data/Gemfile +30 -0
- data/Rakefile +22 -65
- data/VERSION +1 -1
- data/config.ru +11 -0
- data/config/config.yml.example +1 -0
- data/config/deploy.rb +37 -0
- data/features/create_page.feature +30 -20
- data/features/delete_page.feature +23 -18
- data/features/display_page.feature +10 -11
- data/features/editor.feature +45 -0
- data/features/history.feature +46 -0
- data/features/rename_page.feature +42 -37
- data/features/step_definitions/common_steps.rb +19 -47
- data/features/step_definitions/common_transforms.rb +5 -0
- data/features/step_definitions/dialog_box_steps.rb +16 -0
- data/features/step_definitions/history_steps.rb +11 -0
- data/features/step_definitions/tab_panel_steps.rb +27 -0
- data/features/step_definitions/tree_panel_steps.rb +42 -0
- data/features/step_definitions/wait_steps.rb +21 -0
- data/features/support/env.rb +6 -0
- data/features/tab_panel.feature +47 -0
- data/features/tree_panel.feature +14 -15
- data/lib/rwiki.rb +1 -0
- data/lib/rwiki/app.rb +14 -2
- data/lib/rwiki/models/folder.rb +1 -1
- data/lib/rwiki/models/node.rb +11 -1
- data/lib/rwiki/models/page.rb +1 -1
- data/public/favicon.ico +0 -0
- data/public/images/compressed.png +0 -0
- data/public/images/css.png +0 -0
- data/public/images/file.png +0 -0
- data/public/images/html.png +0 -0
- data/public/images/icon_word.png +0 -0
- data/public/images/image.png +0 -0
- data/public/images/javascript.png +0 -0
- data/public/images/pdf.png +0 -0
- data/public/images/php.png +0 -0
- data/public/images/presentation.png +0 -0
- data/public/images/ruby.png +0 -0
- data/public/images/shellscript.png +0 -0
- data/public/images/stylesheet.png +0 -0
- data/public/images/text.png +0 -0
- data/public/images/wordprocessing.png +0 -0
- data/public/javascripts/Rwiki.js +71 -29
- data/public/javascripts/Rwiki/EditorPanel.js +5 -37
- data/public/javascripts/Rwiki/EditorPanel/Editor.js +8 -44
- data/public/javascripts/Rwiki/EditorWindow.js +66 -0
- data/public/javascripts/Rwiki/FuzzyFinderDialog.js +61 -0
- data/public/javascripts/Rwiki/NavigationPanel.js +25 -0
- data/public/javascripts/Rwiki/NodeManager.js +2 -0
- data/public/javascripts/Rwiki/TabPanel.js +39 -2
- data/public/javascripts/Rwiki/TreePanel.js +39 -26
- data/public/javascripts/Rwiki/TreePanel/Menu.js +1 -1
- data/public/javascripts/Rwiki/TreePanel/Node.js +46 -0
- data/public/javascripts/vendor/ext/adapter/ext/ext-base-debug.js +836 -710
- data/public/javascripts/vendor/ext/adapter/ext/ext-base.js +5 -5
- data/public/javascripts/vendor/ext/adapter/jquery/ext-jquery-adapter-debug.js +47 -700
- data/public/javascripts/vendor/ext/adapter/jquery/ext-jquery-adapter.js +5 -5
- data/public/javascripts/vendor/ext/adapter/prototype/ext-prototype-adapter-debug.js +45 -698
- data/public/javascripts/vendor/ext/adapter/prototype/ext-prototype-adapter.js +5 -5
- data/public/javascripts/vendor/ext/adapter/yui/ext-yui-adapter-debug.js +39 -696
- data/public/javascripts/vendor/ext/adapter/yui/ext-yui-adapter.js +5 -5
- data/public/javascripts/vendor/ext/ext-all-debug-w-comments.js +17932 -12860
- data/public/javascripts/vendor/ext/ext-all-debug.js +11674 -8102
- data/public/javascripts/vendor/ext/ext-all.js +6 -6
- data/public/javascripts/vendor/ext/ux/StatusBar.js +418 -0
- data/public/resources/ext/charts.swf +0 -0
- data/public/resources/ext/css/debug.css +4 -4
- data/public/resources/ext/css/ext-all-notheme.css +204 -52
- data/public/resources/ext/css/ext-all.css +234 -54
- data/public/resources/ext/css/reset-min.css +4 -4
- data/public/resources/ext/css/structure/borders.css +4 -4
- data/public/resources/ext/css/structure/box.css +4 -4
- data/public/resources/ext/css/structure/button.css +7 -7
- data/public/resources/ext/css/structure/combo.css +4 -4
- data/public/resources/ext/css/structure/core.css +15 -5
- data/public/resources/ext/css/structure/date-picker.css +4 -4
- data/public/resources/ext/css/structure/dd.css +4 -4
- data/public/resources/ext/css/structure/debug.css +4 -4
- data/public/resources/ext/css/structure/dialog.css +6 -9
- data/public/resources/ext/css/structure/editor.css +4 -4
- data/public/resources/ext/css/structure/form.css +14 -4
- data/public/resources/ext/css/structure/grid.css +15 -5
- data/public/resources/ext/css/structure/layout.css +7 -7
- data/public/resources/ext/css/structure/list-view.css +4 -4
- data/public/resources/ext/css/structure/menu.css +13 -6
- data/public/resources/ext/css/structure/panel-reset.css +4 -4
- data/public/resources/ext/css/structure/panel.css +70 -22
- data/public/resources/ext/css/structure/pivotgrid.css +65 -0
- data/public/resources/ext/css/structure/progress.css +4 -4
- data/public/resources/ext/css/structure/qtips.css +4 -4
- data/public/resources/ext/css/structure/reset.css +11 -5
- data/public/resources/ext/css/structure/resizable.css +4 -4
- data/public/resources/ext/css/structure/slider.css +4 -4
- data/public/resources/ext/css/structure/tabs.css +13 -8
- data/public/resources/ext/css/structure/toolbar.css +5 -5
- data/public/resources/ext/css/structure/tree.css +11 -11
- data/public/resources/ext/css/structure/window.css +5 -5
- data/public/resources/ext/css/theme-access/borders.css +4 -4
- data/public/resources/ext/css/theme-access/box.css +4 -4
- data/public/resources/ext/css/theme-access/button.css +4 -4
- data/public/resources/ext/css/theme-access/combo.css +4 -4
- data/public/resources/ext/css/theme-access/core.css +4 -4
- data/public/resources/ext/css/theme-access/date-picker.css +4 -4
- data/public/resources/ext/css/theme-access/dd.css +4 -4
- data/public/resources/ext/css/theme-access/debug.css +4 -4
- data/public/resources/ext/css/theme-access/dialog.css +4 -4
- data/public/resources/ext/css/theme-access/editor.css +4 -4
- data/public/resources/ext/css/theme-access/form.css +4 -4
- data/public/resources/ext/css/theme-access/grid.css +4 -4
- data/public/resources/ext/css/theme-access/layout.css +4 -4
- data/public/resources/ext/css/theme-access/list-view.css +8 -4
- data/public/resources/ext/css/theme-access/menu.css +4 -4
- data/public/resources/ext/css/theme-access/panel.css +4 -4
- data/public/resources/ext/css/theme-access/progress.css +4 -4
- data/public/resources/ext/css/theme-access/qtips.css +4 -4
- data/public/resources/ext/css/theme-access/resizable.css +4 -4
- data/public/resources/ext/css/theme-access/slider.css +4 -4
- data/public/resources/ext/css/theme-access/tabs.css +4 -4
- data/public/resources/ext/css/theme-access/toolbar.css +4 -4
- data/public/resources/ext/css/theme-access/tree.css +4 -4
- data/public/resources/ext/css/theme-access/window.css +5 -5
- data/public/resources/ext/css/theme-gray/borders.css +4 -4
- data/public/resources/ext/css/theme-gray/box.css +4 -4
- data/public/resources/ext/css/theme-gray/button.css +4 -4
- data/public/resources/ext/css/theme-gray/combo.css +4 -4
- data/public/resources/ext/css/theme-gray/core.css +6 -4
- data/public/resources/ext/css/theme-gray/date-picker.css +4 -4
- data/public/resources/ext/css/theme-gray/dd.css +4 -4
- data/public/resources/ext/css/theme-gray/debug.css +4 -4
- data/public/resources/ext/css/theme-gray/dialog.css +4 -4
- data/public/resources/ext/css/theme-gray/editor.css +4 -4
- data/public/resources/ext/css/theme-gray/form.css +4 -4
- data/public/resources/ext/css/theme-gray/grid.css +10 -6
- data/public/resources/ext/css/theme-gray/layout.css +4 -4
- data/public/resources/ext/css/theme-gray/list-view.css +5 -5
- data/public/resources/ext/css/theme-gray/menu.css +4 -4
- data/public/resources/ext/css/theme-gray/panel.css +4 -4
- data/public/resources/ext/css/theme-gray/pivotgrid.css +28 -0
- data/public/resources/ext/css/theme-gray/progress.css +4 -4
- data/public/resources/ext/css/theme-gray/qtips.css +4 -4
- data/public/resources/ext/css/theme-gray/resizable.css +4 -4
- data/public/resources/ext/css/theme-gray/slider.css +4 -4
- data/public/resources/ext/css/theme-gray/tabs.css +4 -4
- data/public/resources/ext/css/theme-gray/toolbar.css +4 -4
- data/public/resources/ext/css/theme-gray/tree.css +4 -4
- data/public/resources/ext/css/theme-gray/window.css +4 -4
- data/public/resources/ext/css/visual/borders.css +4 -4
- data/public/resources/ext/css/visual/box.css +4 -4
- data/public/resources/ext/css/visual/button.css +4 -4
- data/public/resources/ext/css/visual/combo.css +4 -4
- data/public/resources/ext/css/visual/core.css +6 -4
- data/public/resources/ext/css/visual/date-picker.css +4 -4
- data/public/resources/ext/css/visual/dd.css +4 -4
- data/public/resources/ext/css/visual/debug.css +4 -4
- data/public/resources/ext/css/visual/dialog.css +4 -4
- data/public/resources/ext/css/visual/editor.css +4 -4
- data/public/resources/ext/css/visual/form.css +4 -4
- data/public/resources/ext/css/visual/grid.css +8 -4
- data/public/resources/ext/css/visual/layout.css +4 -4
- data/public/resources/ext/css/visual/list-view.css +4 -4
- data/public/resources/ext/css/visual/menu.css +4 -4
- data/public/resources/ext/css/visual/panel.css +4 -4
- data/public/resources/ext/css/visual/pivotgrid.css +28 -0
- data/public/resources/ext/css/visual/progress.css +4 -4
- data/public/resources/ext/css/visual/qtips.css +4 -4
- data/public/resources/ext/css/visual/resizable.css +4 -4
- data/public/resources/ext/css/visual/slider.css +4 -4
- data/public/resources/ext/css/visual/tabs.css +4 -4
- data/public/resources/ext/css/visual/toolbar.css +5 -5
- data/public/resources/ext/css/visual/tree.css +4 -4
- data/public/resources/ext/css/visual/window.css +4 -4
- data/public/resources/ext/css/xtheme-access.css +9 -5
- data/public/resources/ext/css/xtheme-blue.css +34 -6
- data/public/resources/ext/css/xtheme-gray.css +35 -7
- data/public/resources/ext/css/yourtheme.css +11 -5
- data/public/resources/ext/images/access/panel/tool-sprites.gif +0 -0
- data/public/resources/ext/images/default/grid/grid3-rowheader.gif +0 -0
- data/public/resources/ext/images/default/grid/refresh-disabled.gif +0 -0
- data/public/resources/ext/images/default/panel/tool-sprites.gif +0 -0
- data/public/resources/ext/images/gray/grid/sort-hd.gif +0 -0
- data/public/resources/ext/images/gray/panel/tool-sprites.gif +0 -0
- data/public/resources/ext/images/gray/window/left-corners.png +0 -0
- data/public/resources/ext/images/gray/window/left-right.png +0 -0
- data/public/resources/ext/images/gray/window/right-corners.png +0 -0
- data/public/resources/ext/images/gray/window/top-bottom.png +0 -0
- data/public/stylesheets/coderay.css +3 -0
- data/public/stylesheets/markitup.css +19 -0
- data/public/stylesheets/style.css +1 -1
- data/run_tests.sh +1 -0
- data/rwiki.gemspec +56 -37
- data/test/fixtures/pages/Info/dummy +0 -0
- data/test/rwiki/models/test_folder.rb +4 -4
- data/vendor/.gitkeep +0 -0
- data/views/layout.erb +13 -5
- metadata +78 -69
- data/.idea/projectCodeStyle.xml +0 -80
- data/.rvmrc +0 -1
- data/public/javascripts/Rwiki/SidePanel.js +0 -26
- data/public/javascripts/Rwiki/Toolbar.js +0 -31
- data/public/javascripts/Rwiki/Viewport.js +0 -10
- data/tmp/ExtDesigner/MyViewport.js +0 -18
- data/tmp/ExtDesigner/MyViewport.ui.js +0 -29
- data/tmp/ExtDesigner/Rwiki.EditorPanel.js +0 -19
- data/tmp/ExtDesigner/Rwiki.EditorPanel.ui.js +0 -27
- data/tmp/ExtDesigner/Rwiki.MainPanel.js +0 -19
- data/tmp/ExtDesigner/Rwiki.MainPanel.ui.js +0 -29
- data/tmp/ExtDesigner/Rwiki.TabPane.PageTab.js +0 -19
- data/tmp/ExtDesigner/Rwiki.TabPane.PageTab.ui.js +0 -19
- data/tmp/ExtDesigner/Rwiki.TabPanel.js +0 -19
- data/tmp/ExtDesigner/Rwiki.TabPanel.ui.js +0 -27
- data/tmp/ExtDesigner/Rwiki.TreePanel.js +0 -19
- data/tmp/ExtDesigner/Rwiki.TreePanel.ui.js +0 -27
- data/tmp/ExtDesigner/Rwiki.Viewport.js +0 -18
- data/tmp/ExtDesigner/Rwiki.Viewport.ui.js +0 -30
- data/tmp/ExtDesigner/rwiki.xds +0 -192
- data/tmp/ExtDesigner/xds_includeOrder.txt +0 -12
- data/tmp/ExtDesigner/xds_index.html +0 -26
- data/tmp/ExtDesigner/xds_index.js +0 -19
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-panel-noborder .x-panel-body-noborder {
|
|
8
8
|
border-width:0;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
/*
|
|
8
8
|
Creates rounded, raised boxes like on the Ext website - the markup isn't pretty:
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-btn{
|
|
8
8
|
cursor:pointer;
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
.x-btn button{
|
|
13
13
|
border:0 none;
|
|
14
|
-
background:transparent;
|
|
14
|
+
background-color:transparent;
|
|
15
15
|
padding-left:3px;
|
|
16
16
|
padding-right:3px;
|
|
17
17
|
cursor:pointer;
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
/* height adjustment class */
|
|
344
344
|
.x-btn-as-arrow .x-btn-mc em {
|
|
345
345
|
display:block;
|
|
346
|
-
background:transparent;
|
|
346
|
+
background-color:transparent;
|
|
347
347
|
padding-bottom:14px;
|
|
348
348
|
}
|
|
349
349
|
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
.x-btn-group-mc .x-btn-group-body {
|
|
405
|
-
background:transparent;
|
|
405
|
+
background-color:transparent;
|
|
406
406
|
border: 0 none;
|
|
407
407
|
}
|
|
408
408
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-combo-list {
|
|
8
8
|
border:1px solid;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.ext-el-mask {
|
|
8
8
|
z-index: 100;
|
|
@@ -68,6 +68,16 @@
|
|
|
68
68
|
display:none !important;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
.x-hide-nosize,
|
|
72
|
+
.x-hide-nosize * /* Emulate display:none for children */
|
|
73
|
+
{
|
|
74
|
+
height:0px!important;
|
|
75
|
+
width:0px!important;
|
|
76
|
+
visibility:hidden!important;
|
|
77
|
+
border:none!important;
|
|
78
|
+
zoom:1;
|
|
79
|
+
}
|
|
80
|
+
|
|
71
81
|
.x-hide-visibility {
|
|
72
82
|
visibility:hidden !important;
|
|
73
83
|
}
|
|
@@ -224,7 +234,7 @@
|
|
|
224
234
|
.x-shadow .xsmc {
|
|
225
235
|
float: left;
|
|
226
236
|
height: 100%;
|
|
227
|
-
background: transparent;
|
|
237
|
+
background-color: transparent;
|
|
228
238
|
}
|
|
229
239
|
|
|
230
240
|
.x-shadow .xst, .x-shadow .xsb {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-date-picker {
|
|
8
8
|
border: 1px solid;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-dd-drag-proxy{
|
|
8
8
|
position:absolute;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
#x-debug-browser .x-tree .x-tree-node a span {
|
|
8
8
|
padding-top:2px;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-window-dlg .x-window-body {
|
|
8
8
|
border:0 none !important;
|
|
@@ -45,12 +45,9 @@
|
|
|
45
45
|
height:32px;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.ext-ie .x-window-dlg .ext-mb-icon {
|
|
49
|
-
width:44px; /* 3px IE margin issue */
|
|
50
|
-
}
|
|
51
|
-
|
|
52
48
|
.x-window-dlg .x-dlg-icon .ext-mb-content{
|
|
53
|
-
zoom: 1;
|
|
49
|
+
zoom: 1;
|
|
50
|
+
margin-left: 47px;
|
|
54
51
|
}
|
|
55
52
|
|
|
56
53
|
.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-html-editor-wrap {
|
|
8
8
|
border:1px solid;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
/* all fields */
|
|
8
8
|
.x-form-field{
|
|
@@ -36,6 +36,10 @@ textarea.x-form-field {
|
|
|
36
36
|
line-height:18px;
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
+
.ext-ie6 .x-form-field-wrap .x-form-file-btn, .ext-ie7 .x-form-field-wrap .x-form-file-btn {
|
|
40
|
+
top: -1px; /* because of all these margin hacks, these buttons are off by one pixel in IE6,7 */
|
|
41
|
+
}
|
|
42
|
+
|
|
39
43
|
.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
|
|
40
44
|
margin:-1px 0; /* ie bogus margin bug */
|
|
41
45
|
}
|
|
@@ -48,9 +52,11 @@ textarea.x-form-field {
|
|
|
48
52
|
margin-bottom:-2px; /* another bogus margin bug, safari/mac only */
|
|
49
53
|
}
|
|
50
54
|
|
|
55
|
+
/*
|
|
51
56
|
.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
|
|
52
57
|
margin-bottom: 1px;
|
|
53
58
|
}
|
|
59
|
+
*/
|
|
54
60
|
|
|
55
61
|
.ext-gecko .x-form-text , .ext-ie8 .x-form-text {
|
|
56
62
|
padding-top:2px; /* FF won't center the text vertically */
|
|
@@ -532,6 +538,10 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
|
|
|
532
538
|
overflow: auto;
|
|
533
539
|
}
|
|
534
540
|
|
|
541
|
+
.ext-mac.ext-gecko .x-window-body .x-form-item {
|
|
542
|
+
overflow:hidden;
|
|
543
|
+
}
|
|
544
|
+
|
|
535
545
|
.ext-gecko .x-form-item {
|
|
536
546
|
-moz-outline: none;
|
|
537
547
|
outline: none;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
/* Grid3 styles */
|
|
8
8
|
.x-grid3 {
|
|
@@ -71,6 +71,16 @@
|
|
|
71
71
|
white-space: nowrap;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
+
/* ActionColumn, reduce padding to accommodate 16x16 icons in normal row height */
|
|
75
|
+
.x-action-col-cell .x-grid3-cell-inner {
|
|
76
|
+
padding-top: 1px;
|
|
77
|
+
padding-bottom: 1px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.x-action-col-icon {
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
}
|
|
83
|
+
|
|
74
84
|
.x-grid3-hd-inner {
|
|
75
85
|
position:relative;
|
|
76
86
|
cursor:inherit;
|
|
@@ -348,7 +358,7 @@ td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-as
|
|
|
348
358
|
.x-grid3-col-dd {
|
|
349
359
|
border:0 none;
|
|
350
360
|
padding:0;
|
|
351
|
-
background:transparent;
|
|
361
|
+
background-color:transparent;
|
|
352
362
|
}
|
|
353
363
|
|
|
354
364
|
.x-dd-drag-ghost .x-grid3-dd-wrap {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-border-layout-ct {
|
|
8
8
|
position: relative;
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
|
|
85
85
|
.x-tool-expand-east, .x-tool-expand-west {
|
|
86
86
|
float:none;
|
|
87
|
-
margin:3px
|
|
87
|
+
margin:3px 2px;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.x-accordion-hd .x-tool-toggle {
|
|
@@ -248,14 +248,14 @@
|
|
|
248
248
|
border:0 none;
|
|
249
249
|
width:5px !important;
|
|
250
250
|
padding:0;
|
|
251
|
-
background:transparent;
|
|
251
|
+
background-color:transparent;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
.x-layout-cmini-north, .x-layout-cmini-south {
|
|
255
255
|
border:0 none;
|
|
256
256
|
height:5px !important;
|
|
257
257
|
padding:0;
|
|
258
|
-
background:transparent;
|
|
258
|
+
background-color:transparent;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
.x-viewport, .x-viewport body {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-list-header{
|
|
8
8
|
background: repeat-x 0 bottom;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-menu {
|
|
8
8
|
z-index: 15000;
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
.x-menu-list{
|
|
27
27
|
padding: 2px;
|
|
28
|
-
background:transparent;
|
|
28
|
+
background-color:transparent;
|
|
29
29
|
border:0 none;
|
|
30
30
|
overflow:hidden;
|
|
31
31
|
overflow-y: hidden;
|
|
@@ -147,7 +147,7 @@ a.x-menu-item {
|
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.x-menu-group-item .x-menu-item-icon{
|
|
150
|
-
background: transparent;
|
|
150
|
+
background-color: transparent;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
|
|
@@ -193,6 +193,13 @@ a.x-menu-item {
|
|
|
193
193
|
height: 1px;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
+
/*
|
|
197
|
+
* Fixes an issue with "fat" separators in webkit
|
|
198
|
+
*/
|
|
199
|
+
.ext-webkit .x-menu-sep{
|
|
200
|
+
height: 1px;
|
|
201
|
+
}
|
|
202
|
+
|
|
196
203
|
/*
|
|
197
204
|
* Ugly mess to remove the white border under the picker
|
|
198
205
|
*/
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
8
8
|
* W3C Suggested Default style sheet for HTML 4
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Ext JS Library 3.
|
|
3
|
-
* Copyright(c) 2006-2010
|
|
4
|
-
* licensing@
|
|
5
|
-
* http://www.
|
|
2
|
+
* Ext JS Library 3.3.1
|
|
3
|
+
* Copyright(c) 2006-2010 Sencha Inc.
|
|
4
|
+
* licensing@sencha.com
|
|
5
|
+
* http://www.sencha.com/license
|
|
6
6
|
*/
|
|
7
7
|
.x-panel {
|
|
8
8
|
border-style: solid;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
.x-panel-tl .x-panel-header {
|
|
50
50
|
padding:5px 0 4px 0;
|
|
51
51
|
border:0 none;
|
|
52
|
-
background:transparent;
|
|
52
|
+
background:transparent no-repeat;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.x-panel-mc .x-panel-body {
|
|
125
|
-
background:transparent;
|
|
125
|
+
background-color:transparent;
|
|
126
126
|
border: 0 none;
|
|
127
127
|
}
|
|
128
128
|
|
|
@@ -260,6 +260,22 @@
|
|
|
260
260
|
background-position:-15px -90px;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
+
.x-tool-prev {
|
|
264
|
+
background-position:0 -105px;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.x-tool-prev-over {
|
|
268
|
+
background-position:-15px -105px;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.x-tool-next {
|
|
272
|
+
background-position:0 -120px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.x-tool-next-over {
|
|
276
|
+
background-position:-15px -120px;
|
|
277
|
+
}
|
|
278
|
+
|
|
263
279
|
.x-tool-pin {
|
|
264
280
|
background-position:0 -135px;
|
|
265
281
|
}
|
|
@@ -292,14 +308,6 @@
|
|
|
292
308
|
background-position:-15px -180px;
|
|
293
309
|
}
|
|
294
310
|
|
|
295
|
-
.x-tool-up {
|
|
296
|
-
background-position:0 -210px;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.x-tool-up-over {
|
|
300
|
-
background-position:-15px -210px;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
311
|
.x-tool-down {
|
|
304
312
|
background-position:0 -195px;
|
|
305
313
|
}
|
|
@@ -308,20 +316,20 @@
|
|
|
308
316
|
background-position:-15px -195px;
|
|
309
317
|
}
|
|
310
318
|
|
|
311
|
-
.x-tool-
|
|
312
|
-
background-position:0 -
|
|
319
|
+
.x-tool-up {
|
|
320
|
+
background-position:0 -210px;
|
|
313
321
|
}
|
|
314
322
|
|
|
315
|
-
.x-tool-
|
|
316
|
-
background-position:-15px -
|
|
323
|
+
.x-tool-up-over {
|
|
324
|
+
background-position:-15px -210px;
|
|
317
325
|
}
|
|
318
326
|
|
|
319
|
-
.x-tool-
|
|
320
|
-
background-position:0 -
|
|
327
|
+
.x-tool-refresh {
|
|
328
|
+
background-position:0 -225px;
|
|
321
329
|
}
|
|
322
330
|
|
|
323
|
-
.x-tool-
|
|
324
|
-
background-position:-15px -
|
|
331
|
+
.x-tool-refresh-over {
|
|
332
|
+
background-position:-15px -225px;
|
|
325
333
|
}
|
|
326
334
|
|
|
327
335
|
.x-tool-plus {
|
|
@@ -332,6 +340,14 @@
|
|
|
332
340
|
background-position:-15px -240px;
|
|
333
341
|
}
|
|
334
342
|
|
|
343
|
+
.x-tool-minus {
|
|
344
|
+
background-position:0 -255px;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.x-tool-minus-over {
|
|
348
|
+
background-position:-15px -255px;
|
|
349
|
+
}
|
|
350
|
+
|
|
335
351
|
.x-tool-search {
|
|
336
352
|
background-position:0 -270px;
|
|
337
353
|
}
|
|
@@ -364,6 +380,38 @@
|
|
|
364
380
|
background-position:-15px -315px;
|
|
365
381
|
}
|
|
366
382
|
|
|
383
|
+
.x-tool-expand {
|
|
384
|
+
background-position:0 -330px;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.x-tool-expand-over {
|
|
388
|
+
background-position:-15px -330px;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.x-tool-collapse {
|
|
392
|
+
background-position:0 -345px;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.x-tool-collapse-over {
|
|
396
|
+
background-position:-15px -345px;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.x-tool-resize {
|
|
400
|
+
background-position:0 -360px;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.x-tool-resize-over {
|
|
404
|
+
background-position:-15px -360px;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.x-tool-move {
|
|
408
|
+
background-position:0 -375px;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.x-tool-move-over {
|
|
412
|
+
background-position:-15px -375px;
|
|
413
|
+
}
|
|
414
|
+
|
|
367
415
|
/* Ghosting */
|
|
368
416
|
.x-panel-ghost {
|
|
369
417
|
z-index:12000;
|