diff options
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel')
-rwxr-xr-x | js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | 24 | ||||
-rwxr-xr-x | js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.html | 4 |
2 files changed, 5 insertions, 23 deletions
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css index 4136339c..3dba17b6 100755 --- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css +++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.css | |||
@@ -4,21 +4,9 @@ | |||
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 | .toolOptionsFloatChildren > * { | ||
8 | float:left; | ||
9 | } | ||
10 | |||
11 | .inkBottleOptions { | ||
12 | padding: 6px; | ||
13 | } | ||
14 | 7 | ||
15 | .inkBottleOptions .nj-divider { | 8 | .inkBottleOptions select.nj-skinned { |
16 | margin-left: 16px; | 9 | margin-top: 2px; |
17 | margin-right: 16px; | ||
18 | } | ||
19 | |||
20 | .toolOptionsFloatChildren select.nj-skinned { | ||
21 | margin-top: 2px; | ||
22 | } | 10 | } |
23 | 11 | ||
24 | .inkBottleOptions label.disabled { | 12 | .inkBottleOptions label.disabled { |
@@ -35,11 +23,3 @@ | |||
35 | background-color: transparent; | 23 | background-color: transparent; |
36 | cursor:default; | 24 | cursor:default; |
37 | } | 25 | } |
38 | |||
39 | .inkBottleOptions .colorCtrlIcon { | ||
40 | width: 20px; | ||
41 | height: 20px; | ||
42 | margin-top: 2px; | ||
43 | -webkit-transform: scale(0.8); | ||
44 | background-color: rgb(40, 40, 40); | ||
45 | } \ No newline at end of file | ||
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"> </div> | ||
183 | <div class="nj-divider divider-vertical"> </div> | 184 | <div class="nj-divider divider-vertical"> </div> |
185 | <div class="toolOptionsSpacer"> </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> |