[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian.bauer at jboss.com
Wed Feb 21 11:24:10 EST 2007


  User: cbauer  
  Date: 07/02/21 11:24:10

  Modified:    examples/wiki/view/themes/default/css   template.css
  Added:       examples/wiki/view/themes/default/css   userControl.css
  Log:
  User registration/login and some security
  JBSEAM-870
  JBSEAM-871
  JBSEAM-874
  
  Revision  Changes    Path
  1.3       +43 -11    jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.css	16 Feb 2007 16:26:45 -0000	1.2
  +++ template.css	21 Feb 2007 16:24:10 -0000	1.3
  @@ -125,6 +125,7 @@
   
   #messageBox {
       background-color: #87786e;
  +    width: auto;
   }
   .infoMessage {
       font-size: 85%;
  @@ -138,6 +139,31 @@
       padding-right: 10px;
   }
   
  +.attentionImage {
  +    vertical-align: text-top;
  +    padding-left: 12%;
  +    padding-right: 10px;
  +    padding-top: 2px;
  +    padding-bottom: 2px;
  +}
  +
  +.attentionMessage {
  +    font-size: 85%;
  +	color: #600;
  +}
  +
  +#messageBox .attentionImage {
  +    vertical-align: text-top;
  +    padding-left: 10px;
  +    padding-right: 10px;
  +}
  +
  +#messageBox .attentionMessage {
  +    font-size: 85%;
  +    font-weight: bold;
  +    color: #fff;
  +}
  +
   /* General
   ----------------------------------------------- */
   
  @@ -215,6 +241,11 @@
       padding-bottom: 10px;
   }
   
  +.formFieldsWideLabels {
  +    padding-top: 10px;
  +    padding-bottom: 10px;
  +}
  +
   .formControls {
       background: #c2bcaf url(../img/th.bg.gif) 0 0 repeat-x;
       padding: 5px;
  @@ -224,6 +255,7 @@
       padding-top: 3px;
       padding-bottom: 3px;
   }
  +
   .entry .label {
   	float: left;
       padding-top: 1px;
  @@ -232,27 +264,27 @@
       width: 10%;
   	text-align: right;
   }
  +
   .entry .output {
       padding-top: 1px;
       text-align: left;
       font-size: 85%;
   }
  +
   .entry .input {
       text-align: left;
   }
  -.errorDiv {
  -    background: #fff url(../img/input.error.bg.gif) 0 0 no-repeat;
  +
  +.formFieldsWideLabels .entry .label {
  +    width: 20%;
   }
  -.attentionImage {
  -    vertical-align: text-top;
  -    padding-left: 12%;
  -    padding-right: 10px;
  -    padding-top: 2px;
  -    padding-bottom: 2px;
  +
  +.formControlsWideLabels .entry .label {
  +    width: 20%;
   }
  -.errorMessage {
  -    font-size: 85%;
  -	color: #600;
  +
  +.errorDiv {
  +    background: #fff url(../img/input.error.bg.gif) 0 0 no-repeat;
   }
   
   /* Directory Browser
  
  
  
  1.1      date: 2007/02/21 16:24:10;  author: cbauer;  state: Exp;jboss-seam/examples/wiki/view/themes/default/css/userControl.css
  
  Index: userControl.css
  ===================================================================
  #userControl {
  	text-align: right;
  }
  
  #userControl .userControlLabel {
  	color: #fff;
      font-weight: bold;
      font-size: 75%;
      text-decoration: none;
      padding-left: 5px;
      padding-right: 5px;
  }
  
  #userControl .userControlInput {
      border: 1px solid #C3BBB6;
      background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
      font-size: 85%;
      padding: 2px;
      font-family: Andale Mono, Courier New, monospace;
  }
  
  #userControl .userControlLink {
      font-weight: bold;
      font-size: 75%;
  	color: #C7B299;
  	text-decoration: none;
  	padding-left: 2px;
  	padding-right: 2px;
      margin-left: 5px;
      margin-right: 5px;
  }
  
  
  



More information about the jboss-cvs-commits mailing list