ohiopbx wrote:
Here it is, this is what i changed:
/* Text for most CSS classes */ .text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .BBquote, .BBcode { font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; font-weight: normal; font-size: 12px; <- changed this to 10pt }
this seemed to fix my issues of the form growing and strinking
infact i changed all "font-size: ##px" to font-size:#-2pt". Fixed everything
what i mean by -2pt is lets say you have 19px make it 17pt, or 15px make it 13pt.
Hope this helps! |