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
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/*!
|
|
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
|
+
*/
|
|
7
|
+
.x-pivotgrid .x-grid3-header-offset table {
|
|
8
|
+
width: 100%;
|
|
9
|
+
border-collapse: collapse;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.x-pivotgrid .x-grid3-header-offset table td {
|
|
13
|
+
padding: 4px 3px 4px 5px;
|
|
14
|
+
text-align: center;
|
|
15
|
+
white-space: nowrap;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
text-overflow: ellipsis;
|
|
18
|
+
font-size: 11px;
|
|
19
|
+
line-height: 13px;
|
|
20
|
+
font-family: tahoma;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.x-pivotgrid .x-grid3-row-headers {
|
|
24
|
+
display: block;
|
|
25
|
+
float: left;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.x-pivotgrid .x-grid3-row-headers table {
|
|
29
|
+
height: 100%;
|
|
30
|
+
width: 100%;
|
|
31
|
+
border-collapse: collapse;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.x-pivotgrid .x-grid3-row-headers table td {
|
|
35
|
+
height: 18px;
|
|
36
|
+
padding: 2px 7px 0 0;
|
|
37
|
+
text-align: right;
|
|
38
|
+
text-overflow: ellipsis;
|
|
39
|
+
font-size: 11px;
|
|
40
|
+
font-family: tahoma;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.ext-gecko .x-pivotgrid .x-grid3-row-headers table td {
|
|
44
|
+
height: 21px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.x-grid3-header-title {
|
|
48
|
+
top: 0%;
|
|
49
|
+
left: 0%;
|
|
50
|
+
position: absolute;
|
|
51
|
+
text-align: center;
|
|
52
|
+
vertical-align: middle;
|
|
53
|
+
font-family: tahoma;
|
|
54
|
+
font-size: 11px;
|
|
55
|
+
padding: auto 1px;
|
|
56
|
+
display: table-cell;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.x-grid3-header-title span {
|
|
60
|
+
position: absolute;
|
|
61
|
+
top: 50%;
|
|
62
|
+
left: 0%;
|
|
63
|
+
width: 100%;
|
|
64
|
+
margin-top: -6px;
|
|
65
|
+
}
|
|
@@ -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-progress-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
|
.x-tip{
|
|
8
8
|
position: absolute;
|
|
@@ -1,7 +1,13 @@
|
|
|
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
|
-
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:'';}
|
|
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:'';}
|
|
8
|
+
|
|
9
|
+
.ext-forced-border-box, .ext-forced-border-box * {
|
|
10
|
+
-moz-box-sizing: border-box;
|
|
11
|
+
-ms-box-sizing: border-box;
|
|
12
|
+
-webkit-box-sizing: border-box;
|
|
13
|
+
}
|
|
@@ -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-resizable-handle {
|
|
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
|
/* Shared styles */
|
|
8
8
|
.x-slider {
|
|
@@ -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-tab-panel {
|
|
8
8
|
overflow:hidden;
|
|
@@ -174,17 +174,22 @@ ul.x-tab-strip li.x-tab-edge {
|
|
|
174
174
|
/*
|
|
175
175
|
* Horrible hack for IE8 in quirks mode
|
|
176
176
|
*/
|
|
177
|
-
.ext-ie8
|
|
177
|
+
.ext-ie8 .x-tab-strip li {
|
|
178
178
|
position: relative;
|
|
179
179
|
}
|
|
180
|
-
.ext-ie8 .x-tab-strip .x-tab-right{
|
|
181
|
-
margin-bottom: 0 !important;
|
|
180
|
+
.ext-border-box .ext-ie8 .x-tab-strip-top .x-tab-right {
|
|
182
181
|
top: 1px;
|
|
183
182
|
}
|
|
184
|
-
.ext-ie8
|
|
183
|
+
.ext-ie8 .x-tab-strip-top {
|
|
184
|
+
padding-top: 1;
|
|
185
|
+
}
|
|
186
|
+
.ext-border-box .ext-ie8 .x-tab-strip-top {
|
|
185
187
|
padding-top: 0;
|
|
186
188
|
}
|
|
187
189
|
.ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
|
|
190
|
+
top:3px;
|
|
191
|
+
}
|
|
192
|
+
.ext-border-box .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
|
|
188
193
|
top:4px;
|
|
189
194
|
}
|
|
190
195
|
.ext-ie8 .x-tab-strip-bottom .x-tab-right{
|
|
@@ -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-toolbar{
|
|
8
8
|
border-style:solid;
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
|
|
190
190
|
.x-toolbar-more em.x-btn-arrow {
|
|
191
191
|
display:inline;
|
|
192
|
-
background:transparent;
|
|
192
|
+
background-color:transparent;
|
|
193
193
|
padding-right:0;
|
|
194
194
|
}
|
|
195
195
|
|
|
@@ -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-strict .ext-ie .x-tree .x-panel-bwrap{
|
|
8
8
|
position:relative;
|
|
@@ -75,20 +75,20 @@ input.x-tree-node-cb {
|
|
|
75
75
|
|
|
76
76
|
/* No line styles */
|
|
77
77
|
.x-tree-no-lines .x-tree-elbow{
|
|
78
|
-
background:transparent;
|
|
78
|
+
background-color:transparent;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
.x-tree-no-lines .x-tree-elbow-end{
|
|
82
|
-
background:transparent;
|
|
82
|
+
background-color:transparent;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.x-tree-no-lines .x-tree-elbow-line{
|
|
86
|
-
background:transparent;
|
|
86
|
+
background-color:transparent;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
/* Arrows */
|
|
90
90
|
.x-tree-arrows .x-tree-elbow{
|
|
91
|
-
background:transparent;
|
|
91
|
+
background-color:transparent;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.x-tree-arrows .x-tree-elbow-plus{
|
|
@@ -100,7 +100,7 @@ input.x-tree-node-cb {
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.x-tree-arrows .x-tree-elbow-end{
|
|
103
|
-
background:transparent;
|
|
103
|
+
background-color:transparent;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.x-tree-arrows .x-tree-elbow-end-plus{
|
|
@@ -112,7 +112,7 @@ input.x-tree-node-cb {
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.x-tree-arrows .x-tree-elbow-line{
|
|
115
|
-
background:transparent;
|
|
115
|
+
background-color:transparent;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus{
|
|
@@ -173,7 +173,7 @@ input.x-tree-node-cb {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.x-tree-node .x-tree-node-inline-icon{
|
|
176
|
-
background:transparent;
|
|
176
|
+
background-color:transparent;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
|
|
@@ -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 {
|
|
8
8
|
zoom:1;
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
.x-window-body {
|
|
157
|
-
background:transparent;
|
|
157
|
+
background-color:transparent;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
.x-panel-ghost .x-window-tl {
|
|
@@ -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-header-noborder {
|
|
8
8
|
border-bottom-color:#343d4e;
|
|
@@ -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-box-tl {
|
|
8
8
|
background-image: url(../images/default/box/corners.gif);
|
|
@@ -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
|
font:normal 14px tahoma, verdana, helvetica;
|
|
@@ -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:2px solid #232732;
|
|
@@ -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
|
body {
|
|
8
8
|
background-color:#16181a;
|
|
@@ -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-color: #737b8c;
|
|
@@ -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-ghost{
|
|
8
8
|
color:#000;
|
|
@@ -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
|
color:#222297;
|
|
@@ -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 .ext-mb-text,
|
|
8
8
|
.x-window-dlg .x-window-header-text {
|
|
@@ -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-color:#737B8C;
|
|
@@ -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-form-field {
|
|
8
8
|
font:normal 15px tahoma, arial, helvetica, sans-serif;
|
|
@@ -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-grid3 {
|
|
8
8
|
background-color:#1f2933;
|