From 6e90cf7aa82c4c3b9e7e5aa16e63bafdd1453b3f Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 12 Aug 2014 19:01:20 -0300 Subject: [PATCH] profile-suggestions: add border on every suggestion --- public/designs/themes/base/style.css | 14 ++++++++++++++ public/stylesheets/application.css | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/public/designs/themes/base/style.css b/public/designs/themes/base/style.css index 14a5623..f5872aa 100644 --- a/public/designs/themes/base/style.css +++ b/public/designs/themes/base/style.css @@ -1278,6 +1278,20 @@ hr.pre-posts, hr.sep-posts { /******** controller-friends action-friends-index ********/ +.profile-list li, +.common-profile-list-block .vcard { + border: 1px solid transparent; +} + +.profile-list li:hover, +.common-profile-list-block .vcard:hover { + border: 1px solid #CCC; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + background: #EEE; + text-decoration: none; +} + .common-profile-list-block .vcard a, .common-profile-list-block .vcard a:hover { background: transparent; diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e9ba954..d3e71ec 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -4147,7 +4147,6 @@ h1#agenda-title { .common-profile-list-block .profiles-suggestions .profile-list li { width: 100%; max-width: 100%; - height: 70px; max-height: 100%; overflow: hidden; text-overflow: ellipsis; -- libgit2 0.21.2