Commit 0ad0eccaf9fa0a8467ed75aa2d4eeb6971476bd6
1 parent
55fc89ba
Exists in
master
and in
3 other branches
fix unread messages
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
cabecalho.css
@@ -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 | +} |