diff options
author | John Mayhew | 2012-05-07 14:30:47 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-07 14:30:47 -0700 |
commit | 29ad6355ef60cfb3b3fc7f780504f3ed30845883 (patch) | |
tree | bbe2dcd46c98db8138ad0a8f0263ef33324d7669 /js/components/tools-properties/shape-properties.reel/shape-properties.html | |
parent | 1a759361b82127f9d5c1428dc889fffdf2daaf86 (diff) | |
download | ninja-29ad6355ef60cfb3b3fc7f780504f3ed30845883.tar.gz |
More implementation of moving color chips to the individual subtools.
Removed the tool color bar
Added new icons for inkbottle
Removed Pencil tool
Removed Inkbottle tool
Added chips to the pen, brush and tag tools
Aligned controls in several subtools
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.html')
-rwxr-xr-x | js/components/tools-properties/shape-properties.reel/shape-properties.html | 8 |
1 files changed, 4 insertions, 4 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 d3faab75..3c492e6e 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.html +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html | |||
@@ -136,11 +136,11 @@ | |||
136 | <div id="shapeToolsList"> | 136 | <div id="shapeToolsList"> |
137 | <div id="toolbutton"></div> | 137 | <div id="toolbutton"></div> |
138 | </div> | 138 | </div> |
139 | <div data-montage-id="fillColorCtrlIcon" class="colorCtrlIcon FillTool"></div> | ||
140 | <div data-montage-id="fillColorCtrl" class="fillColorCtrl"></div> | ||
141 | <div class="colorCtrlIcon PencilTool"></div> | 139 | <div class="colorCtrlIcon PencilTool"></div> |
142 | <div data-montage-id="strokeColorCtrl" class="strokeColorCtrl"></div> | 140 | <div data-montage-id="strokeColorCtrl" class="strokeColorCtrl"></div> |
143 | 141 | <div data-montage-id="fillColorCtrlIcon" class="colorCtrlIcon FillTool"></div> | |
142 | <div data-montage-id="fillColorCtrl" class="fillColorCtrl"></div> | ||
143 | <div class="nj-divider divider-vertical"> </div> | ||
144 | <label class="label">Stroke:</label> | 144 | <label class="label">Stroke:</label> |
145 | <div id="strokeControl" class="label"></div> | 145 | <div id="strokeControl" class="label"></div> |
146 | <div id="customProperties"> | 146 | <div id="customProperties"> |
@@ -149,7 +149,7 @@ | |||
149 | <div id="lineProperties" class="label"></div> | 149 | <div id="lineProperties" class="label"></div> |
150 | </div> | 150 | </div> |
151 | 151 | ||
152 | <label class="label subOption optionLabel"><input id="useWebGLCH" type="checkbox" name="useWebGLControl" class="checkBoxAlign"/>Use WebGL</label> | 152 | <label class="label subOption optionLabel"><input id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/>Use WebGL</label> |
153 | 153 | ||
154 | <label id="materialLabel" class="label">Material:</label> | 154 | <label id="materialLabel" class="label">Material:</label> |
155 | <div id="strokeIcon" class="pencilToolUp" style="float: left;"></div> | 155 | <div id="strokeIcon" class="pencilToolUp" style="float: left;"></div> |