I want to add a little bit of whitespace to the entry form for my doctype.
I've got a calendar picker and a text field, and i want my users to choose between them. So this is what I'm thinkin':
Other field 1: [ ]
Other field 2: [ ]
Pick a Date: [Calendar picker]
-OR-
Paste a Date String: [Text]
Other field 3: [ ]
Other field 4: [ ]
I know I can make a custom layout, but it starts from scratch or from a table, so that is a LOT of work to recreate the default form. Too much work.
So, Here's what I'm trying to do.
1. Create a field of type 'Label', and set its caption to -OR-.
2. Add some padding above 'Pick a Date:', and some padding below 'Paste a Date String:'
1. works great, 2. does not. I am unable to leverage any of the 'CSS styles' settings in the field setup. 'Caption style', 'Input style', and 'Control CSS Class' have no effect as far as I can tell. None of them add or alter any styling on those fields.