From 3eaeed4ce9ae76b2e8a550667584673cef1285b1 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Mon, 20 Jan 2014 16:16:41 +0200 Subject: [PATCH] Two more css width fixes. --- converse.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/converse.css b/converse.css index ac16eba32..0bf405f5b 100644 --- a/converse.css +++ b/converse.css @@ -1213,7 +1213,7 @@ form.add-xmpp-contact { } form.add-xmpp-contact input { - width: 120px; + width: 108px; } .chatbox .dropdown dt a span { @@ -1250,7 +1250,7 @@ form.add-xmpp-contact input { line-height: 24px; } -.chatbox .dropdown dd ul a:hover { +.chatbox .dropdown dd ul li:hover { background-color: #bed6e5; }