From c4b1716743a8532f31c3490c357b6088308fb050 Mon Sep 17 00:00:00 2001 From: Hebert Douglas Date: Fri, 22 Jan 2016 11:22:15 -0200 Subject: [PATCH] Apply design in button on content panel. --- src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css | 7 +++---- src/noosfero-spb/noosfero-spb-theme/css/main-content.css | 17 +++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css b/src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css index 49322c8..ad1cf78 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css @@ -145,8 +145,8 @@ line-height: 14px; } -.controller-cms #content .main-content form .button-bar a span{ - line-height: 32px; +.controller-cms #content .main-content form .button-bar .icon-delete{ + float: left; } .controller-cms #content .main-content form .button-bar input:hover, @@ -161,8 +161,7 @@ } .controller-cms #content .main-content form .button-bar a.button{ - height: 30px; - padding: 2px 15px; + padding: 5px 15px; color: #3E67B1; background: #FFF; border: 1px solid #3E67B1; diff --git a/src/noosfero-spb/noosfero-spb-theme/css/main-content.css b/src/noosfero-spb/noosfero-spb-theme/css/main-content.css index 6b70ae5..ce181e0 100644 --- a/src/noosfero-spb/noosfero-spb-theme/css/main-content.css +++ b/src/noosfero-spb/noosfero-spb-theme/css/main-content.css @@ -149,8 +149,8 @@ #content .button-bar .button.with-text.icon-save.submit{ height: 30px; padding: 5px 15px; - background: #FFF none; - color: #3E67B1; + background: #3E67B1 none; + color: #FFF; border-radius: 4px; border: 1px solid #3E67B1; font-size: 14px; @@ -178,15 +178,15 @@ } #content form input.button.with-text{ - height: 42px; - max-height: 42px; - padding: 5px 15px; + height: 30px; + max-height: 30px; + padding: 5px 10px; background: #FFF none; color: #3E67B1; border-radius: 4px; border: 1px solid #3E67B1; font-size: 14px; - line-height: 32px; + line-height: 14px; } #content .button-bar .button.with-text.icon-save.submit:hover, @@ -194,8 +194,9 @@ #content a.button:hover, #content #article-actions a.button.with-text:hover, #content input.button.with-text:hover{ - background-color: #3E67B1; - color: #FFF; + background-color: #FFF; + color: #3E67B1; + border: 1px solid #3E67B1; } /* This is a temporary solution until noosfero deals with logged-out comments in a better manner. */ -- libgit2 0.21.2