aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-09 18:07:32 -0700
committerJohn Mayhew2012-05-09 18:07:32 -0700
commit18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (patch)
tree7c1c75a974dc593f73149770f94c8d746eb4926f /js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
parent7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (diff)
downloadninja-18370abcf406c6ab36d5c5f2613cb79e756ff6d2.tar.gz
-Consolidated many redundant css classes used in the tool options bars
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html')
-rwxr-xr-xjs/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
index 148c71e3..f5b1851f 100755
--- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
+++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html
@@ -180,7 +180,9 @@
180 </select> 180 </select>
181 </div> 181 </div>
182 182
183 <div class="toolOptionsSpacer">&nbsp;</div>
183 <div class="nj-divider divider-vertical">&nbsp;</div> 184 <div class="nj-divider divider-vertical">&nbsp;</div>
185 <div class="toolOptionsSpacer">&nbsp;</div>
184 186
185 <div data-montage-id="shapeInkOptions" class="toolOptionsFloatChildren"> 187 <div data-montage-id="shapeInkOptions" class="toolOptionsFloatChildren">
186 <input data-montage-id="useStrokeSizeCh" type="checkbox" name="useStrokeControl" class="nj-skinned" title="Apply stroke size"/> 188 <input data-montage-id="useStrokeSizeCh" type="checkbox" name="useStrokeControl" class="nj-skinned" title="Apply stroke size"/>
@@ -194,7 +196,7 @@
194 196
195 <div data-montage-id="materialsContainerIB" class="toolOptionsFloatChildren"> 197 <div data-montage-id="materialsContainerIB" class="toolOptionsFloatChildren">
196 <label class="label"> Materials:</label> 198 <label class="label"> Materials:</label>
197 <div data-montage-id="strokeIconIB" class="colorCtrlIcon PencilTool"></div> 199 <div data-montage-id="strokeIconIB" class="toolColorChipIcon PencilTool"></div>
198 <select data-montage-id="strokeMaterialIBCB" class="nj-skinned"></select> 200 <select data-montage-id="strokeMaterialIBCB" class="nj-skinned"></select>
199 </div> 201 </div>
200 </div> 202 </div>