Commit 12923d4096ccd858ff8558dfaf5704da96ac2d41
1 parent
187459ca
Exists in
master
and in
29 other branches
Slightly better style for profile listing blocks
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
public/designs/themes/base/style.css
@@ -679,8 +679,6 @@ div#notice { | @@ -679,8 +679,6 @@ div#notice { | ||
679 | 679 | ||
680 | .communities-block .vcard a .org { | 680 | .communities-block .vcard a .org { |
681 | padding-top: 5px; | 681 | padding-top: 5px; |
682 | - font-size: 12px; | ||
683 | - color: #000; | ||
684 | max-height: 30px; | 682 | max-height: 30px; |
685 | overflow: hidden; | 683 | overflow: hidden; |
686 | } | 684 | } |
public/stylesheets/application.css
@@ -1741,7 +1741,8 @@ input.disabled { | @@ -1741,7 +1741,8 @@ input.disabled { | ||
1741 | height: 50px; | 1741 | height: 50px; |
1742 | } | 1742 | } |
1743 | 1743 | ||
1744 | -.common-profile-list-block .locality { | 1744 | +.common-profile-list-block .locality, |
1745 | +.common-profile-list-block .community-member-count { | ||
1745 | font-size: 9px; | 1746 | font-size: 9px; |
1746 | opacity: 0.5; | 1747 | opacity: 0.5; |
1747 | filter: alpha(opacity=50); | 1748 | filter: alpha(opacity=50); |