aboutsummaryrefslogtreecommitdiff
path: root/js/panels/css-panel/rule-list.reel
diff options
context:
space:
mode:
authorEric Guzman2012-03-16 15:08:29 -0700
committerEric Guzman2012-03-16 15:08:29 -0700
commit4afb01e3b8261ab5e9492bfc63ad17e44dfcb934 (patch)
treee34d41690924d9d35abdf1ffb56aedbf85f993dc /js/panels/css-panel/rule-list.reel
parent5247614b90c5cb104166b22ae92b8f29bd1e306f (diff)
downloadninja-4afb01e3b8261ab5e9492bfc63ad17e44dfcb934.tar.gz
CSS Panel Updates - CSS tweaks and cleanup
Diffstat (limited to 'js/panels/css-panel/rule-list.reel')
-rw-r--r--js/panels/css-panel/rule-list.reel/rule-list.css3
-rw-r--r--js/panels/css-panel/rule-list.reel/rule-list.html56
2 files changed, 1 insertions, 58 deletions
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.css b/js/panels/css-panel/rule-list.reel/rule-list.css
index e4a10657..0f744511 100644
--- a/js/panels/css-panel/rule-list.reel/rule-list.css
+++ b/js/panels/css-panel/rule-list.reel/rule-list.css
@@ -22,6 +22,5 @@
22} 22}
23.rule-list li { 23.rule-list li {
24 list-style-type: none; 24 list-style-type: none;
25 margin: 3px 6px; 25 margin: 0;
26 position: relative;
27} \ No newline at end of file 26} \ No newline at end of file
diff --git a/js/panels/css-panel/rule-list.reel/rule-list.html b/js/panels/css-panel/rule-list.reel/rule-list.html
index efede847..c11e488d 100644
--- a/js/panels/css-panel/rule-list.reel/rule-list.html
+++ b/js/panels/css-panel/rule-list.reel/rule-list.html
@@ -19,62 +19,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
19 } 19 }
20 } 20 }
21 </script> 21 </script>
22 <script type="text/json">
23 ,
24 "ruleListController": {
25 "module":"montage/ui/controller/array-controller",
26 "name": "ArrayController",
27 "bindings": {
28 "content" : {
29 "boundObject": {"@": "owner"},
30 "boundObjectPropertyPath": "contentController.ruleList",
31 "oneway": true
32 }
33 }
34 },
35 "ruleList": {
36 "module" : "montage/ui/repetition.reel",
37 "name": "Repetition",
38 "properties": {
39 "element": {"#": "rules-list"}
40 },
41 "bindings": {
42 "objects" : {
43 "boundObject": {"@": "owner"},
44 "boundObjectPropertyPath": "contentController.ruleList",
45 "oneway": true
46 }
47 }
48 },
49 "slot": {
50 "module" : "montage/ui/slot.reel",
51 "name" : "Slot",
52 "properties" : {
53 "element" : {"#" : "rule-item"}
54 },
55 "bindings": {
56 "rule" : {
57 "boundObject": {"@": "ruleList"},
58 "boundObjectPropertyPath": "objectAtCurrentIteration",
59 "oneway": true
60 }
61 }
62 },
63 "ruleContainer": {
64 "module": "js/panels/css-panel/rule-container.reel",
65 "name": "RuleContainer",
66 "properties": {
67 "element": {"#": "rule-item"}
68 },
69 "bindings": {
70 "rule" : {
71 "boundObject": {"@": "ruleList"},
72 "boundObjectPropertyPath": "objectAtCurrentIteration",
73 "oneway": true
74 }
75 }
76 }
77 </script>
78</head> 22</head>
79<body> 23<body>
80<ul id="rule-list" class="rule-list"></ul> 24<ul id="rule-list" class="rule-list"></ul>