From b3a96f27f065a828f08c5d89ff60aab5361188fe Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Wed, 10 Apr 2024 19:18:25 +0200 Subject: minor layout improvements (#6572) * minor layout improvements * added missing file, run deps.sh locally --- examples/server/public/index.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'examples/server/public') diff --git a/examples/server/public/index.html b/examples/server/public/index.html index 9fe61eb1..68661ee4 100644 --- a/examples/server/public/index.html +++ b/examples/server/public/index.html @@ -51,6 +51,26 @@ margin-bottom: 0.5em; } + button, input, textarea, .button, a.button, select { + color: #666; + border: 1px solid #ddd; + border-radius: 4px; + line-height: 1.5em; + padding: 0.25em 0.25em; + text-decoration: none; + font-size: 1.1rem; + } + + button { + border: 1px solid #2a8aad; + background: #3584e4; + font-weight: normal; + color: #fff; + } + button:disabled { + background: #9cbce5; + } + #write form { margin: 1em 0 0 0; display: flex; @@ -567,7 +587,7 @@ runCompletion(); } return html` -
+
-- cgit v1.2.3