diff options
Diffstat (limited to 'js/components/layout/tool-button.reel')
-rwxr-xr-x | js/components/layout/tool-button.reel/tool-button.css | 4 | ||||
-rwxr-xr-x | js/components/layout/tool-button.reel/tool-button.html | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/js/components/layout/tool-button.reel/tool-button.css b/js/components/layout/tool-button.reel/tool-button.css index 46152424..f9d23f35 100755 --- a/js/components/layout/tool-button.reel/tool-button.css +++ b/js/components/layout/tool-button.reel/tool-button.css | |||
@@ -14,11 +14,11 @@ | |||
14 | background: #B2B2B2; | 14 | background: #B2B2B2; |
15 | } | 15 | } |
16 | 16 | ||
17 | #toolBarButton { | 17 | .toolBarButton { |
18 | border: 3px; | 18 | border: 3px; |
19 | float: left; | 19 | float: left; |
20 | } | 20 | } |
21 | 21 | ||
22 | #toolBarButton:hover { | 22 | .toolBarButton:hover { |
23 | opacity: 1; | 23 | opacity: 1; |
24 | } | 24 | } |
diff --git a/js/components/layout/tool-button.reel/tool-button.html b/js/components/layout/tool-button.reel/tool-button.html index 476b66f3..84a6d34e 100755 --- a/js/components/layout/tool-button.reel/tool-button.html +++ b/js/components/layout/tool-button.reel/tool-button.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <!DOCTYPE HTML> | 1 | <!DOCTYPE HTML> |
2 | <!-- <copyright> | 2 | <!-- <copyright> |
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | 3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> |
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | 4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> |
@@ -13,8 +13,7 @@ | |||
13 | <script type="text/montage-serialization"> | 13 | <script type="text/montage-serialization"> |
14 | { | 14 | { |
15 | "owner": { | 15 | "owner": { |
16 | "module": "js/components/layout/tool-button.reel", | 16 | "prototype": "js/components/layout/tool-button.reel", |
17 | "name": "ToolButton", | ||
18 | "properties": { | 17 | "properties": { |
19 | "element": {"#": "toolBarButton"} | 18 | "element": {"#": "toolBarButton"} |
20 | } | 19 | } |
@@ -26,7 +25,7 @@ | |||
26 | </head> | 25 | </head> |
27 | 26 | ||
28 | <body> | 27 | <body> |
29 | <div id="toolBarButton"></div> | 28 | <div data-montage-id="toolBarButton" class="toolBarButton"></div> |
30 | </body> | 29 | </body> |
31 | 30 | ||
32 | </html> | 31 | </html> |