Skip to content

Instantly share code, notes, and snippets.

@willybahuaud
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willybahuaud/5d15f0c4ae1cb7f23887 to your computer and use it in GitHub Desktop.
Save willybahuaud/5d15f0c4ae1cb7f23887 to your computer and use it in GitHub Desktop.
To update espace-membre
.willy-espace-membre-wrapper{
margin-right:-57px;
}
.willy-espace-membre{
margin-top:-18px;
}
.willy-espace-membre .w-button{
font-size:13px;
height:25px;
line-height:25px;
cursor:pointer;
}
.willy-espace-membre-connect-form input[type="text"],
.willy-espace-membre-connect-form input[type="password"]{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.willy-espace-membre-connect-form input[type="submit"] {
border: none;
padding: 0.5em;
font-size: 14px;
cusor:pointer;
}
.willy-espace-membre-connect-form p{
margin-bottom:0;
}
.message{
top:10%;
z-index:100;
}
#register-user input[type="text"],
#register-user input[type="password"],
#register-user input[type="email"],
#update-utilisateur input[type="text"],
#update-utilisateur input[type="password"],
#update-utilisateur input[type="email"]{
display:inline-block;
width:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0.5em 1em;
}
#register-user input.wem-password,
#update-utilisateur input.wem-password{
width:90%;
}
#register-user input[type="number"],
#update-utilisateur input[type="number"]{
padding:0.5em 1em;
}
#register-user label,
#update-utilisateur label{
text-align:left;
float:left;
font-weight:bold;
}
.wem-unmask{
border:none;
background:#000;
padding:0.7em;
cursor:pointer;
}
#register-user input[type="submit"],
#update-utilisateur input[type="submit"]{
padding: 1em;
display: block;
height: auto;
font-size: 14px;
background:#157EC4;
cursor:pointer;
color:#FFF;
border:none;
}
#register-user input[type="submit"]:disabled,
#update-utilisateur input[type="submit"]:disabled{
background:#85BFE5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment