diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css
index 4d67637..14d0304 100644
--- a/trac/htdocs/libcaca.css
+++ b/trac/htdocs/libcaca.css
@@ -687,13 +687,14 @@ table.listing tbody td.new_replies {
 }
 .message-list div.topic.new .subject, 
 .message-list div.topic.new .subject {
-    padding-left: 20px;
+    padding-right: 25px;
+    color: #fff;
 }
 .message-list div.topic div.subject {
-    background: #4E6A91 url(fiole.png) no-repeat top left;
+    background: #4E6A91 url(fiole.png) no-repeat right 1px;
 }
 .message-list div.topic.new div.subject {
-    background: #4E6A91 url(fiole-new.png) no-repeat top left;
+    background: #4E6A91 url(fiole-new.png) no-repeat right 1px;
 }
 /* === DIFF === */