41 lines
932 B
CSS
Executable File
41 lines
932 B
CSS
Executable File
#identity #left_column {display:none}
|
|
#identity #center_column{}
|
|
#identity #center_column h1 {margin-bottom:20px;border-bottom:1px solid black;padding:10px 0 20px 0 ;}
|
|
#identity #center_column h2 {color:#8daa01;font-size:16px;font-weight:bold;font-family:Arial,Sans-serif;}
|
|
#identity h3 {
|
|
font-weight:normal;
|
|
font-size:13px;
|
|
}
|
|
#identity p {
|
|
padding-bottom:10px;
|
|
}
|
|
#identity form.std fieldset {
|
|
}
|
|
#identity form.std fieldset p.radio span,
|
|
#identity form.std fieldset p.text label{
|
|
width:296px;
|
|
text-align:left;
|
|
float:left;
|
|
}
|
|
#identity form.std fieldset p.password input,
|
|
#identity form.std fieldset p.text input{
|
|
margin:4px 0 10px;
|
|
}
|
|
|
|
|
|
form.std p.text{
|
|
color: #999999;
|
|
font-size: 13px;
|
|
line-height: 42px;
|
|
text-align: left;
|
|
}
|
|
#identity form.std fieldset p.bold{
|
|
font-weight:bold;
|
|
}
|
|
#identity form.std fieldset p.checkbox{
|
|
padding:0 0 10px;
|
|
font-size:13px;
|
|
}
|
|
form.std p.submit{
|
|
padding:10px 0 30px;
|
|
} |