diff options
author | John Mayhew | 2012-05-10 11:17:42 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-10 11:17:42 -0700 |
commit | 3be15e2076f2d3d46862bbc0ea078b9bf2e161fe (patch) | |
tree | 7043c476e0852197f67f00b1d1c583736d492797 /js/components/tools-properties/shape-properties.reel/shape-properties.css | |
parent | 18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (diff) | |
download | ninja-3be15e2076f2d3d46862bbc0ea078b9bf2e161fe.tar.gz |
-moved sel tool images to proper folder
-finished styling shape tool options
-added new icons for shape tool
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.css')
-rwxr-xr-x | js/components/tools-properties/shape-properties.reel/shape-properties.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.css b/js/components/tools-properties/shape-properties.reel/shape-properties.css index c1f8a8ce..70a0e780 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.css +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.css | |||
@@ -9,10 +9,15 @@ | |||
9 | } | 9 | } |
10 | 10 | ||
11 | .optionsShapeTool .shapeCustomProps { | 11 | .optionsShapeTool .shapeCustomProps { |
12 | margin-top: -3px; | 12 | margin-top: 0px; |
13 | margin-left: -31px; | 13 | margin-left: -7px; |
14 | } | 14 | } |
15 | 15 | ||
16 | .optionsShapeTool checkbox { | 16 | .optionsShapeTool checkbox { |
17 | padding: 6px; | 17 | padding: 6px; |
18 | margin-left: 4px; | ||
18 | } | 19 | } |
20 | |||
21 | .optionsShapeTool .hottextunit { | ||
22 | /*width: 46px;*/ | ||
23 | } \ No newline at end of file | ||