aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/pen-properties.reel/pen-properties.css
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-09 18:07:32 -0700
committerJohn Mayhew2012-05-09 18:07:32 -0700
commit18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (patch)
tree7c1c75a974dc593f73149770f94c8d746eb4926f /js/components/tools-properties/pen-properties.reel/pen-properties.css
parent7dd942b6e19d2d7a779bc50e7bf4c8f8780b8f3a (diff)
downloadninja-18370abcf406c6ab36d5c5f2613cb79e756ff6d2.tar.gz
-Consolidated many redundant css classes used in the tool options bars
Diffstat (limited to 'js/components/tools-properties/pen-properties.reel/pen-properties.css')
-rwxr-xr-xjs/components/tools-properties/pen-properties.reel/pen-properties.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.css b/js/components/tools-properties/pen-properties.reel/pen-properties.css
index d08d0abd..c6e68195 100755
--- a/js/components/tools-properties/pen-properties.reel/pen-properties.css
+++ b/js/components/tools-properties/pen-properties.reel/pen-properties.css
@@ -5,24 +5,8 @@
5 </copyright> */ 5 </copyright> */
6 6
7 .optionsPenTool { 7 .optionsPenTool {
8 padding: 6px;
9} 8}
10 9
11 .optionsPenTool > * { 10 .optionsPenTool > * {
12 float:left; 11 float:left;
13} 12}
14
15 .optionsPenTool .fillColorCtrl, .optionsPenTool .strokeColorCtrl {
16 width: 20px;
17 height: 18px;
18 margin-left: 3px;
19 margin-right: 8px;
20 border: 1px black solid;
21}
22
23 .optionsPenTool .colorCtrlIcon {
24 width: 20px;
25 height: 20px;
26 -webkit-transform: scale(0.8);
27 background-color: rgb(40, 40, 40);
28} \ No newline at end of file