diff options
author | John Mayhew | 2012-05-09 14:19:14 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-09 14:19:14 -0700 |
commit | 7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (patch) | |
tree | 906770258f7d6ef63a73695690c39559930c3b0a /css | |
parent | 0088f8e5f3a0be4b6e5e497afbe34de11211493c (diff) | |
download | ninja-7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a.tar.gz |
Correct layout and styling for the shape tool and its sub tools
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 2 |
1 files changed, 1 insertions, 1 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 | |||
677 | 677 | ||
678 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } | 678 | nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul li:hover ul { display: block; } |
679 | 679 | ||
680 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); } | 680 | .subToolHolderPanel .toolbutton { float: left; -webkit-transform: scale(0.6); margin-top: -4px; } |
681 | 681 | ||
682 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } | 682 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
683 | 683 | ||