Missed identity.ftl for vivo-basic in r1815 and updated css for custom forms to avoid descendent selectors that make assumptions about markup defined in the theme

This commit is contained in:
nac26 2010-12-08 17:23:52 +00:00
parent cd58425e1d
commit 83bc276517
3 changed files with 55 additions and 22 deletions

View file

@ -11,7 +11,7 @@
display: none;
}
#content form p.inline label {
form.customForm p.inline label {
display: inline;
clear: none;
float: none;
@ -22,7 +22,7 @@
margin-left: .5em;
}
#content form h4 {
form.customForm h4 {
margin-top: 1em;
margin-bottom: .75em;
}