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

Christian Bauer christian at hibernate.org
Fri Aug 31 11:18:26 EDT 2007


  User: cbauer  
  Date: 07/08/31 11:18:26

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Status indicator for ajax requests
  
  Revision  Changes    Path
  1.36      +12 -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.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- template.css	31 Aug 2007 13:38:11 -0000	1.35
  +++ template.css	31 Aug 2007 15:18:26 -0000	1.36
  @@ -359,6 +359,18 @@
       margin-top: 10px;
   }
   
  +.form .statusIndicator {
  +    float: right;
  +}
  +
  +.form .statusIndicator .statusStart {
  +    background: white;
  +}
  +
  +.form .statusIndicator .statusStop {
  +    background: white;
  +}
  +
   .formListGridColumn {
       vertical-align: top;
       padding: 10px;
  
  
  



More information about the jboss-cvs-commits mailing list