diff options
Diffstat (limited to 'js/panels/css-panel/css-panel.reel/css-panel.html')
-rw-r--r-- | js/panels/css-panel/css-panel.reel/css-panel.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/js/panels/css-panel/css-panel.reel/css-panel.html b/js/panels/css-panel/css-panel.reel/css-panel.html index 61ec82bf..4be4d6dd 100644 --- a/js/panels/css-panel/css-panel.reel/css-panel.html +++ b/js/panels/css-panel/css-panel.reel/css-panel.html | |||
@@ -15,10 +15,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
15 | "name" : "CSSPanelNew", | 15 | "name" : "CSSPanelNew", |
16 | "properties" : { | 16 | "properties" : { |
17 | "element" : {"#" : "container"}, | 17 | "element" : {"#" : "container"}, |
18 | "controller": {"@": "cssPanelController"} | 18 | "styleSheetsView": {"@": "styleSheetsView"} |
19 | } | 19 | } |
20 | }, | 20 | }, |
21 | "styleSheetView": { | 21 | |
22 | "styleSheetsView": { | ||
22 | "module" : "js/panels/css-panel/style-sheets-view.reel", | 23 | "module" : "js/panels/css-panel/style-sheets-view.reel", |
23 | "name": "StyleSheetsView", | 24 | "name": "StyleSheetsView", |
24 | "properties": { | 25 | "properties": { |
@@ -39,6 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
39 | <section id="container" class="css-panel"> | 40 | <section id="container" class="css-panel"> |
40 | <h3>Style Sheets</h3> | 41 | <h3>Style Sheets</h3> |
41 | <div id="style-sheet-view"></div> | 42 | <div id="style-sheet-view"></div> |
43 | <div data-montage-id="resizeBar" class="sub-panel-resizer"></div> | ||
42 | <h3>Styles</h3> | 44 | <h3>Styles</h3> |
43 | <div id="styles-view-container"></div> | 45 | <div id="styles-view-container"></div> |
44 | </section> | 46 | </section> |