From 38e4d2ae16493d2476e2f076cdaa063734b5b165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 22 Oct 2009 10:59:39 +0200 Subject: [PATCH] styling phone list --- skins/pcfintranetstyle_styles/pcf-intranet.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/skins/pcfintranetstyle_styles/pcf-intranet.css b/skins/pcfintranetstyle_styles/pcf-intranet.css index 4eedaff..2792472 100644 --- a/skins/pcfintranetstyle_styles/pcf-intranet.css +++ b/skins/pcfintranetstyle_styles/pcf-intranet.css @@ -2013,3 +2013,15 @@ body.smallText { font-size: 60%; } text-align: center; } +table#phone-numbers { + max-width: 30em; +} + +td.col-phone { + text-align: right; +} + +table#phone-numbers tr:nth-child(odd) { + background: #ccc; +} +