From 33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Mon, 7 May 2012 15:44:18 -0700 Subject: more work on making subtool styling/layout consistent --- css/ninja.css | 4 +++- .../fill-properties.reel/fill-properties.css | 7 +++++++ .../fill-properties.reel/fill-properties.html | 5 ++--- .../selection-properties.reel/selection-properties.css | 8 ++++++-- .../selection-properties.reel/selection-properties.html | 12 ++++++------ .../shape-properties.reel/shape-properties.html | 2 +- scss/imports/scss/_Tools.scss | 11 +++++++---- 7 files changed, 32 insertions(+), 17 deletions(-) diff --git a/css/ninja.css b/css/ninja.css index 650f3b08..be8b8109 100755 --- a/css/ninja.css +++ b/css/ninja.css @@ -683,7 +683,9 @@ nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } -.subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } +.subOption { float: left; margin-top: 0px; margin-left: 1px; margin-right: 0px; } + +.subOptionSpacer { margin-right: 16px; } .toolSeparator { height: 1px; width: 30px; } 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 @@ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. */ +.optionsFillTool { + padding: 6px; +} + + .optionsFillTool > * { + float:left; +} \ 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 @@
-