I'm not sure where the code lives for maven-theme.css but there is a 10 pixel change that will fix an unnecessary horizontal scrollbar in Firefox for pages like this one:
http://myfaces.apache.org/tobago/index.html The style definition for #banner has "width: 200px" but contains an IMG that has a width of 210px. If the #banner's width gets changed to "width: 210px" then the horizontal scrollbar will go away. Regards, Matt On Mon, Mar 24, 2008 at 8:36 AM, Catalin Kormos <[EMAIL PROTECTED]> wrote: > Hi Scott, > > Sure, the header links are defined in your "site.xml" files, the skin > doesn't change anything here. Would you like to apply the skin over the > Portlet Bridge subproject, as you most probably done a deploy of the site > already; it's not much of a deal, you can check as an example this one: > https://svn.apache.org/repos/asf/myfaces/tobago/trunk/src/site/site.xml, > as here, the Tobago logo was added on the left, and the MyFaces logo on the > right. You can do the same with the Portlet Bridge logo on the left, and the > MyFaces logo on the right, IMO. > > Let me know if you need further help. > > regards, > Catalin > > > On Mon, Mar 24, 2008 at 4:27 PM, Scott O'Bryan <[EMAIL PROTECTED]> > wrote: > > > As for the header thing, I like them on the side bar personally. > > Especially in the bridge project, we need to reference other Apache projects > > and JSR's along the top. > > > > Scott > > > > > > On Mon, Mar 24, 2008 at 8:26 AM, Scott O'Bryan <[EMAIL PROTECTED]> > > wrote: > > > > > Caitlin, > > > > > > The PortletBridge subproject is a lot like the myfaces project. Under > > > http://svn.apache.org/repos/asf/myfaces/portlet-bridge/site is the > > > main bridge site. The two sub-site projects will be under > > > http://svn.apache.org/repos/asf/myfaces/portlet-bridge/core/trunk and > > > http://svn.apache.org/repos/asf/myfaces/portlet-bridge/core/trunk_2.0.x. > > > > > > Scott > > > > > > On Sat, Mar 22, 2008 at 3:23 PM, Catalin Kormos < > > > [EMAIL PROTECTED]> wrote: > > > > > > > Cool, i've managed to deploy the core site also, to check the IE > > > > fix. As far i see there other issues now, still in IE, with the logos, > > > > and > > > > some component screenshots in tomahawk, probably some styling issue. > > > > Will > > > > get back to those. So did you needed anything else besides running mvn > > > > site:deploy for tomahawk? i'm guessing that the continuum task doesn't > > > > do > > > > much more than that, right? > > > > > > > > Regarding the links i think we should all agree on a common > > > > approach, to have a consistent header for MyFaces, if possible, that > > > > was the > > > > idea behind that change, but it's not definite yet, i'd say. > > > > > > > > regards, > > > > Catalin > > > > > > > > > > > > On Sat, Mar 22, 2008 at 10:24 PM, simon <[EMAIL PROTECTED]> > > > > wrote: > > > > > > > > > I've now redeployed both Orchestra and Tomahawk (after the recent > > > > > IE-specific fix to the skin). > > > > > > > > > > I haven't changed any of the menus, as I'm not at all clear how > > > > > the new > > > > > menu layout would work with the subprojects. When that is > > > > > clarified I'll > > > > > redeploy again. > > > > > > > > > > > > > > > Regards, > > > > > Simon > > > > > > > > > > > > > > > > > > > > > > -- > > > > ------------ > > > > Codebeat > > > > www.codebeat.ro > > > > > > > > > > > > > > -- > ------------ > Codebeat > www.codebeat.ro
