Hi
I am using repeater to edit , add and delete dates. Normally these dates appear vertically.
[attachment=58853_20171205235448_4cf0-jpg.jpg][/attachment]
I want to begin to arrange them horizontally using css, The problem is that, once I change the display so
[attachment=58853_20171205235529_4cf01-jpg.jpg][/attachment]
If I use this CSS
Any suggestions of a way around this. (The CSS isn't finished yet of course - still vertical until I can solve it.
Regards
Nick
I am using repeater to edit , add and delete dates. Normally these dates appear vertically.
[attachment=58853_20171205235448_4cf0-jpg.jpg][/attachment]
I want to begin to arrange them horizontally using css, The problem is that, once I change the display so
form fieldset.clsCourseManager div.repeater div.container{ /*No idea why but hides first empty date box!*/ display: inline-block !important; min-width:120px !important; width:120px !important; max-width:120px !important; min-height:110px !important; height:110px !important; max-height:110px !important; padding:0px !important; margin:0px !important; }an extra field appears.
[attachment=58853_20171205235529_4cf01-jpg.jpg][/attachment]
If I use this CSS
form fieldset.clsCourseManager div.repeater div.container:first-child { background-color: aqua !important; visibility: hidden !important; display: none !important; }to hide that field then the dates field for a new entry does not appear - it remains hidden using that CSS.
Any suggestions of a way around this. (The CSS isn't finished yet of course - still vertical until I can solve it.
Regards
Nick