Commit 2a4045215b12b98591c47aaf35fbdec246659783

Authored by AntonioTerceiro
1 parent 60eea82d

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
public/stylesheets/blocks/communities-block.css 0 → 120000
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +profile-list-block.css
0 \ No newline at end of file 2 \ No newline at end of file
public/stylesheets/blocks/enterprises-block.css 0 → 120000
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +profile-list-block.css
0 \ No newline at end of file 2 \ No newline at end of file
public/stylesheets/blocks/members-block.css 0 → 120000
@@ -0,0 +1 @@ @@ -0,0 +1 @@
  1 +profile-list-block.css
0 \ No newline at end of file 2 \ No newline at end of file
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 +