CalcBuilder Forum

Replace Calulate Button with Graphic Button

Usuario moon_1012 2013-05-13 05:12:56

Hey all.
Is there a way to replace the normal calculate button with a graphical button image.

Would like something larger to make it easier for the users.

http://www.eclipseford.com.au/index.php/calculator
(Button right down the bottom)

Thanks
Wayne

Moonsoft support 2013-05-13 09:31:31

Hello,
you can try to modify the button using css classes. You can activate at the preferences tab the 'import bootstrap classes' option. The button will show with the default btn btn-primary style of the bootstrap style:

http://twitter.github.io/bootstrap/base-css.html#buttons

or, you can style the button as required using your template css or the calcbuilder stylesheet

joomla/modules/mod_calcbuilder/assets/css/default.css


.button input{

background:url(background.png) repeat-x center #ffcc00;

}


Hope this helps

...
Support/development

Perfect for small code changes or to correct any bug at your site

Buy now!
...
Support/development 10 hours

Get a bigger amount of hours for more complex tasks and get a 10% discount

Buy now!