aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-09 14:19:14 -0700
committerJohn Mayhew2012-05-09 14:19:14 -0700
commit7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (patch)
tree906770258f7d6ef63a73695690c39559930c3b0a /scss
parent0088f8e5f3a0be4b6e5e497afbe34de11211493c (diff)
downloadninja-7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a.tar.gz
Correct layout and styling for the shape tool and its sub tools
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_Tools.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/scss/imports/scss/_Tools.scss b/scss/imports/scss/_Tools.scss
index 57519043..637828a4 100755
--- a/scss/imports/scss/_Tools.scss
+++ b/scss/imports/scss/_Tools.scss
@@ -17,6 +17,7 @@
17.subToolHolderPanel .toolbutton { 17.subToolHolderPanel .toolbutton {
18 float:left; 18 float:left;
19 -webkit-transform: scale(0.6); 19 -webkit-transform: scale(0.6);
20 margin-top: -4px;
20} 21}
21 22
22.subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active { 23.subToolHolderPanel .toolbutton:hover, .subToolHolderPanel .toolbutton.active {
@@ -27,6 +28,7 @@
27 margin-right: 9px; 28 margin-right: 9px;
28} 29}
29 30
31/* These appear to be unused
30.toolSeparator { 32.toolSeparator {
31 height:1px; 33 height:1px;
32 width:30px; 34 width:30px;
@@ -61,10 +63,10 @@
61 opacity: 1.0; 63 opacity: 1.0;
62 } 64 }
63 65
64
65.drawingMode { 66.drawingMode {
66 outline:blue solid thin; 67 outline:blue solid thin;
67} 68}
69*/
68 70
69 71
70// Added new styling Sub Tool Shape Options 72// Added new styling Sub Tool Shape Options