Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
Created November 12, 2012 13:00
Show Gist options
  • Select an option

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

Select an option

Save agustinhaller/4059282 to your computer and use it in GitHub Desktop.
modal css
#authentication-modal #login-popover
{
text-align: center;
}
#authentication-modal ul.log-in-options
{
margin: 0px;
padding: 0px;
list-style: none;
width: 250px;
display: inline-block;
}
#authentication-modal ul.log-in-options li
{
margin-bottom: 10px;
}
#authentication-modal form
{
margin: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment