Forum


Calc Builder Support

Calc Builder support
Forums
Public write access is disabled. Please login

Size of Calculate button 10.07.2012 22:22

Is there a way to increase the size of the calculate button?

Re: Size of Calculate button 11.07.2012 09:07

Hello,

You can change the width of the button in css class '.cb_button' at:

JOOMLA/modules/mod_calcbuilder/assets/css/default.css

Regards,
Moonsoft Team
www.moonsoft.es

Re: Size of Calculate button 02.09.2012 01:47

I found the height but not the width. Also, how do you change the color? I figured out how to change the text color, but not the button color.

Re: Size of Calculate button 02.09.2012 09:55

Hello,

You can add to .cb_button class the property 'width':

width : 150px;


About color, .cb_button class uses

background: url("../img/arrow1.gif") no-repeat scroll left top #FFFFFF;

so, you have to delete this line and add, for example:

background-color: #cccccc;


Hope this helps. Regards,
Moonsoft Team
www.moonsoft.es

Re: Size of Calculate button 22.09.2012 02:07

Sweet, thanks!

Re: Size of Calculate button 23.03.2013 19:43

I changed row 399 in user.php to this:


button type="button" id="calculate" name="calculate" class="btn btn-large btn-info">


Then i can use bootstrap css to change the button

Edited by moon_955 - 23.03.2013 19:45

Re: Size of Calculate button 23.03.2013 19:46

how do i include php-code in the forum?

Re: Size of Calculate button 25.03.2013 09:26

I changed row 399 in user.php to this:


button type="button" id="calculate" name="calculate" class="btn btn-large btn-info">


Then i can use bootstrap css to change the button

Edited by moon_955 - 23.03.2013 19:45


Right, latest versions which include boostrap can be styled using the built-in classes as well. Thank you for sharing.
Moonsoft Team
www.moonsoft.es

Re: Size of Calculate button 25.03.2013 09:27

how do i include php-code in the forum?


You can't add php code at the forum, in order to share code you should use the helpdesk system instead. But if you want to show some code here, you also can replace less than and greater than symbols with [ ] to avoid the code being stripped.


[?php

You php code here....

?]


Thank you, regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Our clients' feedback