From da80ef7c0b110b20073b0ab0798c5721224e9c6e Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Sat, 5 Sep 2015 16:45:46 -0300 Subject: [PATCH] Reduce size of buttons --- css/main-content.css | 12 ++++++++++++ 1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/css/main-content.css b/css/main-content.css index 834fa48..2f5aa4a 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -94,6 +94,18 @@ text-transform: uppercase; } +#content .button-bar a.button.with-text{ + height: auto; + border: 1px solid #D3D6DE; + font-size: 12px; + line-height: normal; + text-transform: none; +} + +#content .button-bar a.button.with-text:hover{ + border-color: #3E67B1; +} + #content form input.button.with-text{ height: 42px; max-height: 42px; -- libgit2 0.21.2