diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-25 17:41:05 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-06-25 23:53:13 +0200 |
commit | ad4a4ea757cce61cde102be2aea2d07fe55aaa2c (patch) | |
tree | 2d1878b5e9b2a1a887a73bdcd793a6a1025786d3 /public/style.css | |
parent | 3009c951931002c9021d76a1c221e3013f0cd046 (diff) | |
download | server-ad4a4ea757cce61cde102be2aea2d07fe55aaa2c.tar.gz |
New and improved join page with server sent events.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 157661b..0503574 100644 --- a/public/style.css +++ b/public/style.css @@ -44,6 +44,7 @@ button, select { margin: 5px 10px 5px 0; padding: 1px 10px; background-color: gainsboro; + vertical-align: top; } button:disabled { color: gray; |