Page 1 of 1

how to customize submit button

PostPosted: Fri Apr 27, 2012 4:49 am
by xyloweb
My users said : "Ok, your application is pretty cool but could you make the submit (save) button more big and in red color ?"

How can I do that.
I try to customize Dataface_Form_Template.html but 'submit button' section is replaced by QuickForm.php !!!

Is it possible to use CSS ?

Re: how to customize submit button

PostPosted: Fri Apr 27, 2012 5:26 am
by Jean
Hi,
You can add it in the plone.css or better you can add a css and insert it into the Dataface_Main_Template.html file
Code: Select all
{define_slot name="custom_stylesheets"}<link rel="stylesheet" type="text/css" href="styles_etat.css"/>{/define_slot}


Jean