Recently we had a lot of questions about the front-end editing function in the PRO version of Joodb.
The output of the edit-view in front-end (site) is not customizable by template.
The reason is, that all fields are needed in the form.
Never or less you can change the output done by the file
/components/com_joodb/views/edit/template/default.php
Do not edit this file directly!
Instead you should use the Joomla override function and
copy this file to
/templates/YOUR_TEMPLATE/com_joodb/edit/default.php
See here for details:
docs.joomla.org
If you just want to change the style you can use the stylesheet of your template or the joodb CSS-file in /components/com_joodb/assets/joodb.css
Attachment set_2013-04-05.png not found