[jboss-cvs] jboss-seam/examples/contactlist/view ...

Gavin King gavin.king at jboss.com
Wed Nov 15 11:53:35 EST 2006


  User: gavin   
  Date: 06/11/15 11:53:34

  Modified:    examples/contactlist/view   screen.css search.xhtml
  Log:
  hide the empty box in JSF RI
  
  Revision  Changes    Path
  1.6       +2 -0      jboss-seam/examples/contactlist/view/screen.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: screen.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/screen.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- screen.css	8 Oct 2006 18:21:17 -0000	1.5
  +++ screen.css	15 Nov 2006 16:53:34 -0000	1.6
  @@ -117,6 +117,8 @@
   	background-color: #F0F0F0;
   }
   
  +.message:empty { display: none; }
  +
   .prop {
   	padding: 5px;
   }
  
  
  
  1.11      +1 -1      jboss-seam/examples/contactlist/view/search.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: search.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/contactlist/view/search.xhtml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  
  
  



More information about the jboss-cvs-commits mailing list