aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/subtool-button.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 14:13:07 -0700
committerJonathan Duran2012-05-11 14:13:07 -0700
commit1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch)
tree2563aa7694c3caaf813ca71ef3250b2a76ee0041 /js/components/layout/subtool-button.reel
parent32257ac142f872d3c1f6c07504bae77ae884ed93 (diff)
parent6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff)
downloadninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz
Merge branch 'refs/heads/TimelineUber' into TimelineProps
Diffstat (limited to 'js/components/layout/subtool-button.reel')
-rwxr-xr-xjs/components/layout/subtool-button.reel/subtool-button.css4
-rwxr-xr-xjs/components/layout/subtool-button.reel/subtool-button.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/js/components/layout/subtool-button.reel/subtool-button.css b/js/components/layout/subtool-button.reel/subtool-button.css
index cda505b0..b98941d9 100755
--- a/js/components/layout/subtool-button.reel/subtool-button.css
+++ b/js/components/layout/subtool-button.reel/subtool-button.css
@@ -12,11 +12,11 @@
12 background: #B2B2B2; 12 background: #B2B2B2;
13} 13}
14 14
15#toolBarButton { 15.toolBarButton {
16 border: 3px; 16 border: 3px;
17 float: left; 17 float: left;
18} 18}
19 19
20#toolBarButton:hover { 20.toolBarButton:hover {
21 opacity: 1; 21 opacity: 1;
22} 22}
diff --git a/js/components/layout/subtool-button.reel/subtool-button.html b/js/components/layout/subtool-button.reel/subtool-button.html
index 501193d3..30f75d8c 100755
--- a/js/components/layout/subtool-button.reel/subtool-button.html
+++ b/js/components/layout/subtool-button.reel/subtool-button.html
@@ -24,7 +24,7 @@
24 </head> 24 </head>
25 25
26 <body> 26 <body>
27 <div id="toolButton" class="toolbutton"></div> 27 <div data-montage-id="toolButton" class="toolbutton"></div>
28 </body> 28 </body>
29 29
30</html> 30</html>