From 7a28932ba8a7517bbaaabe1f5edf678416aafc9c Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 12 Mar 2012 15:29:37 -0700 Subject: CSS Panel - Adding declaration, style (tree leaf), and style shorthand (tree branch) components --- .../rule-list-container.html | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 js/panels/css-panel/rule-list-container.reel/rule-list-container.html (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html') diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html new file mode 100644 index 00000000..6c6ecfed --- /dev/null +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html @@ -0,0 +1,44 @@ + + + + + + + + +
+ + \ No newline at end of file -- cgit v1.2.3 From 602aaa5168842877286145904eb8242c659988dd Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Fri, 13 Apr 2012 01:44:08 -0700 Subject: CSS Rule List - Add inline style to supported rule types --- .../rule-list-container.reel/rule-list-container.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html') diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html index 6c6ecfed..8f816d28 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html @@ -22,12 +22,13 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "name": "RuleList", "properties": { "supportedRules" : { - "1" : {"@": "cssStyleRule"}, - "3" : {"@": "cssImportRule"}, - "4" : {"@": "cssMediaRule"}, - "5" : {"@": "cssFontFaceRule"}, - "6" : {"@": "cssPageRule"}, - "10" : {"@": "namespaceRule"} + "inline": {"@": "cssStyleRule" }, + "1" : {"@": "cssStyleRule"}, + "3" : {"@": "cssImportRule"}, + "4" : {"@": "cssMediaRule"}, + "5" : {"@": "cssFontFaceRule"}, + "6" : {"@": "cssPageRule"}, + "10" : {"@": "namespaceRule"} } } }, -- cgit v1.2.3 From b52222a0e165825bf507b4f69b33d51c84eb85d4 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 10 May 2012 15:11:40 -0700 Subject: CSS Panel - Fix errors from new Montage and remove logs. --- .../rule-list-container.reel/rule-list-container.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html') diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html index 8f816d28..809f9bfe 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html @@ -23,12 +23,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot "properties": { "supportedRules" : { "inline": {"@": "cssStyleRule" }, - "1" : {"@": "cssStyleRule"}, - "3" : {"@": "cssImportRule"}, - "4" : {"@": "cssMediaRule"}, - "5" : {"@": "cssFontFaceRule"}, - "6" : {"@": "cssPageRule"}, - "10" : {"@": "namespaceRule"} + "1" : {"@": "cssStyleRule"} } } }, @@ -38,6 +33,17 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot } } +
-- cgit v1.2.3 From 1c3da2901f454ad2c18e20216bb2517740a1c080 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Tue, 22 May 2012 14:28:00 -0700 Subject: CSS Panel - Update components to use new serialization format --- .../rule-list-container.reel/rule-list-container.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'js/panels/css-panel/rule-list-container.reel/rule-list-container.html') diff --git a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html index 809f9bfe..77c9f275 100644 --- a/js/panels/css-panel/rule-list-container.reel/rule-list-container.html +++ b/js/panels/css-panel/rule-list-container.reel/rule-list-container.html @@ -10,16 +10,14 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot @@ -46,6 +43,6 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot -
+
\ No newline at end of file -- cgit v1.2.3