diff options
Diffstat (limited to 'js/panels/css-panel/rule-components/css-style-rule.reel')
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css | 6 | ||||
-rw-r--r-- | js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css index deb71d31..3ec8901a 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.css | |||
@@ -6,6 +6,12 @@ | |||
6 | .css-style-rule-item { | 6 | .css-style-rule-item { |
7 | position: relative; | 7 | position: relative; |
8 | } | 8 | } |
9 | .css-style-rule-item:after { | ||
10 | content: "}"; | ||
11 | padding: 0 0 0 4px; | ||
12 | position: relative; | ||
13 | top: -10px; | ||
14 | } | ||
9 | .style-rule-heading { | 15 | .style-rule-heading { |
10 | background-color: #f3f3f3; | 16 | background-color: #f3f3f3; |
11 | border: 1px #e7e7e7; | 17 | border: 1px #e7e7e7; |
diff --git a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html index 2f5d69af..de64f81f 100644 --- a/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html +++ b/js/panels/css-panel/rule-components/css-style-rule.reel/css-style-rule.html | |||
@@ -64,12 +64,12 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
64 | </script> | 64 | </script> |
65 | </head> | 65 | </head> |
66 | <body> | 66 | <body> |
67 | <div id="rule-item" class="css-style-rule-item"> | 67 | <li id="rule-item" class="css-style-rule-item"> |
68 | <div class="style-rule-heading"> | 68 | <div class="style-rule-heading"> |
69 | <a href="#" id="style-sheet-name" class="style-sheet-name"></a> | 69 | <a href="#" id="style-sheet-name" class="style-sheet-name"></a> |
70 | <span id="rule-selector" class="nj-css-selector"></span> | 70 | <span id="rule-selector" class="nj-css-selector"></span> |
71 | </div> | 71 | </div> |
72 | <dl id="declaration-list"></dl> | 72 | <dl id="declaration-list"></dl> |
73 | </div> | 73 | </li> |
74 | </body> | 74 | </body> |
75 | </html> \ No newline at end of file | 75 | </html> \ No newline at end of file |