Santiago,
Since the class is named, then default.css can have both boxed and boxed
styles, i.e. PortletStyleClass and PortletBoxStyleClass.  The default
should unboxed.  This allows the use of the skin configuration to box
and unbox portlets in the same portal.  Just more work for the
customizer.

Paul Spencer

Santiago Gala wrote:
> 
> Paul Spencer wrote:
> 
> >Santiago,
> >I would like to remove the boxes around the tabs and portlets. This
> >involves editing some border and padding setting in default.css added by
> >this commit.  They take up room and clutter the screen.  I will add to
> >the documentation how to add boxes around the portlet for users that
> >want to see them.
> >
> Even better, we could have default.css --> without boxes, boxes.css -->
> with boxes.
> 
> This will allow us to have both things. Changing the css in the
> JR.properties will change look and feel globally. What do you thing ?
> 
> >
> >Are their plans to include the stylesheet classes to the skin
> >configuration?
> >
> I don't understand this one.
> 
> >
> >
> >Paul Spencer
> >
> >[EMAIL PROTECTED] wrote:
> >
> >>sgala       01/09/06 04:37:37
> >>
> >>  Modified:    webapp/css default.css
> >>               webapp/WEB-INF/conf skins.xreg
> >>               src/java/org/apache/jetspeed/portal PortletSkin.java
> >>                        BasePortletSkin.java
> >>               webapp/WEB-INF/templates/vm/controls/html jetspeed-tab.vm
> >>                        jetspeed.vm
> >>  Log:
> >>  Changes to add more CSS support to the skins. Slightly modified from a patch by 
>Chris Kimpton.
> >>
> >>  Revision  Changes    Path
> >>  1.3       +33 -0     jakarta-jetspeed/webapp/css/default.css
> >>
> >>  Index: default.css
> >>  ===================================================================
> >>  RCS file: /home/cvs/jakarta-jetspeed/webapp/css/default.css,v
> >>  retrieving revision 1.2
> >>  retrieving revision 1.3
> >>  diff -u -r1.2 -r1.3
> >>  --- default.css       2001/07/29 13:42:52     1.2
> >>  +++ default.css       2001/09/06 11:37:37     1.3
> >>  @@ -30,3 +30,36 @@
> >>           .MESSAGENEW:link {font-family: "Verdana"; font-size: 8pt; color: 
>NAVY;font-weight: bold}
> >>           .MESSAGENEW:visited {font-family: "Verdana"; font-size: 8pt; color: 
>BLACK;font-weight: bold}
> >>
> >>  +        .PortletStyleClass
> >>  +        {
> >>  +          padding: 1;
> >>  +          background-color: #AAAAAA;
> >>  +          border: thin gray solid;
> >>  +        }
> >>  +
> >>  +        .TabStyleClass
> >>  +        {
> >>  +          padding: 1;
> >>  +        }
> >>  +
> >>  +        .TitleStyleClass
> >>  +        {
> >>  +          text-transform: uppercase;
> >>  +          font-weight: bold;
> >>  +        }
> >>  +
> >>  +        .TabTitleStyleClass
> >>  +        {
> >>  +          background-color: #FFFFFF;
> >>  +        }
> >>  +
> >>  +        .ContentStyleClass
> >>  +        {
> >>  +          background-color: #FFFFFF;
> >>  +          border-top: thin gray solid;
> >>  +        }
> >>  +
> >>  +        .TabContentStyleClass
> >>  +        {
> >>  +          background-color: #FFFFFF;
> >>  +        }
> >>
> >>
> >>
> >>  1.4       +6 -0      jakarta-jetspeed/webapp/WEB-INF/conf/skins.xreg
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to