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

Shane Bryzak sbryzak at redhat.com
Wed Jan 9 05:05:30 EST 2008


  User: sbryzak2
  Date: 08/01/09 05:05:30

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  completed user management screens
  
  Revision  Changes    Path
  1.25      +36 -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.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- seamspace.css	5 Jan 2008 08:28:16 -0000	1.24
  +++ seamspace.css	9 Jan 2008 10:05:30 -0000	1.25
  @@ -531,6 +531,18 @@
     width: 120px;
   }
   
  +div.validationError {
  +  margin-left: 120px;
  +  font-weight: bold;
  +  color: #ff0000;
  +}
  +
  +.roles {
  +  width: 120px;
  +  border: 1px solid #7F9DB9;
  +  background-color: #E7EDF7;
  +}
  +
   div.selectMany label {
     float: none;
   }
  @@ -550,3 +562,27 @@
     float: right;
     padding: 4px 8px 16px 2px;
   }
  \ No newline at end of file
  +
  +div.checkmark {
  +  background: url(../images/checkmark.png) top left no-repeat;
  +  width: 14px;
  +  height: 15px;
  +  margin-left: auto;
  +  margin-right: auto;    
  +}
  +
  +div.cross {
  +  background: url(../images/cross.png) top left no-repeat;
  +  width: 14px;
  +  height: 15px;
  +  margin-left: auto;
  +  margin-right: auto;
  +}
  +
  +td.enabled {
  +  text-align: center;
  +}
  +
  +td.action {
  +  text-align: right;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list