From 540f002763adfa912a4e4775655477607bd617f7 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Wed, 27 May 2009 13:35:01 +0200 Subject: [PATCH] styling fieldset header and make sure input text is readable --- skins/pcfintranetstyle_styles/pcf-intranet.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skins/pcfintranetstyle_styles/pcf-intranet.css b/skins/pcfintranetstyle_styles/pcf-intranet.css index 07cf3e4..f628248 100644 --- a/skins/pcfintranetstyle_styles/pcf-intranet.css +++ b/skins/pcfintranetstyle_styles/pcf-intranet.css @@ -151,7 +151,7 @@ form { } fieldset { border: none; - border-top: 1px solid #5a9bc6; + border-top: 1px solid #666; width: 100%; } @@ -159,6 +159,8 @@ legend { padding: 0 0.5em; font-size: 90%; margin-left: -1.5em; + letter-spacing: 1px; + font-weight: bold; } a:link, a:visited { @@ -206,6 +208,7 @@ input[type="text"]:focus, input[type="password"]:focus { border: 1px solid black; background-color: #ffffe0; + color: black; outline: none; } @@ -1602,6 +1605,7 @@ dl.portalMessage dd { padding: 0.5em 0.5em; margin: 0; line-height: 1em; + text-align: justify; } dl.warning dt { background-color: #d80;