From 7ea075afec927b9559ac5df0eff21a5cd01546a2 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 13 Aug 2014 11:57:18 +0000 Subject: [PATCH] profile-suggestions: adjust suggestion close button on box-1 --- public/stylesheets/application.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a3db1f0..346533a 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1685,6 +1685,11 @@ a.button.disabled, input.disabled { text-decoration: underline; } + +#content .box-1 .profiles-suggestions .profile-list a.remove-suggestion { + margin: -5px 7px 0 0; +} + #content .profiles-suggestions .profile-list a.remove-suggestion { display: block; width: 15px !important; @@ -4018,12 +4023,6 @@ h1#agenda-title { background-color: #eeeeec; } -.controller-favorite_enterprises .profile-list li, -.controller-friends .profile-list li { - width: 90px; - max-width: 80px; -} - .profile-list img { border: none; } @@ -4130,14 +4129,14 @@ h1#agenda-title { } .box-1 .profiles-suggestions .profile-list li { - width: 100%; - height: 95px; + width: 100px; + height: 120px; overflow: hidden; text-overflow: ellipsis; text-align: center; } -.box-1 .profiles-suggestions .profile-list .remove-suggestion, +.profiles-suggestions .profile-list .remove-suggestion, .box-1 .profiles-suggestions .profile-list li > a { text-decoration: none; } -- libgit2 0.21.2