Commit 68b134e409c66c0139c793403efdd89678fb71a5

Authored by Valessio Brito
1 parent 18795165

Fix bugs display enterprise and pagination

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -491,12 +491,18 @@ outline: 1px dotted #DFDFDF; @@ -491,12 +491,18 @@ outline: 1px dotted #DFDFDF;
491 } 491 }
492 492
493 /* Adjust blocks style menu items */ 493 /* Adjust blocks style menu items */
  494 +.related-organizations-block ul { width: auto; }
494 #content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; } 495 #content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; }
495 #content .link-list-block li a { border-bottom: 0px !important; padding: 5px; } 496 #content .link-list-block li a { border-bottom: 0px !important; padding: 5px; }
496 #content .recent-documents-block .block-title { border-bottom: 0px !important; } 497 #content .recent-documents-block .block-title { border-bottom: 0px !important; }
497 498
498 #content .common-profile-list-block li { min-height: 99px; } 499 #content .common-profile-list-block li { min-height: 99px; }
499 500
  501 +#content #article .pagination .next_page,
  502 +#content #article .pagination .prev_page {
  503 + font-size: 13px;
  504 +}
  505 +
500 /* Add button */ 506 /* Add button */
501 507
502 .community-track-plugin_track-card-list-block .block-footer-content .more a, 508 .community-track-plugin_track-card-list-block .block-footer-content .more a,