From df18ee15f491f430ef0c46bdc0a96b982ea31154 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 19 Oct 2007 07:07:40 +0000 Subject: [PATCH] Added list1h/list2h SVN revision: 1936 --- themes/default/compact.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/themes/default/compact.css b/themes/default/compact.css index e68615be..db6037eb 100755 --- a/themes/default/compact.css +++ b/themes/default/compact.css @@ -195,6 +195,24 @@ td { text-align:center; } +.list1h { + border:1px solid #308000; + border-top:1px solid white; + border-left:1px solid white; + background-color:#DDEEBB; + text-align:center; + font-weight:bold; +} + +.list2h { + border:1px solid #808040; + border-top:1px solid white; + border-left:1px solid white; + background-color:#FFFFB0; + text-align:center; + font-weight:bold; +} + /* attachment line */ .attachment {