diff options
author | John Mayhew | 2012-05-07 15:44:18 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-07 15:44:18 -0700 |
commit | 33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede (patch) | |
tree | 98baa2648b2fe0a61b91c85e552c4971e02500bc /js/components/tools-properties/shape-properties.reel/shape-properties.html | |
parent | 29ad6355ef60cfb3b3fc7f780504f3ed30845883 (diff) | |
download | ninja-33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede.tar.gz |
more work on making subtool styling/layout consistent
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 | 2 |
1 files changed, 1 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 3c492e6e..cc3534f2 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.html +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html | |||
@@ -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="nj-skinned"/>Use WebGL</label> | 152 | <input id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/><label class="label">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> |