diff --git a/index.html b/index.html index 0b5001f..bcab9ed 100644 --- a/index.html +++ b/index.html @@ -13,13 +13,16 @@ } .dialog { + position: absolute; + top: 0px; + left: 70px; + width: 400px; + height: 300px; transition: height 0.3s; - border-radius: 5px; - margin: 10px; - border: 1px solid #444; - background: #D0E0FF; - + margin-top: 3px; + background: #F8F8F8; display: none; + border: 1px solid #444; } .visible { @@ -43,6 +46,13 @@ button.active { background: #D0E0FF; } +#export-button { + background: #D8D8D8; +} +#export-button.active { + background: #C8C8C8; +} + #ascii-canvas { position: fixed; left: 0px; @@ -68,6 +78,16 @@ button.active { margin: 0px; } +#export-area { + width: 380px; + height: 280px; + overflow: hidden; + resize: none; + margin: 5px; + font-family: monospace; + white-space: pre; +} + @@ -81,17 +101,18 @@ button.active {