From 0204bdec1b5b5a00dc8e38fb7973613be4d5d27a Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 17 Oct 2013 20:30:07 +0200 Subject: [PATCH] Some minor CSS tweaks and pixel pushing --- converse.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/converse.css b/converse.css index e96b81bfb..988f5ddb0 100644 --- a/converse.css +++ b/converse.css @@ -150,11 +150,11 @@ ul.participant-list li.moderator { .chat-content { position: relative; - padding: 0.3em; + padding: 4px; font-size: 13px; color: rgb(79, 79, 79); height:180px; - width: 190px; + width: 192px; overflow-y:auto; border: 0; background-color: #ffffff; @@ -803,10 +803,10 @@ ul.chat-toolbar { font-size:12px; position: absolute; bottom: 100%; - margin-bottom: 0; + margin-bottom: 1px; right: 0; background: #fff; - box-shadow: -1px -2px 2px 1px rgba(0,0,0,0.4); + box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.4); } .chat-toolbar ul li {