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.
Change panel location
I like the default vanilla theme, but I'd like to move the panel to the right side instead of the left. Is there a theme/style that has done this already? Is this easy to do in the code?
Thanks
0
This discussion has been closed.
Comments
(edited: just playing with firebug :P)
- remove the background image of the body (vanilla.css after line 1) or change it to fit the left side and attach it to the right
- change the floating of the Panel div to right (vanilla.css after line 151)
- change the margin of the Content div (vanilla.css after line 243) to "margin: 0px 235px 0px 18px;"