NIHVIVO-193 Markup and style tweaks for personHasPositionHistory

This commit is contained in:
nac26 2010-03-29 13:46:59 +00:00
parent 0de717ad46
commit 1b4b52954d
3 changed files with 41 additions and 32 deletions

View file

@ -20,17 +20,17 @@ form textarea {
}
form a:link.cancel, form a:visited.cancel {
color: #f00;
border-color: #f00;
}
form select option{
padding-right: 5px;
color: #f70;
border-color: #f70;
}
form a:hover.cancel {
color: #fff;
background: #f00;
background: #f70;
}
form select option{
padding-right: 5px;
}
form dl {
@ -55,5 +55,6 @@ form dl dt, form dl dd {
}
p.submit {
clear: left;
margin-top: 1em;
}