diff --git a/src/noosfero-spb-theme/css/main-content.css b/src/noosfero-spb-theme/css/main-content.css index 25fdd58..17a4e7e 100644 --- a/src/noosfero-spb-theme/css/main-content.css +++ b/src/noosfero-spb-theme/css/main-content.css @@ -97,6 +97,7 @@ line-height: 32px; } +#content .button-bar a.button.with-text, #content #article-actions a.button.with-text{ display: inline-block; height: 18px; @@ -111,6 +112,18 @@ text-transform: none; } +#content .button-bar .button.with-text.icon-save.submit{ + height: 30px; + padding: 5px 15px; + background: #FFF none; + color: #3E67B1; + border-radius: 4px; + border: 1px solid #3E67B1; + font-size: 14px; + line-height: 14px; +} + +#content .button-bar a.button.with-text span, #content #article-actions a.button.with-text span{ padding: 0; } @@ -125,6 +138,7 @@ .action-profile-members #content .page-profile-header a.button.with-text{ border:none; } + .action-profile-members #content .button-bar a.button.with-text:hover{ border-color: #3E67B1; } @@ -141,6 +155,8 @@ line-height: 32px; } +#content .button-bar .button.with-text.icon-save.submit:hover, +#content .button-bar a.button.with-text:hover, #content a.button:hover, #content #article-actions a.button.with-text:hover, #content input.button.with-text:hover{ -- libgit2 0.21.2