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

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 12 08:24:40 EST 2007


  User: sbryzak2
  Date: 07/01/12 08:24:40

  Modified:    examples/seamspace/view/style  seamspace.css
  Log:
  initial support for adding blog comments, some security stuff
  
  Revision  Changes    Path
  1.11      +44 -2     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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- seamspace.css	11 Jan 2007 02:23:17 -0000	1.10
  +++ seamspace.css	12 Jan 2007 13:24:40 -0000	1.11
  @@ -280,14 +280,32 @@
     padding: 2px 2px 2px 2px;
   }
   
  -input.loginButton {
  +div.loginButtons {
     float: right;
  -  margin-right: 100px;
  +  margin-right: 60px;  
  +}
  +
  +input.loginButton {
  +  display: inline;
  +  margin-right: 8px;
     margin-top: 4px;
     margin-bottom: 4px;  
     border: 1px solid #003399;
     background-color: #ffffff;
     color: #003399;
  +  font-size: 10px;
  +  padding: 3px 8px 3px 8px;
  +}
  +
  +input.registerButton {
  +  display: inline;
  +  margin-top: 4px;
  +  margin-bottom: 4px;
  +  border: 1px solid #ffa76d;
  +  background-color: #ff6600;
  +  color: #ffffff;
  +  font-size: 10px;
  +  padding: 3px 8px 3px 8px;
   }
   
   div.loginRow input {
  @@ -298,3 +316,27 @@
   	clear: both;
   	font-size: 0px;
   }
  +
  +div.errors {
  +  color: #ff0000;
  +  font-weight: bold;
  +  font-size: normal;
  +}
  +
  +div.errors ul {
  +  list-style: none;
  +}
  +
  +#register {
  +  float: left;
  +  width: 400px;
  +  border: 1px solid #5a8cc0;
  +}
  +
  +div.registerHeader {
  +  font-size: normal;
  +  font-weight: bold;
  +  color: #ffffff;
  +  background-color: #5a8cc0;
  +  padding: 8px 4px 8px 12px;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list