Commit 7ea075afec927b9559ac5df0eff21a5cd01546a2

Authored by Rodrigo Souto
1 parent a691529a

profile-suggestions: adjust suggestion close button on box-1

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,6 +1685,11 @@ a.button.disabled, input.disabled {
1685 text-decoration: underline; 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 #content .profiles-suggestions .profile-list a.remove-suggestion { 1693 #content .profiles-suggestions .profile-list a.remove-suggestion {
1689 display: block; 1694 display: block;
1690 width: 15px !important; 1695 width: 15px !important;
@@ -4018,12 +4023,6 @@ h1#agenda-title { @@ -4018,12 +4023,6 @@ h1#agenda-title {
4018 background-color: #eeeeec; 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 .profile-list img { 4026 .profile-list img {
4028 border: none; 4027 border: none;
4029 } 4028 }
@@ -4130,14 +4129,14 @@ h1#agenda-title { @@ -4130,14 +4129,14 @@ h1#agenda-title {
4130 } 4129 }
4131 4130
4132 .box-1 .profiles-suggestions .profile-list li { 4131 .box-1 .profiles-suggestions .profile-list li {
4133 - width: 100%;  
4134 - height: 95px; 4132 + width: 100px;
  4133 + height: 120px;
4135 overflow: hidden; 4134 overflow: hidden;
4136 text-overflow: ellipsis; 4135 text-overflow: ellipsis;
4137 text-align: center; 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 .box-1 .profiles-suggestions .profile-list li > a { 4140 .box-1 .profiles-suggestions .profile-list li > a {
4142 text-decoration: none; 4141 text-decoration: none;
4143 } 4142 }