aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/fill-properties.reel/fill-properties.html
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-07 15:44:18 -0700
committerJohn Mayhew2012-05-07 15:44:18 -0700
commit33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede (patch)
tree98baa2648b2fe0a61b91c85e552c4971e02500bc /js/components/tools-properties/fill-properties.reel/fill-properties.html
parent29ad6355ef60cfb3b3fc7f780504f3ed30845883 (diff)
downloadninja-33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede.tar.gz
more work on making subtool styling/layout consistent
Diffstat (limited to 'js/components/tools-properties/fill-properties.reel/fill-properties.html')
-rwxr-xr-xjs/components/tools-properties/fill-properties.reel/fill-properties.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.html b/js/components/tools-properties/fill-properties.reel/fill-properties.html
index 6532907e..abc2e843 100755
--- a/js/components/tools-properties/fill-properties.reel/fill-properties.html
+++ b/js/components/tools-properties/fill-properties.reel/fill-properties.html
@@ -34,9 +34,8 @@
34 </head> 34 </head>
35 35
36 <body> 36 <body>
37 <div id="fillProperties" class="subToolHolderPanel"> 37 <div id="fillProperties" class="subToolHolderPanel optionsFillTool">
38 <label class="label subOption"><input id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/> Use WebGL</label> 38 <input id="useWebGLCH" type="checkbox" name="useWebGLControl" class="nj-skinned"/><label class="label">Use WebGL</label>
39
40 <div id="materialsContainer" class="leftLabel" style="padding-top: 3px;"> 39 <div id="materialsContainer" class="leftLabel" style="padding-top: 3px;">
41 <label class="label"> Materials:</label> 40 <label class="label"> Materials:</label>
42 <div id="fillIcon" class="bucketToolUp" style="float: left;"></div> 41 <div id="fillIcon" class="bucketToolUp" style="float: left;"></div>