Quote:
Originally Posted by Takumi85
|
The default css they say to include actually overwrites your normal field css, remove that and it should now be back to normal
. Alternatively you can use the CSS I adjusted for the Ranks mod, simply replace award w/ rank either lower or upper case in every instance and use it instead
.
Code:
.ranks_fieldset {
padding-left: 4px;
border: 1px solid rgb(15, 16, 19);
}
Use this for the Awards mod:
Code:
.awards_fieldset {
padding-left: 4px;
border: 1px solid rgb(15, 16, 19);
}
Paste the above code ^ into additional.css
NOW - Edit awards_postbit_display template and find:
Replace with:
Code:
<fieldset class="ranks_fieldset">