changeset 289:6b9be5dec572

fix button alignment
author Matt Johnston <matt@ucc.asn.au>
date Sat, 06 Jul 2019 15:02:41 +0800
parents 95f704ce809d
children 35ae717d48f0
files web/views/set.tpl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/web/views/set.tpl	Thu Feb 01 23:49:48 2018 +0800
+++ b/web/views/set.tpl	Sat Jul 06 15:02:41 2019 +0800
@@ -29,6 +29,8 @@
     padding: 0;
     font-size: 30pt;
     height: 34pt;
+    vertical-align: middle;
+    line-height: 1em;
 }
 
 input[type="button"] {
@@ -37,7 +39,6 @@
     -webkit-appearance: none;
     -moz-appearance: none;
     background:#fff;
-    vertical-align: middle;
 }
 
 input[type="submit"] {