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

Christian Bauer christian at hibernate.org
Thu May 3 10:10:48 EDT 2007


  User: cbauer  
  Date: 07/05/03 10:10:48

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  Resizable text editor area with jQuery
  
  Revision  Changes    Path
  1.25      +18 -1     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.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- template.css	22 Apr 2007 10:15:33 -0000	1.24
  +++ template.css	3 May 2007 14:10:48 -0000	1.25
  @@ -721,3 +721,20 @@
       border: 1px dashed black;
       padding: 2px;
   }
  \ No newline at end of file
  +
  +
  +/* Document editor
  +-----------------------------------------------*/
  +
  +#contentTextEdit {
  +    margin-left: 12%;
  +    margin-bottom: 15px;
  +}
  +
  +#contentTextEditResizeHandle {
  +    width: 25px;
  +    height: 10px;
  +    background: #bbb url(../img/icon.textareasize.gif) 0 0 no-repeat;
  +    cursor: s-resize;
  +    position: absolute;
  +}
  
  
  



More information about the jboss-cvs-commits mailing list