Posted by: RichP714 - Thursday, 30 July 2009 01:14:16 |
---|
I'm running 1.9.3 (upgraded from 1.9.1.8) and have a problem with one of our topcs. It's 45 pages long now, and page one looks right, but all the other pages have a glitch in the display of the buttons. anyone see this before? |
Posted by: herman_herman - Thursday, 30 July 2009 02:40:46 |
---|
Hi This is just a small CSS problem which can be easily fixed.Open the style.css file of you theme ,find the class ".yafnet a.yafcssbigbutton span" and start playing with its variables.You can increase the width of buttoms.for example: [code].yafnet a.yafcssbigbutton span { background: transparent url('button.gif') no-repeat; display: block; line-height: 15px; padding: 4px 25px 4px 12px; }[/code] to [code].yafnet a.yafcssbigbutton span { background: transparent url('buttonBackBig.gif') no-repeat; display: block; line-height: 15px; padding: 4px 25px 4px 12px; width: 100px; }[/code] |
Posted by: RichP714 - Thursday, 30 July 2009 20:58:46 |
---|
Thanks; that sorted it |