Commit 0ad0eccaf9fa0a8467ed75aa2d4eeb6971476bd6

Authored by Victor Costa
1 parent 55fc89ba

fix unread messages

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -1190,3 +1190,9 @@ float: right; @@ -1190,3 +1190,9 @@ float: right;
1190 .controller-profile_editor a.icon-new { 1190 .controller-profile_editor a.icon-new {
1191 background-image: url(../../../images/control-panel/text-editor.png); 1191 background-image: url(../../../images/control-panel/text-editor.png);
1192 } 1192 }
  1193 +
  1194 +#openchat .unread-messages {
  1195 + position: relative;
  1196 + left: 27px;
  1197 + border: 0;
  1198 +}