From f03425c8513e416556143f823ce98a9c2dcff113 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 29 Dec 2014 12:21:48 +0000 Subject: [PATCH] Fix hover and add margin to contact photo --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 5f10bcd..cae57ae 100644 --- a/css/style.css +++ b/css/style.css @@ -27,6 +27,7 @@ } #app-mailbox-peers li:hover > a, +#app-mailbox-peers li:hover, #app-mailbox-peers .selected, #app-mailbox-peers .selected a { background-color: #ccc; @@ -125,6 +126,7 @@ } .ocsms-plavatar { + margin-top: 2px; width: 40px; height: 40px; float: left;