From 35bc02778549e245048ae4d07414d69396796561 Mon Sep 17 00:00:00 2001 From: Melissa Wen Date: Sat, 5 Sep 2015 23:12:25 -0300 Subject: [PATCH] Adjusts on buttons --- css/main-content.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/css/main-content.css b/css/main-content.css index 2f5aa4a..293b4be 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -81,8 +81,7 @@ /*** Button ***/ -#content a.button.with-text, -#content #article-actions a.button.with-text{ +#content a.button.with-text{ height: 32px; padding: 5px 15px; background: #FFF none; @@ -94,7 +93,21 @@ text-transform: uppercase; } -#content .button-bar a.button.with-text{ +#content #article-actions a.button.with-text{ + display: inline-block; + height: 18px; + padding: 5px 10px; + margin-bottom: 5px; + background: #FFF none; + color: #3E67B1; + border-radius: 4px; + border: 1px solid #3E67B1; + font-size: 12px; + line-height: 18px; + text-transform: none; +} + +.action-profile-members #content .button-bar a.button.with-text{ height: auto; border: 1px solid #D3D6DE; font-size: 12px; @@ -102,7 +115,7 @@ text-transform: none; } -#content .button-bar a.button.with-text:hover{ +.action-profile-members #content .button-bar a.button.with-text:hover{ border-color: #3E67B1; } -- libgit2 0.21.2