- Posts: 13933
- Thank you received: 4261
Ask the community, share ideas, and connect with other LimeSurvey users!
// Style the elements - you can modify here if you wish $('#question'+qID+' .control-button').css({ 'margin':'10px 0 0 10px', 'padding':'5px 35px', 'text-align':'center', 'font-size':'20pt', 'font-weight':'bold', 'cursor':'pointer', 'float':'left', 'background-color':'#073F8A', 'color':'white', 'border-radius':'5px' });