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

Christian Bauer christian at hibernate.org
Wed Mar 7 13:37:40 EST 2007


  User: cbauer  
  Date: 07/03/07 13:37:40

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Moved to hot-redeploy WAR build structure
  
  Revision  Changes    Path
  1.9       +41 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- template.css	28 Feb 2007 18:25:08 -0000	1.8
  +++ template.css	7 Mar 2007 18:37:40 -0000	1.9
  @@ -203,6 +203,14 @@
       font-style: italic;
   }
   
  +.addedText {
  +    background-color: lightgreen;
  +}
  +
  +.deletedText {
  +    background-color: lightcoral;
  +}
  +
   .button {
       background: #fff url(../img/btn.bg.gif) 0 0 repeat-x;
       padding: 2px 5px 2px 5px;
  @@ -517,6 +525,31 @@
   }
   
   .datatable .defaultColumn {
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    text-align: left;
  +    white-space: nowrap;
  +    border-right: 1px solid #C3BBB6;
  +}
  +
  +.datatable .onePercentColumn{
  +    width: 1%;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    text-align: left;
  +    white-space: nowrap;
  +    border-right: 1px solid #C3BBB6;
  +}
  +
  +.datatable .fivePercentColumn {
  +    width: 5%;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    text-align: left;
  +    white-space: nowrap;
  +    border-right: 1px solid #C3BBB6;
  +}
  +.datatable .tenPercentColumn {
       width: 10%;
       padding-left: 10px;
       padding-right: 10px;
  @@ -524,6 +557,14 @@
       white-space: nowrap;
       border-right: 1px solid #C3BBB6;
   }
  +.datatable .twentyPercentColumn {
  +    width: 20%;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +    text-align: left;
  +    white-space: nowrap;
  +    border-right: 1px solid #C3BBB6;
  +}
   
   .pager {
       width: 100%;
  
  
  



More information about the jboss-cvs-commits mailing list