From a01888c4bfdd375720356a772ef16dc09fa4afe7 Mon Sep 17 00:00:00 2001 From: carmie Date: Wed, 18 Aug 2010 14:07:42 +0000 Subject: [PATCH] correction couleurs forum bordures et titres git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4419 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/htdocs/libcaca.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/trac/htdocs/libcaca.css b/trac/htdocs/libcaca.css index 74aae52..5dac6ae 100644 --- a/trac/htdocs/libcaca.css +++ b/trac/htdocs/libcaca.css @@ -377,10 +377,13 @@ margin: 0 auto; } /* browser */ +table.listing { + border-color: #674E4E; +} table.listing thead th, table.listing tbody td, table.listing tbody th { - border: 1px solid #a3c37a; + border: 1px solid #674E4E; } #dirlist td.age { border-top: 1px solid #552701; @@ -455,6 +458,7 @@ h1 :link, h1 :visited { } /* forum */ + table.listing thead th.moderators, table.listing tbody td.moderators, table.listing tbody th.moderators, @@ -469,7 +473,12 @@ table.listing tbody th.id { } .forum-list th.group { - background-color: #674e4e; + background-color: #4E6A91; border: 1px solid #a3c37a; - padding: 10px 0.2em; + padding: 5px; + color: #fff; + +} +.forum-list th.group .description { + float: left; }