From 13d0a0c410e7579b0d513640f6e73aba9e479a91 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Fri, 16 Jan 2009 14:52:31 +0000 Subject: Styles for table samples. svn changeset:6580/svn branch:trunk --- WebContent/ITMILL/themes/sampler/table/styles.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'WebContent/ITMILL') diff --git a/WebContent/ITMILL/themes/sampler/table/styles.css b/WebContent/ITMILL/themes/sampler/table/styles.css index 645d2405fc..88f4503396 100644 --- a/WebContent/ITMILL/themes/sampler/table/styles.css +++ b/WebContent/ITMILL/themes/sampler/table/styles.css @@ -1,4 +1,24 @@ .i-table-iso3166 .i-table-row-marked { color: red; font-style: italic; +} + +.i-table-contacts .i-table-row-red { + color: red; +} +.i-table-contacts .i-table-row-blue { + color: blue; +} +.i-table-contacts .i-table-row-green { + color: green; +} + +.i-table-contacts .i-table-cell-content-marked { + background-color: #ffd; +} + +.i-table-contacts .i-table-cell-content-email { + background-color: #ffd; + font-family: monospace; + margin: 0px; } \ No newline at end of file -- cgit v1.2.3