From 3b800b9731d449c58004be8d6a86c720a0b8ee63 Mon Sep 17 00:00:00 2001 From: rr- Date: Mon, 1 Aug 2016 21:21:58 +0200 Subject: [PATCH] client/css: fix button height Regression from 797e5d4 --- client/css/forms.styl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/css/forms.styl b/client/css/forms.styl index d3405ff..79ce0a6 100644 --- a/client/css/forms.styl +++ b/client/css/forms.styl @@ -143,7 +143,7 @@ input[type=password] vertical-align: top font-family: 'Droid Sans', sans-serif font-size: 100% - padding: 0.25em 0.3em + padding: 0.2em 0.3em text-overflow: ellipsis width: 100% box-sizing: border-box @@ -325,8 +325,7 @@ input[type=button], input[type=submit] cursor: pointer font-size: 100% - line-height: 150% - padding: 0 0.7em + padding: 0.2em 0.7em border: 2px solid $button-enabled-background-color background: $button-enabled-background-color color: $button-enabled-text-color