Hi,
Yes you can manage this via CSS.
Is it possibile to hide <div class="control-label"> for the field without a visible title?
I thinks you need to remove margin left from <div class="controls">
you can add something like this in your template:
.FIELDALIAS-group .controls{margin-left:0px;}
replace "FIELDALIAS" with alias of your delimiter field