[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Thu Jun 21 07:05:49 EDT 2007


  User: cbauer  
  Date: 07/06/21 07:05:49

  Modified:    examples/wiki/view/themes/default/css   template.css
                        lastModifiedDocuments.css
  Log:
  Make it deploy and run on latest Seam CVS, still some bugs
  
  Revision  Changes    Path
  1.31      +23 -0     jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- template.css	12 Jun 2007 12:30:06 -0000	1.30
  +++ template.css	21 Jun 2007 11:05:49 -0000	1.31
  @@ -456,6 +456,23 @@
       font-size: 95%;
   }
   
  +.tableFormFields {
  +    padding-top: 5px;
  +    padding-bottom: 5px;
  +}
  +
  +.tableFormFields .input {
  +    font-size: 95%;
  +}
  +
  +.tableFormFields .inputError input,
  +.tableFormFields .inputError select {
  +    font-size: 95%;
  +    background-image: none;
  +    background-color: #ffeeee;
  +}
  +
  +
   /* Directory Browser
   ----------------------------------------------- */
   
  @@ -603,6 +620,12 @@
       padding-right: 10px;
       white-space: nowrap;
   }
  +.datatable .fifteenPercentColumn {
  +    width: 15%;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    white-space: nowrap;
  +}
   .datatable .twentyPercentColumn {
       width: 20%;
       padding-left: 10px;
  
  
  
  1.2       +0 -0      jboss-seam/examples/wiki/view/themes/default/css/lastModifiedDocuments.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  
  
  



More information about the jboss-cvs-commits mailing list