Hi
Allways all classes are defined in template, You can use one of browser
tools to check where style is defied. I believe there is no documentation
about that, because I do not see reason for that, it may differ in each
template. In chrome You can right click and select inspect element, same is
F12 in IE and Firebug in Firefox.
Regards
piektdiena, 2012. gada 20. jūlijs 23:42:26 UTC+3, sidd rakstīja:
> hi all
> i have seen that there are default class for html tag in joomla like
> <input type="button" *class="button"* value="<?php echo
> JTEXT::_('save');?>" style="width:100px;" >
> <input type="text" id="txt_price" name="txt_price" readonly="readonly"*class="inputbox"
> * style="width:100px;>
> where can i find the docoumention/ defination of this...