diff options
Diffstat (limited to 'program/js/tiny_mce/themes/advanced/about.htm')
-rw-r--r-- | program/js/tiny_mce/themes/advanced/about.htm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/program/js/tiny_mce/themes/advanced/about.htm b/program/js/tiny_mce/themes/advanced/about.htm index e5df7aa5a..267f837eb 100644 --- a/program/js/tiny_mce/themes/advanced/about.htm +++ b/program/js/tiny_mce/themes/advanced/about.htm @@ -48,9 +48,7 @@ </div>
<div class="mceActionPanel">
- <div style="float: right">
- <input type="button" id="cancel" name="cancel" value="{#close}" onclick="tinyMCEPopup.close();" />
- </div>
+ <input type="button" id="cancel" name="cancel" value="{#close}" onclick="tinyMCEPopup.close();" />
</div>
</body>
</html>
|