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

Christian Bauer christian at hibernate.org
Thu Dec 20 07:23:05 EST 2007


  User: cbauer  
  Date: 07/12/20 07:23:05

  Modified:    examples/wiki/view/themes/default/css  template.css
  Log:
  JBSEAM-1743 - Clipboard for copying/moving of nodes
  
  Revision  Changes    Path
  1.46      +17 -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.45
  retrieving revision 1.46
  diff -u -b -r1.45 -r1.46
  --- template.css	19 Dec 2007 04:29:18 -0000	1.45
  +++ template.css	20 Dec 2007 12:23:05 -0000	1.46
  @@ -674,6 +674,23 @@
   /* Directory Browser
   ----------------------------------------------- */
   
  +.directoryControl {
  +    width: 100%;
  +    white-space: nowrap;
  +}
  +
  +.directoryPagerControl {
  +    text-align: left;
  +}
  +
  +.directorySelectControl {
  +    text-align: center;
  +}
  +
  +.directoryClipboard {
  +    text-align: right;
  +}
  +
   .directoryPathPanel {
       width: auto;
       background: #fff url(../img/th.bg.gif) 0 0 repeat-x;
  
  
  



More information about the jboss-cvs-commits mailing list