From d88726b58de30c7bc8f430e58ad9d456ba3b3853 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 8 May 2019 16:44:58 +0200 Subject: [PATCH] colibris: the "ok" button was misaligned in Chrome When visiting Etherpad's home page with Chrome the "ok" button was not on the same line as the pad name text box. On Firefox & Safari there was no problem. Tested on Chrome 74. Fixes #3604. --- src/static/skins/colibris/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/skins/colibris/index.css b/src/static/skins/colibris/index.css index 1526f8560..0452d45f8 100644 --- a/src/static/skins/colibris/index.css +++ b/src/static/skins/colibris/index.css @@ -64,6 +64,7 @@ button[type=submit] { color: #64d29b; background: #586a69; border: none; + top: 0; } #button:hover,