Commit 2a4045215b12b98591c47aaf35fbdec246659783
1 parent
60eea82d
Exists in
master
and in
23 other branches
ActionItem154: centralizing style for all subtypes of ProfileListBlock
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1400 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
4 changed files
with
16 additions
and
1 deletions
Show diff stats
public/stylesheets/blocks/profile-list-block.css
| 1 | -div.profile-list-block div { | 1 | +div.profile-list-block div.profile-list-block-link, |
| 2 | +div.communities-block div.profile-list-block-link, | ||
| 3 | +div.members-block div.profile-list-block-link, | ||
| 4 | +div.enterprises-block div.profile-list-block-link | ||
| 5 | +{ | ||
| 2 | display: block; | 6 | display: block; |
| 3 | float: left; | 7 | float: left; |
| 4 | 8 | ||
| @@ -10,3 +14,11 @@ div.profile-list-block div { | @@ -10,3 +14,11 @@ div.profile-list-block div { | ||
| 10 | text-align: center; | 14 | text-align: center; |
| 11 | 15 | ||
| 12 | } | 16 | } |
| 17 | + | ||
| 18 | +div.profile-list-block, | ||
| 19 | +div.communities-block, | ||
| 20 | +div.members-block, | ||
| 21 | +div.enterprises-block { | ||
| 22 | + clear: both; | ||
| 23 | +} | ||
| 24 | + |