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.
Brand Spanking New Vanilla Themes
lech
✭
Not 1, but 2 new themes! They're done! I know some of you (mini) have been eager to grab them. I've created a small download site on my domain for everyone to grab and use them. feel free to download and use them from your own location as my server has been bearing the brunt for the past few days. Grab your own copy here: http://www.secondagenda.com/vanilla/ and use it on your own installation or remotely :D
0
This discussion has been closed.
Comments
change the width on the .CommentInput class in the CSS.
.SmallCommentBox { <strong>height: 200px; width: 650px;</strong> } .LargeCommentBox { <strong>height: 600px; width: 650px;</strong> }
and as for the whisper and other inputs, I've made it simple enough where you can define their widths alone:
.WhisperBox, .ClipboardSelect, #WhisperACContainer { <strong>width: 300px;</strong> }
.SearchUserWithIcon { position: relative; padding-left: 40px; padding-bottom: 4px; } .SearchIcon { position: absolute; margin: 0 0 0 -40px; display: block; height: 32px; width: 32px; background: center center no-repeat; }
Hope you approve..