From 1c4b6d0138e01d1f99394c51903aff473c25a2ef Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Thu, 10 Feb 2022 18:06:40 -0700 Subject: [PATCH] align save, title, delete and color readonly icon --- spike/review/reinvent/ezmded/ui/index.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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; + }