Files
Mozilla/mozilla/webtools/addons/public/htdocs/css/forms.css
mike.morgan%oregonstate.edu 3492cceba0 Fixed css and templates for login/comment/logout/createaccount.
Probably missed a couple of items, but will get to that tomorrow night.

Stored CSS in forms.css so we can reuse it for other forms.


git-svn-id: svn://10.0.0.236/trunk@188457 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-30 06:08:00 +00:00

48 lines
652 B
CSS

.amo-form div {
margin: 1em 0;
}
.amo-submit {
background-color: #cfc;
border: 2px #999 outset;
}
.amo-submit:hover {
background-color: #fff;
border: 2px #999 inset;
cursor: pointer;
}
.amo-cancel {
}
.amo-label-large, .amo-label-medium, .amo-label-small {
border-bottom: 1px dashed #eee;
float: left;
font-weight: bold;
}
.amo-label-large {
width: 14em;
}
.amo-label-medium {
width: 10em;
}
.amo-label-small {
width: 8em;
}
.amo-label-xsmall {
width: 6em;
}
.amo-form-error {
background-color: #eee;
border: 1px dashed #c66;
color: #c00;
margin: 5px 0;
padding: .5em;
}