Commit 1879516587b819a26ce036b52e34bcd16c94079e

Authored by Valessio Brito
1 parent ccdc568d

Small adjust buttons

Showing 1 changed file with 19 additions and 6 deletions   Show diff stats
style.css
... ... @@ -245,12 +245,6 @@ div#article-parent {
245 245 -moz-border-radius: 0px;
246 246 }
247 247  
248   -.box-1 .block-footer-content {
249   - color: #000;
250   - background: #DFDFDF;
251   - border-top: 3px solid #545454;
252   -}
253   -
254 248 #content .box-3 .block-title {
255 249 border-top: none;
256 250 background: #FFF;
... ... @@ -500,3 +494,22 @@ outline: 1px dotted #DFDFDF;
500 494 #content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; }
501 495 #content .link-list-block li a { border-bottom: 0px !important; padding: 5px; }
502 496 #content .recent-documents-block .block-title { border-bottom: 0px !important; }
  497 +
  498 +#content .common-profile-list-block li { min-height: 99px; }
  499 +
  500 +/* Add button */
  501 +
  502 +.community-track-plugin_track-card-list-block .block-footer-content .more a,
  503 +.recent-documents-block .block-footer-content a,
  504 +.related-organizations-block .block-footer-content a {
  505 + background: url("/designs/themes/participa-theme/images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #EEE;
  506 + border: 1px solid #CCC;
  507 + border-radius: 5px 5px 5px 5px;
  508 + display: inline;
  509 + margin: 14px 0 14px 14px;
  510 + padding: 5px 15px;
  511 + position: relative;
  512 + top: 5px;
  513 +}
  514 +
  515 +
... ...