The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
rounded corners for attachment border
I'm trying to round the corners of the border that surrounds the attachment in a post like on here.
Does anyone have advice on what I need to do or add to the css?? See below for border
v v v v v v v v v v v |
#2
|
|||
|
|||
*bump*
|
#3
|
||||
|
||||
If you look at the source code for this page, you get the name of the class (fieldset) and the css url: https://vborg.vbsupport.ru/clientscr...861d-00023.css And in the css, you'll notice this line:
Code:
fieldset{border:1px solid #D0D0BF;padding:8px;-moz-border-radius:5px} |
#4
|
||||
|
||||
Here is the Template Code that achieves what you are after..
Code:
<fieldset class="fieldset" style="margin:0px 0px 0px 0px"> <legend><b><i>ATTACHMENT NAME HERE</i></b></legend> <div style="padding:0px"> CONTENT GOES HERE </div> </fieldset> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|