Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Ugly white space

edited July 2006 in Vanilla 1.0 Help
Anyone know what causes this white space around the user icons...

glitch

...I have not fiddled with the CSS files.

Comments

  • do you use the account-picture extension?!
  • edited July 2006
    Yes STE7130 I do you use the account-picture extension!

    edit: Yup, turned it off, white-space gone.

    Thanks STE7130.
  • no! hehehe ... you dont must turn off the extension... you can search in the default.php for the css... i dont know the css class, but its there!
  • I'm OK with CSS if I have an interface but I'm not very good doing it by hand. :(
  • okey ... replace the code in the default.php from 38 - 45 (or so) with

    $AddStyle = " .ProfileTitle.WithIcon .ProfileIcon { width: {IconWidth}px; height: {IconHeight}px; } #AccountProfile .Picture { width: {PictureWidth}px; height: {PictureHeight}px; } #Comments .CommentHeader { line-height: {IconHeight}px; } #Comments .CommentHeader li div.CommentIcon { margin: {IconHeight}px 5px {IconHeight}px {IconWidth}px; padding 5px; border:1px #ddd solid; background-color: none; } li.User.Name .UserIcon { padding: {IconHeight}px 0px {IconHeight}px {IconWidth}px !important; } li.User.Name.WithIcon { line-height: {IconHeight}px; } ";

    that should work!
  • edited July 2006
    image You are a gem Steffen, worked like a charm.
    Thanks sincerely.
This discussion has been closed.