Commit dd8f5c4dddc57bb43905dec97aa9870782eb1d84

Authored by Rodrigo Souto
Committed by Antonio Terceiro
1 parent d1ef35be
Exists in stable-1.2

profile-list-block: move view-all link to the bottom

With some translations the view all button gets overlaped by the title.

(cherry picked from commit 2d94b1d500518df58027f8c679c30e11f4e3da6b)
Showing 1 changed file with 5 additions and 6 deletions   Show diff stats
public/designs/themes/base/style.css
... ... @@ -495,15 +495,14 @@ div#notice {
495 495 display: block;
496 496 }
497 497  
  498 +.block-footer-content {
  499 + text-align: center;
  500 + padding-top: 3px;
  501 +}
  502 +
498 503 .block-footer-content a.view-all {
499   - position: absolute;
500   - top: 2px;
501   - right: 0px;
502 504 font-size: 11px;
503 505 color: #000;
504   - text-decoration: none;
505   - padding-right: 15px;
506   - background: url(imgs/arrow-right-p.png) 100% 50% no-repeat;
507 506 }
508 507  
509 508 #content .profile-list-block .block-title {
... ...