aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-15 10:42:41 -0700
committerJohn Mayhew2012-05-15 10:42:41 -0700
commit035c851a955952d0a1c89a7c8a646b674ab3f4f2 (patch)
treec1197e37c93fc56f28b36139c86559a3c49b5bdb /css
parent52f63541065ce94fab8766b1b0db057eafcfccaa (diff)
downloadninja-035c851a955952d0a1c89a7c8a646b674ab3f4f2.tar.gz
-fixed spacing problem in the tag tool
-implemented the new mode radio buttons for the pen tool
Diffstat (limited to 'css')
-rwxr-xr-xcss/ninja.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/ninja.css b/css/ninja.css
index 6b3c00d6..33ec332c 100755
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -823,6 +823,12 @@ input[type="radio"]:disabled { opacity: .3; background: #282828; border-width: 1
823 823
824.distRightIcon { background-image: url("../images/optionsbar/selection/DistRight.png"); } 824.distRightIcon { background-image: url("../images/optionsbar/selection/DistRight.png"); }
825 825
826.optionsPenTool input.penToolIcon { background-image: url("../images/tools/Tool-Pen.png"); }
827
828.optionsPenTool input.penPlusToolIcon { background-image: url("../images/optionsbar/pen/penPlus.png"); }
829
830.optionsPenTool input.penMinusToolIcon { background-image: url("../images/optionsbar/pen/penMinus.png"); }
831
826#toolsPanelContent { width: 40px; } 832#toolsPanelContent { width: 40px; }
827 833
828.toolsList { width: 29px; margin: auto; } 834.toolsList { width: 29px; margin: auto; }