Solved several CSS bugs in QC 1.2

beholder

Avatar: beholder

2006-05-16 02:53

Hi, the contacts page was all messed up on fresh 1.2 install so,

I had to add:
#contact_table textarea{width:190px;}
because contacts page text area where user writes message would get its width from following line (no idea why, these should be totally unrelated):
#container #order_delivery input, select, textarea{width:200px;}
Just for the record, I like to have width of those things on order page wider, that's why I had it changed to 350 and then I found out that the contact page gets messed up by it.

Then I also had to change:
#category_content #contact_panel{float:right;width:220px;...
to:
#category_content #contact_panel{float:right;width:200px;...
Again, no idea why, I am just a small time hacker, no CSS freak.



Then the contact page was finally ok.

beholder

Avatar: beholder

2006-05-16 02:57

One more thing, the page was all messed up in latest IE on WinXP, not Opera.

Back to top
about us | contact