diff options
Diffstat (limited to 'js')
-rwxr-xr-x | js/components/tools-properties/binding-properties.reel/binding-properties.css | 11 | ||||
-rwxr-xr-x | js/components/tools-properties/binding-properties.reel/binding-properties.html | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/js/components/tools-properties/binding-properties.reel/binding-properties.css b/js/components/tools-properties/binding-properties.reel/binding-properties.css index 7f1b0f7f..19d2b6c6 100755 --- a/js/components/tools-properties/binding-properties.reel/binding-properties.css +++ b/js/components/tools-properties/binding-properties.reel/binding-properties.css | |||
@@ -4,3 +4,14 @@ | |||
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 | .bindingSubTools { | ||
8 | padding:9px; | ||
9 | font-size:12px; | ||
10 | } | ||
11 | |||
12 | .bindingSubTools label { | ||
13 | |||
14 | } | ||
15 | .bindingSubTools input[type=checkbox] { | ||
16 | margin: 0px 3px; | ||
17 | } \ No newline at end of file | ||
diff --git a/js/components/tools-properties/binding-properties.reel/binding-properties.html b/js/components/tools-properties/binding-properties.reel/binding-properties.html index 5a55d0a4..cd0e0a50 100755 --- a/js/components/tools-properties/binding-properties.reel/binding-properties.html +++ b/js/components/tools-properties/binding-properties.reel/binding-properties.html | |||
@@ -24,9 +24,9 @@ | |||
24 | </head> | 24 | </head> |
25 | 25 | ||
26 | <body> | 26 | <body> |
27 | <div id="bindingProperties" class="subToolHolderPanel"> | 27 | <div id="bindingProperties" class="subToolHolderPanel bindingSubTools"> |
28 | <input class="nj-skinned" type="checkbox" /> | ||
28 | <label>View All Bindings</label> | 29 | <label>View All Bindings</label> |
29 | <input type="checkbox" /> | ||
30 | </div> | 30 | </div> |
31 | </body> | 31 | </body> |
32 | 32 | ||