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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 30 23:55:00 EST 2006


  User: sbryzak2
  Date: 06/10/30 23:55:00

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  login form
  
  Revision  Changes    Path
  1.4       +46 -1     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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- seamspace.css	31 Oct 2006 03:45:24 -0000	1.3
  +++ seamspace.css	31 Oct 2006 04:55:00 -0000	1.4
  @@ -104,3 +104,48 @@
     color: #003399;
     text-decoration: underline;
   }
  \ No newline at end of file
  +
  +div.memberLogin {
  +  margin-top: 16px;
  +  width: 300px;
  +  border: 1px solid #003399;
  +  padding: 0px;
  +}
  +
  +div.loginHeader {
  +  color: #ffffff;
  +  font-weight: bold;
  +  background-color: #003399;
  +  height: 18px;
  +  padding: 2px 2px 2px 2px;
  +}
  +
  +div.loginRow {
  +  padding-top: 2px;
  +  padding-bottom: 2px;
  +}
  +
  +label.loginLabel {
  +  float: left;
  +  width: 100px; 
  +  padding: 2px 2px 2px 2px;
  +}
  +
  +input.loginButton {
  +  float: right;
  +  margin-right: 100px;
  +  margin-top: 4px;
  +  margin-bottom: 4px;  
  +  border: 1px solid #003399;
  +  background-color: #ffffff;
  +  color: #003399;
  +}
  +
  +div.loginRow input {
  +  width: 180px;
  +}
  +
  +.clear {
  +	clear: both;
  +	font-size: 0px;
  +}
  
  
  



More information about the jboss-cvs-commits mailing list