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.pull/3614/head
parent
f2b888e3ff
commit
d88726b58d
|
@ -64,6 +64,7 @@ button[type=submit] {
|
|||
color: #64d29b;
|
||||
background: #586a69;
|
||||
border: none;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#button:hover,
|
||||
|
|
Loading…
Reference in New Issue