Zend Framework Tutorial
By Lyndon Baptiste2008-08-13
body, li, td, input, select, p {
font-family: Verdana;
font-size: 11px;
line-height: 15px;
}
form {
margin: 0px;
padding: 0px;
}
form.editor dt, dd {
padding: 3px;
}
form.editor dt {
float: left;
width: 150px;
text-align: right;
padding-right: 0px;
}
form.editor dt label{
font-weight: bold;
}
form.editor dd {
margin-left: 158px;
}
form.editor .errors {
list-style: none;
padding: 0px;
/*background: #fff7d7;*/
padding: 5px;
margin: 2px;
}
form.editor .errors li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ff0000;
text-align: left;
}
Include the following line into register.phtml and refresh:
<link rel="stylesheet" type="text/css" href="/css/default.css"/>
Good to go? I hope so!
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Link to This Tutorial Page!

