changes to eliminate date label redundancy in custom forms

This commit is contained in:
tworrall 2011-11-17 19:54:10 +00:00
parent 1beb26c1a6
commit b07c7b0156

View file

@ -93,6 +93,12 @@ div.acSelection {
display: none;
}
/* <------ DATE TIME*/
form.customForm label.dateTime {
display: inline;
}
form.customForm fieldset {
display: inline;
}
fieldset.dateTime label {
display: inline;
}