The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
<legend> Spacing Help
Hey Everyone!
I was customizing my theme so nicely until I ran into this snag, how do I add padding-like spaces inside the <legend> attribute? Here's a picture of my text, all squished in the <legend> area: http://img16.imageshack.us/img16/7177/legendhelp.jpg Should be an easy one, I hope! Thanks for all the help. * Basically, I would like that area with legends to look like this "Post New Thread" page (space wise) Regards, Andre R |
#2
|
|||
|
|||
On your main CSS page at bottom in first box is the legend CSS section. Add whatever you like there.
|
#3
|
|||
|
|||
Quote:
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) -> Additional CSS Definitions (at the bottom) And replace this code: Code:
/* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } Code:
/* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; padding: 15px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } Regards, Andre R |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|