styling fieldset header and make sure input text is readable

This commit is contained in:
Frederic Peters 2009-05-27 13:35:01 +02:00
parent b63b4a1833
commit 540f002763
1 changed files with 5 additions and 1 deletions

View File

@ -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;