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/selection-properties.reel/selection-properties.css | |
parent | 29ad6355ef60cfb3b3fc7f780504f3ed30845883 (diff) | |
download | ninja-33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede.tar.gz |
more work on making subtool styling/layout consistent
Diffstat (limited to 'js/components/tools-properties/selection-properties.reel/selection-properties.css')
-rwxr-xr-x | js/components/tools-properties/selection-properties.reel/selection-properties.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/js/components/tools-properties/selection-properties.reel/selection-properties.css b/js/components/tools-properties/selection-properties.reel/selection-properties.css index e3fe1755..1d5eb513 100755 --- a/js/components/tools-properties/selection-properties.reel/selection-properties.css +++ b/js/components/tools-properties/selection-properties.reel/selection-properties.css | |||
@@ -4,6 +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 | .selectionProperties { | 7 | .optionsSelectionTool { |
8 | margin-top: -6px; | 8 | padding: 6px; |
9 | } | ||
10 | |||
11 | .optionsSelectionTool > * { | ||
12 | float:left; | ||
9 | } \ No newline at end of file | 13 | } \ No newline at end of file |