X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=css%2Fstyle.css;h=7d9364b00f9d45a812b9add6cb73d9993373b515;hb=0c43cd85a509cd3208d9ee947e91f3c6edbc2c57;hp=9b48a5c7e22c2107545ec4c526e57080f1d36932;hpb=92f5ea62fd125ff4be9deb8df205a036a47e1484;p=banana.git diff --git a/css/style.css b/css/style.css index 9b48a5c..7d9364b 100644 --- a/css/style.css +++ b/css/style.css @@ -18,6 +18,7 @@ div.banana_menu { float: left; } /** GROUP LIST **/ +table.banana_group { width: 100%; } table.banana_group td.new { text-align: center; } table.banana_group td.all { text-align: center; } table.banana_group td.grp { text-align: left; } @@ -25,9 +26,10 @@ table.banana_group td.dsc { text-align: left; } /** THREAD VIEW **/ +table.banana_thread { width: 100%; } table.banana_thread td { white-space: nowrap; - height: 21px; + height: 20px; vertical-align: middle; padding-top: 0; margin-top: 0; @@ -48,6 +50,7 @@ table.banana_thread td.subs { padding: 0%; } /** MESSAGE VIEW **/ +table.banana_msg { width: 100%; } table.banana_msg td.headers { width: 100%; } table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; } table.banana_msg td.xface { text-align: right; } @@ -73,9 +76,18 @@ table.banana_msg blockquote blockquote blockquote { color: #cc0000; border-color: #cc0000; } +table.banana_msg blockquote blockquote blockquote blockquote { + color: #aaaa00; + border-color: #aaaa00; +} /** MISC **/ div.center { text-align: center; padding: 1em; } p.error { color: red; background: inherit; } +pre.error { + color: red; + margin-left: 2em; + font-size: 90%; +}