Commit 2d94b1d500518df58027f8c679c30e11f4e3da6b
1 parent
09c3d5b0
Exists in
master
and in
29 other branches
profile-list-block: move view-all link to the bottom
With some translations the view all button gets overlaped by the title.
Showing
1 changed file
with
5 additions
and
6 deletions
Show diff stats
public/designs/themes/base/style.scss
@@ -499,15 +499,14 @@ div#notice { | @@ -499,15 +499,14 @@ div#notice { | ||
499 | display: block; | 499 | display: block; |
500 | } | 500 | } |
501 | 501 | ||
502 | +.block-footer-content { | ||
503 | + text-align: center; | ||
504 | + padding-top: 3px; | ||
505 | +} | ||
506 | + | ||
502 | .block-footer-content a.view-all { | 507 | .block-footer-content a.view-all { |
503 | - position: absolute; | ||
504 | - top: 2px; | ||
505 | - right: 0px; | ||
506 | font-size: 11px; | 508 | font-size: 11px; |
507 | color: #000; | 509 | color: #000; |
508 | - text-decoration: none; | ||
509 | - padding-right: 15px; | ||
510 | - background: url(imgs/arrow-right-p.png) 100% 50% no-repeat; | ||
511 | } | 510 | } |
512 | 511 | ||
513 | #content .profile-list-block .block-title { | 512 | #content .profile-list-block .block-title { |