From ebf644b4c820244aad5019b5540ddac9401109de Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Wed, 22 Nov 2006 21:10:33 +0000 Subject: moving brpt to server-reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2520 ce84e21b-d406-0410-9b95-82705330c041 --- reports/site_media/boxypastel.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'reports/site_media/boxypastel.css') diff --git a/reports/site_media/boxypastel.css b/reports/site_media/boxypastel.css index 896c8c428..f4e34eea4 100644 --- a/reports/site_media/boxypastel.css +++ b/reports/site_media/boxypastel.css @@ -149,6 +149,29 @@ span.mini-date { right: 65px; } + +div.dirty-lineitem { + background: #FF6A6A; + width:100%; + } +div.modified-lineitem { + background: #FFEC8B; + } +div.clean-lineitem { + background: #9AFF9A; + width:100%; + } +div.extra-lineitem { + background: #6699CC; + } +div.warning-lineitem { + background: #FF9933; + } + + + + + h2 { font-size: 16px; color: #000; -- cgit v1.2.3-1-g7c22