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/fill-properties.reel | |
parent | 29ad6355ef60cfb3b3fc7f780504f3ed30845883 (diff) | |
download | ninja-33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede.tar.gz |
more work on making subtool styling/layout consistent
Diffstat (limited to 'js/components/tools-properties/fill-properties.reel')
-rwxr-xr-x | js/components/tools-properties/fill-properties.reel/fill-properties.css | 7 | ||||
-rwxr-xr-x | js/components/tools-properties/fill-properties.reel/fill-properties.html | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/js/components/tools-properties/fill-properties.reel/fill-properties.css b/js/components/tools-properties/fill-properties.reel/fill-properties.css index 7f1b0f7f..58b1c1e8 100755 --- a/js/components/tools-properties/fill-properties.reel/fill-properties.css +++ b/js/components/tools-properties/fill-properties.reel/fill-properties.css | |||
@@ -4,3 +4,10 @@ | |||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | 4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 5 | </copyright> */ |
6 | 6 | ||
7 | .optionsFillTool { | ||
8 | padding: 6px; | ||
9 | } | ||
10 | |||
11 | .optionsFillTool > * { | ||
12 | float:left; | ||
13 | } \ No newline at end of file | ||
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> |