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.
Moving the Panel (and the whole left "column") to the right?
Anyone moved the Panel (and the whole left "column") to the right? Is it just done by changing the float:left|right?
0
This discussion has been closed.
Comments
Vanilla.css Line 152: Change "float: left" to "float: right" Change "margin-left: 18px" to "margin-right: 18px" Line 244: Change "margin: 0px 18px 0px 235px" to "margin: 0 235px 0 18px"
To fix the gradient/border, go to the stylesheet directory and find panelfade.gif. In a graphics program, flip it horizontally. Then change "left" to "right" on Line 1 of vanilla.css. Tada!
- getting the fixed-width pages aligned to the right (they look odd to me over on the left, see the Extensions page to see what I mean).
- getting the panelfadetop.gif in there as well.
You can grab the files here: http://exhibitq.com/Vanilla/themes/vanilla/styles/VanillaRightPanel-1.1.2.rarIf a mod wants to delete that link because Mark doesn't want this, feel free...
hence yours is worthy of its own entry too.
edit it's -> its, just for wanderer's pleasure
MaxM: Your layout is done completely in tables, I can't help you there