diff --git a/static/html/header.html b/static/html/header.html index c07f5bfb..4327efd1 100644 --- a/static/html/header.html +++ b/static/html/header.html @@ -89,14 +89,14 @@ } .btn { - border: none; - border-radius: 4px; box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.25), 0 0px 1px rgba(0, 0, 0, 0.25); - cursor: pointer; + padding: 0; font-size: 14px; - line-height: 1; - padding: 6px 12px; - + border-radius: 4px; + border: none; + cursor: pointer; + font-size: 16px; + } .btn:focus { outline: none; } diff --git a/static/html/reset-password.html b/static/html/reset-password.html index b692489e..b031fb1e 100644 --- a/static/html/reset-password.html +++ b/static/html/reset-password.html @@ -37,7 +37,7 @@ {{ end }} - + {{ end }}