You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sh...@apache.org on 2004/12/01 23:17:48 UTC

cvs commit: jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css styles.css

shinsuke    2004/12/01 14:17:48

  Modified:    portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css
                        styles.css
  Log:
  action buttons on the portlet decorators shifts right a few millimeters
  by the "white-space: nowrap;"(ex. on firefox 1.0). so, commented out.
  
  Revision  Changes    Path
  1.8       +2 -1      jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css/styles.css
  
  Index: styles.css
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/portlet/html/tigris/css/styles.css,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- styles.css	29 Nov 2004 21:15:10 -0000	1.7
  +++ styles.css	1 Dec 2004 22:17:48 -0000	1.8
  @@ -525,7 +525,8 @@
   	vertical-align: top;
   	font-size: small;
   	border: none;
  -	white-space: nowrap;
  +	/* action buttons shifts right a few millimeters by the following */
  +	/*white-space: nowrap;*/
   }
   
   .portlet-tigris .portlet-table-header {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org