aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel/shape-properties.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-09 14:19:14 -0700
committerJohn Mayhew2012-05-09 14:19:14 -0700
commit7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (patch)
tree906770258f7d6ef63a73695690c39559930c3b0a /js/components/tools-properties/shape-properties.reel/shape-properties.html
parent0088f8e5f3a0be4b6e5e497afbe34de11211493c (diff)
downloadninja-7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a.tar.gz
Correct layout and styling for the shape tool and its sub tools
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.html')
-rwxr-xr-xjs/components/tools-properties/shape-properties.reel/shape-properties.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html
index 9363365e..c54f8b25 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.html
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html
@@ -136,6 +136,7 @@
136 <div data-montage-id="shapeToolsList"> 136 <div data-montage-id="shapeToolsList">
137 <div data-montage-id="toolbutton"></div> 137 <div data-montage-id="toolbutton"></div>
138 </div> 138 </div>
139 <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div>
139 <div class="colorCtrlIcon PencilTool"></div> 140 <div class="colorCtrlIcon PencilTool"></div>
140 <div data-montage-id="strokeColorCtrl" class="strokeColorCtrl"></div> 141 <div data-montage-id="strokeColorCtrl" class="strokeColorCtrl"></div>
141 <div data-montage-id="fillColorCtrlIcon" class="colorCtrlIcon FillTool"></div> 142 <div data-montage-id="fillColorCtrlIcon" class="colorCtrlIcon FillTool"></div>
@@ -143,7 +144,7 @@
143 <div class="nj-divider divider-vertical">&nbsp;</div> 144 <div class="nj-divider divider-vertical">&nbsp;</div>
144 <label class="label">Stroke:</label> 145 <label class="label">Stroke:</label>
145 <div data-montage-id="strokeControl" class="label"></div> 146 <div data-montage-id="strokeControl" class="label"></div>
146 <div id="customProperties"> 147 <div id="customProperties" class="shapeCustomProps">
147 <div data-montage-id="ovalProperties" class="label"></div> 148 <div data-montage-id="ovalProperties" class="label"></div>
148 <div data-montage-id="rectProperties" class="label"></div> 149 <div data-montage-id="rectProperties" class="label"></div>
149 <div data-montage-id="lineProperties" class="label"></div> 150 <div data-montage-id="lineProperties" class="label"></div>