X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=editor_tests_compiled.html;h=cff5d6f949167b0257ec0297b6609ac257c7f534;hb=d415d52813ae2ee5c19bb2fd183de1f6158f6d13;hp=d529b4f39ad6e1bb431cbd69a5111e3a02d1faae;hpb=28e2a56749dc8ddd97c2d5b16f7b3558488f4a34;p=peach-html5-editor.git diff --git a/editor_tests_compiled.html b/editor_tests_compiled.html index d529b4f..cff5d6f 100644 --- a/editor_tests_compiled.html +++ b/editor_tests_compiled.html @@ -8,33 +8,13 @@ textarea { box-sizing: border-box; width: 100%; + height: 200px } + /* optional */ .peach_html5_editor { - width: 300px; - height: 300px; - border: 1px solid black; - padding: 5px; - position: relative; - } - .peach_html5_editor_overlay { - position: absolute; - top: -1px; - left: -1px; - width: 312px; - height: 312px; - overflow: hidden; - } - .peach_html5_editor_lightbox { - position: absolute; - background: rgba(100,100,100,0.2); - } - .peach_html5_editor_iframe { - box-sizing: border-box; - margin: 0; - border: none; - padding: 0; - width: 300px; - height: 300px; + width: 500px; + height: 500px; + margin: 0 auto; } @@ -42,13 +22,18 @@

Peach HTML5 Editor test page (compiled version)

This version of the editor test page requires that you've compiled all the source files. (Just run make).

-

HTML view. Changes here propagate when you remove your cursor (press tab or click outside)