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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Jan 18 07:28:57 EST 2007


  User: sbryzak2
  Date: 07/01/18 07:28:57

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  registration form
  
  Revision  Changes    Path
  1.14      +52 -4     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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- seamspace.css	17 Jan 2007 13:45:02 -0000	1.13
  +++ seamspace.css	18 Jan 2007 12:28:56 -0000	1.14
  @@ -182,9 +182,9 @@
   div.commentEntry textarea {
     font-family: verdana, arial, sans-serif, helvetica;
     font-size:11px;
  -  margin: 8px 16px 8px 16px;
  -  width: 540px;
  -  height: 100px;
  +  margin: 8px 12px 8px 12px;
  +  width: 560px;
  +  height: 120px;
   }
   
   div.buttons {
  @@ -314,7 +314,7 @@
     padding: 2px 2px 2px 2px;
   }
   
  -div.loginButtons {
  +div.buttons {
     float: right;
     margin-right: 60px;  
   }
  @@ -374,3 +374,51 @@
     background-color: #5a8cc0;
     padding: 8px 4px 8px 12px;
   }
  \ No newline at end of file
  +
  +div.formRow {
  +  padding: 3px 4px 3px 2px;
  +}
  +
  +form.register label {
  +  float: left;
  +  display: block;
  +  vertical-align: top;
  +  width: 120px;  
  +  margin-top: 2px;
  +}
  +
  +form.register input.wide {
  +  width: 240px;
  +}
  +
  +form.register em {
  +  font-size: normal;
  +  font-weight: bold;
  +  color: #ff0000;
  +}
  +
  +form.register div.validationError {
  +  margin-left: 120px;
  +  font-weight: bold;
  +  color: #ff0000;
  +}
  +
  +img.ellipsis {
  +  width: 18px;
  +  height: 18px;
  +  border: none;
  +  margin-bottom: 2px;
  +  margin-left: 2px;
  +  vertical-align: bottom;
  +}
  +
  +div.seam-date {
  +  background-color: #ffffff;
  +  border: 1px solid #5a8cc0;
  +}
  +
  +td.seam-date-hover {
  +  background-color: #5a8cc0;
  +  color: #ffffff;
  +  cursor: pointer;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list