From 1879516587b819a26ce036b52e34bcd16c94079e Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Mon, 31 Mar 2014 18:22:07 -0300 Subject: [PATCH] Small adjust buttons --- style.css | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 3cef734..f41c388 100644 --- a/style.css +++ b/style.css @@ -245,12 +245,6 @@ div#article-parent { -moz-border-radius: 0px; } -.box-1 .block-footer-content { - color: #000; - background: #DFDFDF; - border-top: 3px solid #545454; -} - #content .box-3 .block-title { border-top: none; background: #FFF; @@ -500,3 +494,22 @@ outline: 1px dotted #DFDFDF; #content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; } #content .link-list-block li a { border-bottom: 0px !important; padding: 5px; } #content .recent-documents-block .block-title { border-bottom: 0px !important; } + +#content .common-profile-list-block li { min-height: 99px; } + +/* Add button */ + +.community-track-plugin_track-card-list-block .block-footer-content .more a, +.recent-documents-block .block-footer-content a, +.related-organizations-block .block-footer-content a { + background: url("/designs/themes/participa-theme/images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEE; + border: 1px solid #CCC; + border-radius: 5px 5px 5px 5px; + display: inline; + margin: 14px 0 14px 14px; + padding: 5px 15px; + position: relative; + top: 5px; +} + + -- libgit2 0.21.2