Commit d8e061ef406ff151716ab6d8d4dd96ca73207e01

Authored by Larissa Reis
2 parents 05c37cf4 7ea075af

Merge branch 'stoa' of gitlab.com:colivre/noosfero into feedback

Showing 1 changed file with 8 additions and 9 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1685,6 +1685,11 @@ a.button.disabled, input.disabled {
1685 1685 text-decoration: underline;
1686 1686 }
1687 1687  
  1688 +
  1689 +#content .box-1 .profiles-suggestions .profile-list a.remove-suggestion {
  1690 + margin: -5px 7px 0 0;
  1691 +}
  1692 +
1688 1693 #content .profiles-suggestions .profile-list a.remove-suggestion {
1689 1694 display: block;
1690 1695 width: 15px !important;
... ... @@ -4018,12 +4023,6 @@ h1#agenda-title {
4018 4023 background-color: #eeeeec;
4019 4024 }
4020 4025  
4021   -.controller-favorite_enterprises .profile-list li,
4022   -.controller-friends .profile-list li {
4023   - width: 90px;
4024   - max-width: 80px;
4025   -}
4026   -
4027 4026 .profile-list img {
4028 4027 border: none;
4029 4028 }
... ... @@ -4130,14 +4129,14 @@ h1#agenda-title {
4130 4129 }
4131 4130  
4132 4131 .box-1 .profiles-suggestions .profile-list li {
4133   - width: 100%;
4134   - height: 95px;
  4132 + width: 100px;
  4133 + height: 120px;
4135 4134 overflow: hidden;
4136 4135 text-overflow: ellipsis;
4137 4136 text-align: center;
4138 4137 }
4139 4138  
4140   -.box-1 .profiles-suggestions .profile-list .remove-suggestion,
  4139 +.profiles-suggestions .profile-list .remove-suggestion,
4141 4140 .box-1 .profiles-suggestions .profile-list li > a {
4142 4141 text-decoration: none;
4143 4142 }
... ...