--- a/mouchak/static/css/editor.css +++ b/mouchak/static/css/editor.css @@ -1,8 +1,8 @@ .page { border: 1px solid #999; - padding: 20px; - width: 400px; - /*height: 400px;*/ + padding: 30px; + padding-bottom: 10px; + width: 600px; } #pages { position: absolute; @@ -15,8 +15,8 @@ } #page { position: absolute; - left: 500px; - top: 90px; + left: 400px; + top: 40px; } #pagelist { padding: 10px; @@ -62,12 +62,11 @@ top: 0px; } #code-edit { - position: absolute; - top: 355px; - right: 0; - bottom: 0 ; - left: 125px; - width: 70%; + position: relative; + top: 0; + left: 0; + width: 100%; + height: 500px; } #editor-overlay { position: absolute; --- a/mouchak/templates/editor.html +++ b/mouchak/templates/editor.html @@ -48,34 +48,60 @@