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

Christian Bauer christian at hibernate.org
Wed Jan 2 00:36:17 EST 2008


  User: cbauer  
  Date: 08/01/02 00:36:16

  Modified:    examples/wiki/view/themes/default/css  userControl.css
  Log:
  JBSEAM-2421 - Forgot password reset feature
  
  Revision  Changes    Path
  1.5       +33 -18    jboss-seam/examples/wiki/view/themes/default/css/userControl.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userControl.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/userControl.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- userControl.css	1 Sep 2007 08:42:48 -0000	1.4
  +++ userControl.css	2 Jan 2008 05:36:16 -0000	1.5
  @@ -1,31 +1,46 @@
  -#userControl {
  -	text-align: right;
  +.userControlPanel {
  +    text-align:right;
  +    font-size: 75%;
  +}
  +
  +.loginForm {
  +    display: inline;
   }
   
  -#userControl .userControlLabel {
  +.userControlPanel .label {
   	color: #fff;
       font-weight: bold;
  -    font-size: 75%;
       text-decoration: none;
  -    padding-left: 5px;
  -    padding-right: 5px;
  +    margin-left: 10px;
  +    margin-right: 5px;
  +}
  +
  +.userControlPanel .link {
  +    margin-left: 10px;
  +    margin-right: 5px;
   }
   
  -#userControl .userControlInput {
  +.userControlPanel .linkText {
  +    font-weight: bold;
  +	color: #C7B299;
  +	text-decoration: none;
  +}
  +
  +.userControlPanel .input {
       background: #fff url(../img/input.bg.gif) 0 0 no-repeat;
  -    font-size: 75%;
  +    font-size: 100%;
       padding: 1px;
       margin: 0;
       border: 0;
   }
   
  -#userControl .userControlLink {
  -    font-weight: bold;
  -    font-size: 75%;
  -	color: #C7B299;
  -	text-decoration: none;
  -	padding-left: 5px;
  -	padding-right: 5px;
  -    margin-left: 5px;
  -    margin-right: 5px;
  +.resetPasswordForm {
  +    display: inline;
  +}
  +
  +.resetPasswordRequestForm .form {
  +    margin:-10px;
  +}
  +
  +.resetPasswordRequestForm .form .formFields {
   }
  
  
  



More information about the jboss-cvs-commits mailing list