aboutsummaryrefslogtreecommitdiff
path: root/js/panels
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels')
-rwxr-xr-xjs/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.css2
-rwxr-xr-xjs/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html2
-rwxr-xr-xjs/panels/Materials/materials-library-panel.reel/materials-library-panel.html2
-rwxr-xr-xjs/panels/Panel.reel/Panel.html2
-rwxr-xr-xjs/panels/Project/projectpanelbase.reel/projectpanelbase.html8
-rw-r--r--js/panels/Timeline/EasingMenu.reel/EasingMenu.html2
-rw-r--r--js/panels/Timeline/EasingMenu.reel/scss/EasingMenu.scss2
-rw-r--r--js/panels/Timeline/Layer.reel/Layer.html18
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss2
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss2
-rw-r--r--js/panels/Timeline/Span.reel/scss/Span.scss2
-rw-r--r--js/panels/Timeline/Style.reel/scss/Style.scss2
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/TimelinePanel.html16
-rw-r--r--js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss2
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html16
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/scss/TimelineTrack.scss2
-rw-r--r--js/panels/Timeline/Tween.reel/Tween.html2
-rwxr-xr-xjs/panels/color/colorpanelbase.reel/colorpanelbase.html12
-rwxr-xr-xjs/panels/color/colorpanelbase.reel/css/colorpanelbase.scss14
-rwxr-xr-xjs/panels/color/colorpanelpopup.reel/colorpanelpopup.html36
-rwxr-xr-xjs/panels/color/colorpanelpopup.reel/css/colorpanelpopup.scss2
-rwxr-xr-xjs/panels/components-panel.reel/components-panel.html4
-rwxr-xr-xjs/panels/properties.reel/properties.css2
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/dual-row.reel/dual-row.html2
-rwxr-xr-xjs/panels/properties.reel/sections/custom-rows/single-row.reel/single-row.html2
25 files changed, 79 insertions, 79 deletions
diff --git a/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.css b/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.css
index ba54723d..65f7bf79 100755
--- a/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.css
+++ b/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.css
@@ -226,7 +226,7 @@ POSSIBILITY OF SUCH DAMAGE.
226 text-overflow: ellipsis; 226 text-overflow: ellipsis;
227} 227}
228.nj-css-style-list dd { 228.nj-css-style-list dd {
229 display: inline; 229 display: inline;
230} 230}
231 231
232/* ---------------------------------------- 232/* ----------------------------------------
diff --git a/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html b/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
index 3c6c08ba..2cdb28cf 100755
--- a/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
+++ b/js/panels/CSSPanel/CSSPanelBase.reel/CSSPanelBase.html
@@ -67,7 +67,7 @@ POSSIBILITY OF SUCH DAMAGE.
67 <h2 id="nj-css-sheets-header" class="nj-section-header"> 67 <h2 id="nj-css-sheets-header" class="nj-section-header">
68 <div id="nj-css-sheets-arrow" class="panelDisclosureIcon"></div> 68 <div id="nj-css-sheets-arrow" class="panelDisclosureIcon"></div>
69 Stylesheets <span id="nj-current-doc-name"></span> 69 Stylesheets <span id="nj-current-doc-name"></span>
70 </h2> 70 </h2>
71 <div data-montage-id="nj-section-stylesheets" id="nj-section-stylesheets" class="nj-sub-panel"> 71 <div data-montage-id="nj-section-stylesheets" id="nj-section-stylesheets" class="nj-sub-panel">
72 <ul id="nj-sheet-list"></ul> 72 <ul id="nj-sheet-list"></ul>
73 </div> 73 </div>
diff --git a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
index 3204ce50..6f2ea27a 100755
--- a/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
+++ b/js/panels/Materials/materials-library-panel.reel/materials-library-panel.html
@@ -111,7 +111,7 @@ POSSIBILITY OF SUCH DAMAGE.
111 } 111 }
112 } 112 }
113 </script> 113 </script>
114 114
115 </head> 115 </head>
116 <body> 116 <body>
117 117
diff --git a/js/panels/Panel.reel/Panel.html b/js/panels/Panel.reel/Panel.html
index f7eea93e..9918fb1e 100755
--- a/js/panels/Panel.reel/Panel.html
+++ b/js/panels/Panel.reel/Panel.html
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
31<html lang="en"> 31<html lang="en">
32<head> 32<head>
33 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 33 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
34 34
35 <script type="text/montage-serialization"> 35 <script type="text/montage-serialization">
36 { 36 {
37 "Resizer": { 37 "Resizer": {
diff --git a/js/panels/Project/projectpanelbase.reel/projectpanelbase.html b/js/panels/Project/projectpanelbase.reel/projectpanelbase.html
index dc8f976c..1a09ca3d 100755
--- a/js/panels/Project/projectpanelbase.reel/projectpanelbase.html
+++ b/js/panels/Project/projectpanelbase.reel/projectpanelbase.html
@@ -46,9 +46,9 @@ POSSIBILITY OF SUCH DAMAGE.
46 46
47 </head> 47 </head>
48 <body> 48 <body>
49 49
50 <div id="project-panel" class="Project-Panel"> 50 <div id="project-panel" class="Project-Panel">
51 51
52 <div id="pp-container" style="height: 100%;position: relative;"> 52 <div id="pp-container" style="height: 100%;position: relative;">
53 53
54 <div id="pp-col-buttons"> 54 <div id="pp-col-buttons">
@@ -120,9 +120,9 @@ POSSIBILITY OF SUCH DAMAGE.
120 </td> 120 </td>
121 </tr> 121 </tr>
122 </table> 122 </table>
123 123
124 </div> 124 </div>
125 125
126 </div> 126 </div>
127 127
128 </div> 128 </div>
diff --git a/js/panels/Timeline/EasingMenu.reel/EasingMenu.html b/js/panels/Timeline/EasingMenu.reel/EasingMenu.html
index b8a3f9f3..972f5558 100644
--- a/js/panels/Timeline/EasingMenu.reel/EasingMenu.html
+++ b/js/panels/Timeline/EasingMenu.reel/EasingMenu.html
@@ -38,7 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
38 "prototype": "js/panels/Timeline/EasingMenu.reel", 38 "prototype": "js/panels/Timeline/EasingMenu.reel",
39 "properties": { 39 "properties": {
40 "element": {"#": "container-easing-menu"} 40 "element": {"#": "container-easing-menu"}
41 41
42 } 42 }
43 } 43 }
44 } 44 }
diff --git a/js/panels/Timeline/EasingMenu.reel/scss/EasingMenu.scss b/js/panels/Timeline/EasingMenu.reel/scss/EasingMenu.scss
index 3d98f55d..ecdd39bd 100644
--- a/js/panels/Timeline/EasingMenu.reel/scss/EasingMenu.scss
+++ b/js/panels/Timeline/EasingMenu.reel/scss/EasingMenu.scss
@@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
33/* Layer.scss 33/* Layer.scss
34 * Main SCSS file for EasingMenu component, compiled by SASS into the file css/EasingMenu.css. 34 * Main SCSS file for EasingMenu component, compiled by SASS into the file css/EasingMenu.css.
35 */ 35 */
36 36
37// Import theme settings 37// Import theme settings
38@import "../../../../../scss/imports/themes/default/colors"; 38@import "../../../../../scss/imports/themes/default/colors";
39// @import "../../../../../scss/imports/themes/default/fonts"; 39// @import "../../../../../scss/imports/themes/default/fonts";
diff --git a/js/panels/Timeline/Layer.reel/Layer.html b/js/panels/Timeline/Layer.reel/Layer.html
index 83b73e76..044b1c79 100644
--- a/js/panels/Timeline/Layer.reel/Layer.html
+++ b/js/panels/Timeline/Layer.reel/Layer.html
@@ -216,7 +216,7 @@ POSSIBILITY OF SUCH DAMAGE.
216 } 216 }
217 } 217 }
218 }, 218 },
219 219
220 "mainCollapser" : { 220 "mainCollapser" : {
221 "prototype" : "js/panels/timeline/Collapser", 221 "prototype" : "js/panels/timeline/Collapser",
222 "properties" : { 222 "properties" : {
@@ -226,7 +226,7 @@ POSSIBILITY OF SUCH DAMAGE.
226 "isLabelClickable" : true, 226 "isLabelClickable" : true,
227 "clicker" : {"#" : "clicker-main"}, 227 "clicker" : {"#" : "clicker-main"},
228 "isCollapsed" : true, 228 "isCollapsed" : true,
229 "isAnimated" : true 229 "isAnimated" : true
230 }, 230 },
231 "bindings" : { 231 "bindings" : {
232 "isToggling" : { 232 "isToggling" : {
@@ -236,7 +236,7 @@ POSSIBILITY OF SUCH DAMAGE.
236 } 236 }
237 } 237 }
238 }, 238 },
239 239
240 "positionCollapser" : { 240 "positionCollapser" : {
241 "prototype" : "js/panels/timeline/Collapser", 241 "prototype" : "js/panels/timeline/Collapser",
242 "properties" : { 242 "properties" : {
@@ -246,7 +246,7 @@ POSSIBILITY OF SUCH DAMAGE.
246 "isLabelClickable" : true, 246 "isLabelClickable" : true,
247 "clicker" : {"#" : "clicker-position"}, 247 "clicker" : {"#" : "clicker-position"},
248 "isCollapsed" : true, 248 "isCollapsed" : true,
249 "isAnimated" : true 249 "isAnimated" : true
250 }, 250 },
251 "bindings" : { 251 "bindings" : {
252 "isToggling" : { 252 "isToggling" : {
@@ -256,7 +256,7 @@ POSSIBILITY OF SUCH DAMAGE.
256 } 256 }
257 } 257 }
258 }, 258 },
259 259
260 "styleCollapser" : { 260 "styleCollapser" : {
261 "prototype" : "js/panels/timeline/Collapser", 261 "prototype" : "js/panels/timeline/Collapser",
262 "properties" : { 262 "properties" : {
@@ -266,7 +266,7 @@ POSSIBILITY OF SUCH DAMAGE.
266 "isLabelClickable" : true, 266 "isLabelClickable" : true,
267 "clicker" : {"#" : "clicker-style"},