From 340eb3005567fbb2ef32d4c48804768873194929 Mon Sep 17 00:00:00 2001 From: Lucas Serven Date: Thu, 22 Sep 2016 11:14:12 -0700 Subject: [PATCH] static: fix button styles --- static/html/header.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/html/header.html b/static/html/header.html index 4327efd1..c07f5bfb 100644 --- a/static/html/header.html +++ b/static/html/header.html @@ -89,14 +89,14 @@ } .btn { - 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); - padding: 0; - font-size: 14px; - border-radius: 4px; 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; - font-size: 16px; - } + font-size: 14px; + line-height: 1; + padding: 6px 12px; + .btn:focus { outline: none; }