aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/css-panel.reel/css-panel.html
diff options
context:
space:
mode:
authorEric Guzman2012-03-02 10:55:51 -0800
committerEric Guzman2012-03-02 10:55:51 -0800
commit1433f2bdf2e5b8c5c18fed5e9c17fd983ab3606d (patch)
tree885ed3352f89e124bca7261d7c0edd4c95d3fff5 /js/panels/css-panel/css-panel.reel/css-panel.html
parent53bdb1e7773069c4cca59e88d6da91cd0f58c94a (diff)
downloadninja-1433f2bdf2e5b8c5c18fed5e9c17fd983ab3606d.tar.gz
CSS Panel - Updating components, created toolbar components, and small changes to styles controller
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.html7
1 files changed, 4 insertions, 3 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 86bfbbb7..899c7786 100644
--- a/js/panels/css-panel/css-panel.reel/css-panel.html
+++ b/js/panels/css-panel/css-panel.reel/css-panel.html
@@ -14,7 +14,8 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
14 "module" : "js/panels/css-panel/css-panel.reel", 14 "module" : "js/panels/css-panel/css-panel.reel",
15 "name" : "CSSPanel", 15 "name" : "CSSPanel",
16 "properties" : { 16 "properties" : {
17 "element" : {"#" : "container"} 17 "element" : {"#" : "container"},
18 "controller": {"@": "cssPanelController"}
18 } 19 }
19 }, 20 },
20 "styleSheetView": { 21 "styleSheetView": {
@@ -36,9 +37,9 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
36</head> 37</head>
37<body> 38<body>
38<section id="container" class="css-panel"> 39<section id="container" class="css-panel">
39 <h2>Style Sheets</h2> 40 <h3>Style Sheets</h3>
40 <div id="style-sheet-view"></div> 41 <div id="style-sheet-view"></div>
41 <h2>Styles</h2> 42 <h3>Styles</h3>
42 <div id="styles-view-container"></div> 43 <div id="styles-view-container"></div>
43</section> 44</section>
44</body> 45</body>