diff options
author | Armen Kesablyan | 2012-05-14 11:43:40 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-14 11:43:40 -0700 |
commit | 9fc3b70bf57e10846e71808c6041fbc339a435d1 (patch) | |
tree | 2acf49b499a6f5c5c10ac894a9e51154e71b7aa9 /js/components/tools-properties/binding-properties.reel/binding-properties.css | |
parent | 336e0e0ef242f5c472757fe3bbcdd54c04a00f1f (diff) | |
download | ninja-9fc3b70bf57e10846e71808c6041fbc339a435d1.tar.gz |
Changes
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/components/tools-properties/binding-properties.reel/binding-properties.css')
-rwxr-xr-x | js/components/tools-properties/binding-properties.reel/binding-properties.css | 11 |
1 files changed, 11 insertions, 0 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 | ||