[jboss-cvs] jboss-seam/examples/seamspace/view/style ...

Shane Bryzak sbryzak at redhat.com
Sat Jan 5 03:28:16 EST 2008


  User: sbryzak2
  Date: 08/01/05 03:28:16

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  allow account creation from user manager screen
  
  Revision  Changes    Path
  1.24      +51 -0     jboss-seam/examples/seamspace/view/style/seamspace.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seamspace.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/style/seamspace.css,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- seamspace.css	1 Feb 2007 08:26:39 -0000	1.23
  +++ seamspace.css	5 Jan 2008 08:28:16 -0000	1.24
  @@ -499,3 +499,54 @@
     background-color: #fbf4ec;
     display: block;
   }
  \ No newline at end of file
  +
  +input.newuser {
  +  background: url(../images/btn_newuser.png) top left no-repeat;
  +  height: 24px;
  +  width: 80px;
  +  margin: 4px 4px 4px 4px;
  +  border: 0px;
  +  cursor: pointer;  
  +}
  +
  +/* General form styles */
  +
  +div.formRow {
  +  padding-top: 2px;
  +  padding-bottom: 2px;
  +  clear: both;
  +}
  +
  +div.formRow label {
  +  float: left;
  +  width: 120px; 
  +  padding: 2px 2px 2px 2px;
  +}
  +
  +div.formRow input[type='text'] {
  +  width: 120px;
  +}
  +
  +div.formRow input[type='password'] {
  +  width: 120px;
  +}
  +
  +div.selectMany label {
  +  float: none;
  +}
  +
  +.formButton {
  +  background: url(../images/bg_button.png) top left repeat-x;
  +  border: 1px solid #003399;
  +  font-size: small;
  +  font-weight: bold;
  +  color: #000000; 
  +  margin-right: 8px;
  +  padding-left: 4px;
  +  padding-right: 4px;
  +}
  +
  +div.formButtons {
  +  float: right;
  +  padding: 4px 8px 16px 2px;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list