diff --git a/spike/review/reinvent/ezmded/ui/index.html b/spike/review/reinvent/ezmded/ui/index.html index ac662cd..82fc4f9 100644 --- a/spike/review/reinvent/ezmded/ui/index.html +++ b/spike/review/reinvent/ezmded/ui/index.html @@ -80,9 +80,11 @@ margin-top: 1em; margin-bottom: 1em; } - .lr_buffer { - margin-left: 5em; - margin-right: 5em; + .r_buffer { + margin-right: 1em; + } + .l_buffer { + margin-left: 1em; } .monospace { font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; @@ -94,6 +96,9 @@ input, label, textarea { margin: initial; } + .editor-toolbar > button.preview { + color: #08c; + }