Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created November 11, 2012 17:00
Show Gist options
  • Select an option

  • Save agustinhaller/4055506 to your computer and use it in GitHub Desktop.

Select an option

Save agustinhaller/4055506 to your computer and use it in GitHub Desktop.
estilos
li.log-in-option .input-prepend input
{
width:165px;
}
li.log-in-option .input-prepend input.user-name
{
width:110px;
}
.popover-content ul.log-in-options li:last-child
{
margin-bottom: 0px;
}
li.log-in-option.devider
{
text-align: center;
}
li.log-in-option .user-image
{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 0px;
border: 2px solid #2FA4E7;
width: 48px;
height: 48px;
}
li.log-in-option .input-prepend.user-name-container
{
margin: 22px 0px 0px 0px;
}
li.log-in-option .input-prepend
{
margin-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment