From 0ad0eccaf9fa0a8467ed75aa2d4eeb6971476bd6 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 15 Aug 2014 12:37:57 -0300 Subject: [PATCH] fix unread messages --- cabecalho.css | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/cabecalho.css b/cabecalho.css index 8ba5a08..5cbdb5b 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -1190,3 +1190,9 @@ float: right; .controller-profile_editor a.icon-new { background-image: url(../../../images/control-panel/text-editor.png); } + +#openchat .unread-messages { + position: relative; + left: 27px; + border: 0; +} -- libgit2 0.21.2