From 7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a Mon Sep 17 00:00:00 2001 From: John Mayhew Date: Wed, 9 May 2012 14:19:14 -0700 Subject: Correct layout and styling for the shape tool and its sub tools --- css/ninja.css | 2 +- .../rect-properties.reel/rect-properties.html | 2 -- .../shape-properties.reel/shape-properties.css | 19 ++++++++++++++++--- .../shape-properties.reel/shape-properties.html | 3 ++- scss/imports/scss/_Tools.scss | 4 +++- 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/css/ninja.css b/css/ninja.css index d309b34e..a65e826f 100755 --- a/css/ninja.css +++ b/css/ninja.css @@ -677,7 +677,7 @@ nav.menuBar ul ul, nav.menuBar ul li:hover ul ul, nav.menuBar ul ul li:hover ul nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } -.subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } +.subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); margin-top: -4px; } .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.html b/js/components/tools-properties/rect-properties.reel/rect-properties.html index 01f2b1da..43dae547 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.html +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.html @@ -75,7 +75,6 @@