diff options
author | Jon Reid | 2012-05-22 10:40:40 -0700 |
---|---|---|
committer | Jon Reid | 2012-05-22 10:40:40 -0700 |
commit | d43a3179171a9f82c7a17425ec69ff0a4d571f10 (patch) | |
tree | 1c78ccc588f04bac9bff4de82e527a128162cf4f /js/components/tools-properties/zoom-properties.reel | |
parent | 1324301feea23f9d66c9ca2f52e004b552e9ed96 (diff) | |
parent | 0b6dfbbc7f6c0a67bd415ee8d64685b3f209edfa (diff) | |
download | ninja-d43a3179171a9f82c7a17425ec69ff0a4d571f10.tar.gz |
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into timeline-local
Diffstat (limited to 'js/components/tools-properties/zoom-properties.reel')
-rwxr-xr-x | js/components/tools-properties/zoom-properties.reel/zoom-properties.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/components/tools-properties/zoom-properties.reel/zoom-properties.html b/js/components/tools-properties/zoom-properties.reel/zoom-properties.html index cf22b775..7a830f2a 100755 --- a/js/components/tools-properties/zoom-properties.reel/zoom-properties.html +++ b/js/components/tools-properties/zoom-properties.reel/zoom-properties.html | |||
@@ -27,9 +27,9 @@ | |||
27 | 27 | ||
28 | <body> | 28 | <body> |
29 | <div data-montage-id="zoomProperties" class="subToolHolderPanel"> | 29 | <div data-montage-id="zoomProperties" class="subToolHolderPanel"> |
30 | <div id="zoomToolOptionHolder" class="subToolButton"> | 30 | <div id="zoomToolOptionHolder" class="toolOptionsFloatChildren"> |
31 | <input data-montage-id="zoomInTool" id="zoomInTool" type="radio" name="zoomRadio" class="zoom-option" title="Zoom In"checked/> | 31 | <input data-montage-id="zoomInTool" id="zoomInTool" type="radio" name="zoomRadio" class="toolOptsRadioButton zoomInToolIcon" title="Zoom In"checked/> |
32 | <input data-montage-id="zoomOutTool" id="zoomOutTool" type="radio" name="zoomRadio" title="Zoom Out" class="zoom-option"/> | 32 | <input data-montage-id="zoomOutTool" id="zoomOutTool" type="radio" name="zoomRadio" class="toolOptsRadioButton zoomOutToolIcon" title="Zoom Out"/> |
33 | </div> | 33 | </div> |
34 | </div> | 34 | </div> |
35 | </body> | 35 | </body> |