diff --git a/client/css/forms.styl b/client/css/forms.styl index d3405ffd..79ce0a69 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