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 01a0ca1f..d08d0abd 100755
--- a/js/components/tools-properties/pen-properties.reel/pen-properties.css
+++ b/js/components/tools-properties/pen-properties.reel/pen-properties.css
@@ -4,7 +4,6 @@
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
*/
-
.optionsPenTool {
padding: 6px;
}
@@ -16,11 +15,14 @@
.optionsPenTool .fillColorCtrl, .optionsPenTool .strokeColorCtrl {
width: 20px;
height: 18px;
- margin: 2px 6px;
+ margin-left: 3px;
+ margin-right: 8px;
+ border: 1px black solid;
}
.optionsPenTool .colorCtrlIcon {
width: 20px;
height: 20px;
- background-color: rgb(54, 54, 54);
+ -webkit-transform: scale(0.8);
+ background-color: rgb(40, 40, 40);
}
\ No newline at end of file
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.html b/js/components/tools-properties/pen-properties.reel/pen-properties.html
index 176663df..9bae188e 100755
--- a/js/components/tools-properties/pen-properties.reel/pen-properties.html
+++ b/js/components/tools-properties/pen-properties.reel/pen-properties.html
@@ -40,10 +40,11 @@
diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.css b/js/components/tools-properties/pencil-properties.reel/pencil-properties.css
deleted file mode 100755
index 7f1b0f7f..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- This file contains proprietary software owned by Motorola Mobility, Inc.
- No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
- (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
- */
-
diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.html b/js/components/tools-properties/pencil-properties.reel/pencil-properties.html
deleted file mode 100755
index fc5f541e..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.js b/js/components/tools-properties/pencil-properties.reel/pencil-properties.js
deleted file mode 100755
index e1be4b5e..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-This file contains proprietary software owned by Motorola Mobility, Inc.
-No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
-(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
- */
-
-var Montage = require("montage/core/core").Montage;
-var Component = require("montage/ui/component").Component;
-var ToolProperties = require("js/components/tools-properties/tool-properties").ToolProperties;
-
-exports.PencilProperties = Montage.create(ToolProperties, {
-
-
- _subPrepare: {
- value: function() {
- //this.divElement.addEventListener("click", this, false);
- }
- },
-
- handleClick: {
- value: function(event) {
- // this.selectedElement = event._event.target.id;
- }
- }
-});
\ No newline at end of file
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 6efa615c..1100bc70 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.css
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.css
@@ -5,7 +5,7 @@
*/
.optionsShapeTool {
- padding: 6px;
+ padding: 4px;
}
.optionsShapeTool > * {
@@ -16,10 +16,13 @@
width: 20px;
height: 18px;
margin: 2px 6px;
+ border: 1px black solid;
}
.optionsShapeTool .colorCtrlIcon {
width: 20px;
height: 20px;
- background-color: rgb(54, 54, 54);
+ margin-top: 2px;
+ -webkit-transform: scale(0.8);
+ background-color: rgb(40, 40, 40);
}
\ No newline at end of file
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.html b/js/components/tools-properties/shape-properties.reel/shape-properties.html
index d3faab75..3c492e6e 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.html
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.html
@@ -136,11 +136,11 @@
-
-
-
+
+
+
-
+
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.css b/js/components/tools-properties/tag-properties.reel/tag-properties.css
index 7f1b0f7f..7969dff9 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.css
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.css
@@ -4,3 +4,19 @@
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
*/
+ .tagRadioButtons .fillColorCtrl {
+ width: 18px;
+ height: 18px;
+ margin-top: 6px;
+ margin-left: 3px;
+ margin-right: 8px;
+ border: 1px black solid;
+}
+
+ .tagRadioButtons .colorCtrlIcon {
+ width: 20px;
+ height: 20px;
+ margin-top: 6px;
+ -webkit-transform: scale(0.8);
+ background-color: rgb(40, 40, 40);
+}
\ No newline at end of file
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html
index c80ba36e..379c37a0 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.html
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html
@@ -17,7 +17,9 @@
"properties": {
"element": {"#": "tagProperties"},
- "divElement": {"#": "divTool"},
+ "_fillColorCtrl": {"#": "fillColorCtrl"},
+
+ "divElement": {"#": "divTool"},
"imageElement": {"#": "imageTool"},
"videoElement": {"#": "videoTool"},
"canvasElement": {"#": "canvasTool"},
@@ -30,13 +32,17 @@
}
}
}
-
+