changes to eliminate date label redundancy in custom forms
This commit is contained in:
parent
1beb26c1a6
commit
b07c7b0156
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@ div.acSelection {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/* <------ DATE TIME*/
|
/* <------ DATE TIME*/
|
||||||
|
form.customForm label.dateTime {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
form.customForm fieldset {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
fieldset.dateTime label {
|
fieldset.dateTime label {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue