Commit 68b134e409c66c0139c793403efdd89678fb71a5
1 parent
18795165
Exists in
master
and in
2 other branches
Fix bugs display enterprise and pagination
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -491,12 +491,18 @@ outline: 1px dotted #DFDFDF; |
| 491 | 491 | } |
| 492 | 492 | |
| 493 | 493 | /* Adjust blocks style menu items */ |
| 494 | +.related-organizations-block ul { width: auto; } | |
| 494 | 495 | #content .profile-info-options a.button.with-text { border-bottom: 1px solid #CCC !important; } |
| 495 | 496 | #content .link-list-block li a { border-bottom: 0px !important; padding: 5px; } |
| 496 | 497 | #content .recent-documents-block .block-title { border-bottom: 0px !important; } |
| 497 | 498 | |
| 498 | 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 | 506 | /* Add button */ |
| 501 | 507 | |
| 502 | 508 | .community-track-plugin_track-card-list-block .block-footer-content .more a, | ... | ... |