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 /css | |
parent | 29ad6355ef60cfb3b3fc7f780504f3ed30845883 (diff) | |
download | ninja-33bb9b7e97e9ec3bd664b3e1c3e7297ba8d07ede.tar.gz |
more work on making subtool styling/layout consistent
Diffstat (limited to 'css')
-rwxr-xr-x | css/ninja.css | 4 |
1 files changed, 3 insertions, 1 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 | |||
683 | 683 | ||
684 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } | 684 | .subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { -webkit-transform: scale(0.75); } |
685 | 685 | ||
686 | .subOption { float: left; margin-top: 5px; margin-left: 10px; margin-right: 10px; } | 686 | .subOption { float: left; margin-top: 0px; margin-left: 1px; margin-right: 0px; } |
687 | |||
688 | .subOptionSpacer { margin-right: 16px; } | ||
687 | 689 | ||
688 | .toolSeparator { height: 1px; width: 30px; } | 690 | .toolSeparator { height: 1px; width: 30px; } |
689 | 691 | ||