diff --git a/index.html b/index.html index 48e035c..b71b765 100644 --- a/index.html +++ b/index.html @@ -46,10 +46,10 @@ button.active { background: #D0E0FF; } -#export-button { +#export-button, #import-button { background: #D8D8D8; } -#export-button.active { +#export-button.active, #import-button.active { background: #C8C8C8; } @@ -57,11 +57,6 @@ button.active { position: fixed; left: 0px; top: 0px; -}; - -#export-area { - width: 100%; - height: 100px; } #logo { @@ -78,7 +73,17 @@ button.active { margin: 0px; } -#export-area { +#export-area, #import-area { + width: 380px; + height: 280px; + overflow: hidden; + resize: none; + margin: 5px; + font-family: monospace; + white-space: pre; +} + +#input-area { width: 380px; height: 280px; overflow: hidden; @@ -102,6 +107,8 @@ button.active {