General CSS Classes
Some general styles are:
CSS Class Name | HTML elements on which it is applied | Properties defined |
---|---|---|
Body, A, Select, Option, Textarea, Input, TD, Font | Body, A, Select, Option, Textarea, Input, TD, Font | font-family : geneva,arial,helvetica; font-size : 11px |
Body | Body | margin-top : 0; margin-left : 0; margin-right : 0; |
defaultTable | TABLE | border: 0; width: 100%; |
inputCls | INPUT | width: 225px; |
selectCls | SELECT | width: 225px; |
Copyright © Cloud Software Group, Inc. All rights reserved.