hypertexas


New Member
Posts: 3
Posted: 07/06/2006 07:16 PM
Last Edit:
I'm close to purchasing Primavera. It looks very flexible. I'm new to skinning. Is it possible for me to modify the Primavera skin to be "full width"?
Thanx, John

Vasilis


Yellow Member
Posts: 315
Posted: 07/06/2006 09:02 PM
Last Edit:
Yes, of course it's possible!
Let's say that you want to change the sophisticated theme.
In sophisticated.css you have to update the following:
#wrapper{width:99%; /*there are more styles here*/}
.contentstable{width:100%;}
#footer{width:99%; /*there are more styles here*/}
.contentpane{width:100%; /*there are more styles here*/}
.rightpane{width:271px;padding:3px 18px 0 0;}
I added the /*there are more styles here*/ comment because you must not delete any styles! You just have to update some values, mainly for the width.
For better browser compatibility you can add a width attribute for the RightPane in the sophisticated.ascx
< td width="271" id="RightPane" ...... >
Again you don't delete anything in there! You just add the width attribute.
Don't hesitate to ask for further help if there is something that isn't clear enough.
Cheers,
Vasilis T.