removed white background from #formLogin, cleaned up file. Still have question about "noOutterBox". Looks like a typo but can't find this or "noOuterBox" being used in any other file so left it for now

This commit is contained in:
nac26 2010-08-03 13:11:37 +00:00
parent e8ef3a8a1f
commit 8bef6badf4

View file

@ -6,9 +6,6 @@
padding:0px;
margin:0px;
text-align:left;
background-color:#FFF;
}
.noOutterBox {
@ -16,8 +13,6 @@
padding:0px;
border: none;
margin:0px;
}
#formLogin h2 {
@ -40,56 +35,44 @@ color:#111;
#formLogin form {
margin: 0;
padding: 0;
}
#formLogin label {
display:block;
margin-bottom:0.5em;
font-weight:bold;
}
#formLogin label span {
color:#900;
}
#formLogin input {
display:block;
margin-bottom:1.5em;
width: 200px;
}
#formLogin textarea {
width: 300px;
display:block;
margin-bottom:1.5em;
}
#formLogin .checkBox {
display:inline;
width:1em;
margin-bottom: 1em;
}
#formLogin p.small {
font-size: 0.8em;
}
#formLogin input.submit {
width: auto;
padding: 0 0.9em;
display:inline;
}
.requestAccount {
@ -106,53 +89,40 @@ margin-bottom: 1em;
color:#900;
padding:0px;
margin-bottom:5px;
height:30px;
}
#errorAlert img {
float:left;
margin:0;
padding:0;
vertical-align:middle;
}
#errorAlert p {
padding-left:35px;
font-size:0.9em;
line-height:30px;
}
##confirmationAlert {
color:#169f43;
padding:0px;
margin-bottom:5px;
height:30px;
}
##confirmationAlert img {
float:left;
margin:0;
padding:0;
vertical-align:middle;
}
#confirmationAlert p {
padding-left:30px;
font-size:0.9em;
line-height:30px;
}
.formFieldAlert {