View Full Version : User name text has gotten smaller
Ranger375
Tue 18th Dec '07, 7:23am
For some reason the User name text on my board has gotten smaller. That appears to be the only issue.....
Thanks
Colin F
Tue 18th Dec '07, 7:26am
Go to your
AdminCP -> Styles & Templates -> Style Manager -> Main CSS -> Additional CSS Definitions
Do you have this anywhere in that box:
.bigusername { font-size: 14pt; }
Ranger375
Tue 18th Dec '07, 7:33am
I do, I have the following there due to the profile over lap bug. Should I remove that portion? Thanks
//* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/* ***** don't change the following ***** */
form { margin: 0px; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
.underline { text-decoration: underline; }
.inlinemod { background: #FFFFCC; }
.vbmenu_hilite * { cursor: pointer; }
/* auto-clearing of floats */
.floatcontainer:after, .block_row:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.floatcontainer, .block_row { display:inline-block; }
/* IE-mac hide \*/
* html .floatcontainer, * html .block_row { height:1%; }
.floatcontainer, .block_row { display:block; }
/* end IE-mac hide */
Colin F
Tue 18th Dec '07, 8:04am
That looks fine. Could it be that the Username HTML Markup for that usergroup is limiting the size?
Ranger375
Tue 18th Dec '07, 8:14am
That looks fine. Could it be that the Username HTML Markup for that usergroup is limiting the size?
I just changed the color on the usergroup, I didn't mess with any of the font sizes
Colin F
Tue 18th Dec '07, 8:15am
Add a new style and select 'No Parent Style'. Switch to this style - does this still occur then?
Ranger375
Tue 18th Dec '07, 8:20am
Nope :D Everything looks fine in the new style. Now I'm a bit confused :confused:
Colin F
Tue 18th Dec '07, 8:41am
In that case this is due to one of the modifications you made to the postbit template.
Ranger375
Tue 18th Dec '07, 8:43am
Thanks Colin, I'll revert it.
vBulletin® v3.8.0 Beta 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.